#B59FB5

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

Shades of Lola #B59FB5

Tints of Lola #B59FB5

Color information

#B59FB5 (or 0xB59FB5) is unknown color: approx Lola. HEX triplet: B5, 9F and B5. RGB value is (181,159,181). Sum of RGB (Red+Green+Blue) = 181+159+181=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B59FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FB5 is #4A604A. Grayscale: #A8A8A8. Windows color (decimal): -4874315 or 11902901. OLE color: 11902901.

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

Color convert

RGB181159181-
CMYK00.1200.29
HSL300º12.94%66.67%-
HSV(B)300º12.15%70.98%-
XYZ39.7937.9648.94-
YUV168.09135.29137.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=34.74%
G=30.52%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115918100.1200.2930012.9466.67
HexB59FB50C01D12cd43
Octal26523726501403545415103
Binary1011010110011111101101010110001110110010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FB5; }

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

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

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

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

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

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

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

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