#B39BB4

Color #B39BB4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B39BB4

Tints of London Hue #B39BB4

Color information

#B39BB4 (or 0xB39BB4) is unknown color: approx London Hue. HEX triplet: B3, 9B and B4. RGB value is (179,155,180). Sum of RGB (Red+Green+Blue) = 179+155+180=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: blue. Hex color #B39BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BB4 is #4C644B. Grayscale: #A4A4A4. Windows color (decimal): -5006412 or 11836339. OLE color: 11836339.

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

Color convert

RGB179155180-
CMYK0.010.1400.29
HSL297.6º14.29%65.69%-
HSV(B)297.6º13.89%70.59%-
XYZ38.5536.3248.16-
YUV165.03136.45137.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=34.82%
G=30.16%
B=35.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791551800.010.1400.29297.614.2965.69
HexB39BB41E01D12ae42
Octal26323326411603545216102
Binary1011001110011011101101001111001110110010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BB4; }

 p { color: rgb(179,155,180); }

 H1.HeaderClassName
 {
   color: #B39BB4;
 }
 .AnyTagClassName
 {
   color: #B39BB4;
 }
</style>
background-color css

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

 a { background-color: rgb(179,155,180); }

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

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

 span { border-color: rgb(179,155,180); }

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