#B39EB5

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

Shades of Lola #B39EB5

Tints of Lola #B39EB5

Color information

#B39EB5 (or 0xB39EB5) is unknown color: approx Lola. HEX triplet: B3, 9E and B5. RGB value is (179,158,181). Sum of RGB (Red+Green+Blue) = 179+158+181=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #B39EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EB5 is #4C614A. Grayscale: #A6A6A6. Windows color (decimal): -5005643 or 11902643. OLE color: 11902643.

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

Color convert

RGB179158181-
CMYK0.010.1300.29
HSL294.78º13.45%66.47%-
HSV(B)294.78º12.71%70.98%-
XYZ39.1637.3748.87-
YUV166.9135.96136.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=34.56%
G=30.50%
B=34.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791581810.010.1300.29294.7813.4566.47
HexB39EB51D01D127d42
Octal26323626511503544715102
Binary1011001110011110101101011110101110110010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EB5; }

 p { color: rgb(179,158,181); }

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

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

 a { background-color: rgb(179,158,181); }

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

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

 span { border-color: rgb(179,158,181); }

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