#B39FB4

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

Shades of Lola #B39FB4

Tints of Lola #B39FB4

Color information

#B39FB4 (or 0xB39FB4) is unknown color: approx Lola. HEX triplet: B3, 9F and B4. RGB value is (179,159,180). Sum of RGB (Red+Green+Blue) = 179+159+180=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 180 - color contains mainly: blue. Hex color #B39FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FB4 is #4C604B. Grayscale: #A7A7A7. Windows color (decimal): -5005388 or 11837363. OLE color: 11837363.

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

Color convert

RGB179159180-
CMYK0.010.1200.29
HSL297.14º12.28%66.47%-
HSV(B)297.14º11.67%70.59%-
XYZ39.2337.6848.38-
YUV167.37135.13136.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=34.56%
G=30.69%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791591800.010.1200.29297.1412.2866.47
HexB39FB41C01D129c42
Octal26323726411403545114102
Binary1011001110011111101101001110001110110010100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FB4; }

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

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

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

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

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

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

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

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