Shades of Lola #B39DB4
Tints of Lola #B39DB4
RGB
CMYK
RGB Variations
Color information
#B39DB4 (or 0xB39DB4) is known color: Lola. HEX triplet: B3, 9D and B4. RGB value is (179,157,180). Sum of RGB (Red+Green+Blue) = 179+157+180=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #B39DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DB4 is #4C624B. Grayscale: #A6A6A6. Windows color (decimal): -5005900 or 11836851. OLE color: 11836851.
HSL color Cylindrical-coordinate representation of color #B39DB4: hue angle of 297.39º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39DB4 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 157 | 180 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.29 |
| HSL | 297.39º | 0.13% | 0.66% | - |
| HSV(B) | 297.39º | 0.13% | 0.71% | - |
| XYZ | 38.89 | 36.99 | 48.27 | - |
| YUV | 166.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 180 | 0.01 | 0.13 | 0 | 0.29 | 297.39 | 0.13 | 0.66 |
| Hex | B3 | 9D | B4 | 1 | D | 0 | 1D | 129 | D | 42 |
| Octal | 263 | 235 | 264 | 1 | 15 | 0 | 35 | 451 | 15 | 102 |
| Binary | 10110011 | 10011101 | 10110100 | 1 | 1101 | 0 | 11101 | 100101001 | 1101 | 1000010 |
Color Harmonies of #B39DB4
Complementary color
Monochromatic Colors of #B39DB4
Black with #B39DB4
Text Example
Text Example
White with #B39DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39DB4; }
p { color: rgb(179,157,180); }
H1.HeaderClassName
{
color: #B39DB4;
}
.AnyTagClassName
{
color: #B39DB4;
}
</style>
background-color css
<style>
a { background-color: #B39DB4; }
a { background-color: rgb(179,157,180); }
div.DivClassName
{
background-color: #B39DB4;
}
.BgClassName
{
background-color: #B39DB4;
}
</style>
border-color css
<style>
span { border-color: #B39DB4; }
span { border-color: rgb(179,157,180); }
td.TdClassName
{
border-color: #B39DB4;
}
.TagClassName
{
border-color: #B39DB4;
}
</style>