Shades of Lola #B39FB5
Tints of Lola #B39FB5
RGB
CMYK
RGB Variations
Color information
#B39FB5 (or 0xB39FB5) is known color: 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
| RGB | 179 | 159 | 181 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.29 |
| HSL | 294.55º | 0.13% | 0.67% | - |
| HSV(B) | 294.55º | 0.12% | 0.71% | - |
| XYZ | 39.33 | 37.72 | 48.92 | - |
| YUV | 167.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 181 | 0.01 | 0.12 | 0 | 0.29 | 294.55 | 0.13 | 0.67 |
| Hex | B3 | 9F | B5 | 1 | C | 0 | 1D | 127 | D | 43 |
| Octal | 263 | 237 | 265 | 1 | 14 | 0 | 35 | 447 | 15 | 103 |
| Binary | 10110011 | 10011111 | 10110101 | 1 | 1100 | 0 | 11101 | 100100111 | 1101 | 1000011 |
Color Harmonies of #B39FB5
Complementary color
Monochromatic Colors of #B39FB5
Black with #B39FB5
Text Example
Text Example
White with #B39FB5
Text Example
Text Example
HTML Codes & Css Web 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>