Html Css Color HEX #B678B4 London Hue

📋 copy color: '#B678B4'

red 182 ◦ green 120 ◦ blue 180

#B678B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B678B4

Tints of London Hue #B678B4

RGB

 RED value IS 182 (71.48% from 255) = 37.76%

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 37.76%
G = 24.9%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B678B4 (or 0xB678B4) is known color: London Hue. HEX triplet: B6, 78 and B4. RGB value is (182,120,180). Sum of RGB (Red+Green+Blue) = 182+120+180=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B678B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678B4 is #49874B. Grayscale: #919191. Windows color (decimal): -4818764 or 11827382. OLE color: 11827382.

HSL color Cylindrical-coordinate representation of color #B678B4: hue angle of 301.94º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B678B4 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 180 -
CMYK 0 0.34 0.01 0.29
HSL 301.94º 0.3% 0.59% -
HSV(B) 301.94º 0.34% 0.71% -
XYZ 34.25 26.67 46.52 -
YUV 145.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 182 120 180 0 0.34 0.01 0.29 301.94 0.3 0.59
Hex B6 78 B4 0 22 1 1D 12E 1E 3B
Octal 266 170 264 0 42 1 35 456 36 73
Binary 10110110 1111000 10110100 0 100010 1 11101 100101110 11110 111011

Color Harmonies of #B678B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B678B4

Black with #B678B4

Text Example


Text Example

White with #B678B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B678B4; }

 p { color: rgb(182,120,180); }

 H1.HeaderClassName
 {
   color: #B678B4;
 }
 .AnyTagClassName
 {
   color: #B678B4;
 }
</style>

background-color css

<style>
 a { background-color: #B678B4; }

 a { background-color: rgb(182,120,180); }

 div.DivClassName
 {
   background-color: #B678B4;
 }
 .BgClassName
 {
   background-color: #B678B4;
 }
</style>

border-color css

<style>
 span { border-color: #B678B4; }

 span { border-color: rgb(182,120,180); }

 td.TdClassName
 {
   border-color: #B678B4;
 }
 .TagClassName
 {
   border-color: #B678B4;
 }
</style>