Shades of London Hue #B58DB5
Tints of London Hue #B58DB5
RGB
CMYK
RGB Variations
Color information
#B58DB5 (or 0xB58DB5) is known color: London Hue. HEX triplet: B5, 8D and B5. RGB value is (181,141,181). Sum of RGB (Red+Green+Blue) = 181+141+181=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B58DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DB5 is #4A724A. Grayscale: #9D9D9D. Windows color (decimal): -4878923 or 11898293. OLE color: 11898293.
HSL color Cylindrical-coordinate representation of color #B58DB5: hue angle of 300º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58DB5 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 181 | - |
| CMYK | 0 | 0.22 | 0 | 0.29 |
| HSL | 300º | 0.21% | 0.63% | - |
| HSV(B) | 300º | 0.22% | 0.71% | - |
| XYZ | 36.92 | 32.21 | 47.99 | - |
| YUV | 157.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 181 | 0 | 0.22 | 0 | 0.29 | 300 | 0.21 | 0.63 |
| Hex | B5 | 8D | B5 | 0 | 16 | 0 | 1D | 12C | 15 | 3F |
| Octal | 265 | 215 | 265 | 0 | 26 | 0 | 35 | 454 | 25 | 77 |
| Binary | 10110101 | 10001101 | 10110101 | 0 | 10110 | 0 | 11101 | 100101100 | 10101 | 111111 |
Color Harmonies of #B58DB5
Complementary color
Monochromatic Colors of #B58DB5
Black with #B58DB5
Text Example
Text Example
White with #B58DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DB5; }
p { color: rgb(181,141,181); }
H1.HeaderClassName
{
color: #B58DB5;
}
.AnyTagClassName
{
color: #B58DB5;
}
</style>
background-color css
<style>
a { background-color: #B58DB5; }
a { background-color: rgb(181,141,181); }
div.DivClassName
{
background-color: #B58DB5;
}
.BgClassName
{
background-color: #B58DB5;
}
</style>
border-color css
<style>
span { border-color: #B58DB5; }
span { border-color: rgb(181,141,181); }
td.TdClassName
{
border-color: #B58DB5;
}
.TagClassName
{
border-color: #B58DB5;
}
</style>