Html Css Color HEX #B678B0 London Hue

📋 copy color: '#B678B0'

red 182 ◦ green 120 ◦ blue 176

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

Shades of London Hue #B678B0

Tints of London Hue #B678B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 38.08%
G = 25.1%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B678B0 (or 0xB678B0) is known color: London Hue. HEX triplet: B6, 78 and B0. RGB value is (182,120,176). Sum of RGB (Red+Green+Blue) = 182+120+176=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B678B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678B0 is #49874F. Grayscale: #909090. Windows color (decimal): -4818768 or 11565238. OLE color: 11565238.

HSL color Cylindrical-coordinate representation of color #B678B0: hue angle of 305.81º 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 #B678B0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 176 -
CMYK 0 0.34 0.03 0.29
HSL 305.81º 0.3% 0.59% -
HSV(B) 305.81º 0.34% 0.71% -
XYZ 33.84 26.51 44.41 -
YUV 144.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 182 120 176 0 0.34 0.03 0.29 305.81 0.3 0.59
Hex B6 78 B0 0 22 3 1D 132 1E 3B
Octal 266 170 260 0 42 3 35 462 36 73
Binary 10110110 1111000 10110000 0 100010 11 11101 100110010 11110 111011

Color Harmonies of #B678B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B678B0

Black with #B678B0

Text Example


Text Example

White with #B678B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B678B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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