Shades of London Hue #B59DB4
Tints of London Hue #B59DB4
RGB
CMYK
RGB Variations
Color information
#B59DB4 (or 0xB59DB4) is known color: London Hue. HEX triplet: B5, 9D and B4. RGB value is (181,157,180). Sum of RGB (Red+Green+Blue) = 181+157+180=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB4 is #4A624B. Grayscale: #A6A6A6. Windows color (decimal): -4874828 or 11836853. OLE color: 11836853.
HSL color Cylindrical-coordinate representation of color #B59DB4: hue angle of 302.5º degrees, saturation: 0.14, 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 #B59DB4 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 180 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.29 |
| HSL | 302.5º | 0.14% | 0.66% | - |
| HSV(B) | 302.5º | 0.13% | 0.71% | - |
| XYZ | 39.35 | 37.23 | 48.29 | - |
| YUV | 166.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 180 | 0 | 0.13 | 0.01 | 0.29 | 302.5 | 0.14 | 0.66 |
| Hex | B5 | 9D | B4 | 0 | D | 1 | 1D | 12E | E | 42 |
| Octal | 265 | 235 | 264 | 0 | 15 | 1 | 35 | 456 | 16 | 102 |
| Binary | 10110101 | 10011101 | 10110100 | 0 | 1101 | 1 | 11101 | 100101110 | 1110 | 1000010 |
Color Harmonies of #B59DB4
Complementary color
Monochromatic Colors of #B59DB4
Black with #B59DB4
Text Example
Text Example
White with #B59DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DB4; }
p { color: rgb(181,157,180); }
H1.HeaderClassName
{
color: #B59DB4;
}
.AnyTagClassName
{
color: #B59DB4;
}
</style>
background-color css
<style>
a { background-color: #B59DB4; }
a { background-color: rgb(181,157,180); }
div.DivClassName
{
background-color: #B59DB4;
}
.BgClassName
{
background-color: #B59DB4;
}
</style>
border-color css
<style>
span { border-color: #B59DB4; }
span { border-color: rgb(181,157,180); }
td.TdClassName
{
border-color: #B59DB4;
}
.TagClassName
{
border-color: #B59DB4;
}
</style>