Shades of Lola #B39BB5
Tints of Lola #B39BB5
RGB
CMYK
RGB Variations
Color information
#B39BB5 (or 0xB39BB5) is known color: Lola. HEX triplet: B3, 9B and B5. RGB value is (179,155,181). Sum of RGB (Red+Green+Blue) = 179+155+181=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: blue. Hex color #B39BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BB5 is #4C644A. Grayscale: #A5A5A5. Windows color (decimal): -5006411 or 11901875. OLE color: 11901875.
HSL color Cylindrical-coordinate representation of color #B39BB5: hue angle of 295.38º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B39BB5 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 155 | 181 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.29 |
| HSL | 295.38º | 0.15% | 0.66% | - |
| HSV(B) | 295.38º | 0.14% | 0.71% | - |
| XYZ | 38.65 | 36.36 | 48.7 | - |
| YUV | 165.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 181 | 0.01 | 0.14 | 0 | 0.29 | 295.38 | 0.15 | 0.66 |
| Hex | B3 | 9B | B5 | 1 | E | 0 | 1D | 127 | F | 42 |
| Octal | 263 | 233 | 265 | 1 | 16 | 0 | 35 | 447 | 17 | 102 |
| Binary | 10110011 | 10011011 | 10110101 | 1 | 1110 | 0 | 11101 | 100100111 | 1111 | 1000010 |
Color Harmonies of #B39BB5
Complementary color
Monochromatic Colors of #B39BB5
Black with #B39BB5
Text Example
Text Example
White with #B39BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39BB5; }
p { color: rgb(179,155,181); }
H1.HeaderClassName
{
color: #B39BB5;
}
.AnyTagClassName
{
color: #B39BB5;
}
</style>
background-color css
<style>
a { background-color: #B39BB5; }
a { background-color: rgb(179,155,181); }
div.DivClassName
{
background-color: #B39BB5;
}
.BgClassName
{
background-color: #B39BB5;
}
</style>
border-color css
<style>
span { border-color: #B39BB5; }
span { border-color: rgb(179,155,181); }
td.TdClassName
{
border-color: #B39BB5;
}
.TagClassName
{
border-color: #B39BB5;
}
</style>