#B39FB5

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

Shades of Lola #B39FB5

Tints of Lola #B39FB5

Color information

#B39FB5 (or 0xB39FB5) is unknown color: approx Lola. HEX triplet: B3, 9F and B5. RGB value is (179,159,181). Sum of RGB (Red+Green+Blue) = 179+159+181=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #B39FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FB5 is #4C604A. Grayscale: #A7A7A7. Windows color (decimal): -5005387 or 11902899. OLE color: 11902899.

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

Color convert

RGB179159181-
CMYK0.010.1200.29
HSL294.55º12.94%66.67%-
HSV(B)294.55º12.15%70.98%-
XYZ39.3337.7248.92-
YUV167.49135.63136.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=34.49%
G=30.64%
B=34.87%

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
Decimal1791591810.010.1200.29294.5512.9466.67
HexB39FB51C01D127d43
Octal26323726511403544715103
Binary1011001110011111101101011110001110110010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FB5; }

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

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

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

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

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

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

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

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