#B39EB4

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

Shades of Lola #B39EB4

Tints of Lola #B39EB4

Color information

#B39EB4 (or 0xB39EB4) is unknown color: approx Lola. HEX triplet: B3, 9E and B4. RGB value is (179,158,180). Sum of RGB (Red+Green+Blue) = 179+158+180=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #B39EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EB4 is #4C614B. Grayscale: #A6A6A6. Windows color (decimal): -5005644 or 11837107. OLE color: 11837107.

HSL color Cylindrical-coordinate representation of color #B39EB4: hue angle of 297.27º degrees, saturation: 0.13, 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 #B39EB4 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179158180-
CMYK0.010.1200.29
HSL297.27º12.79%66.27%-
HSV(B)297.27º12.22%70.59%-
XYZ39.0637.3348.33-
YUV166.79135.46136.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=34.62%
G=30.56%
B=34.82%

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
Decimal1791581800.010.1200.29297.2712.7966.27
HexB39EB41C01D129d42
Octal26323626411403545115102
Binary1011001110011110101101001110001110110010100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EB4; }

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

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

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

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

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

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

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

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