Shades of London Hue #B58DB2
Tints of London Hue #B58DB2
RGB
CMYK
RGB Variations
Color information
#B58DB2 (or 0xB58DB2) is known color: London Hue. HEX triplet: B5, 8D and B2. RGB value is (181,141,178). Sum of RGB (Red+Green+Blue) = 181+141+178=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DB2 is #4A724D. Grayscale: #9D9D9D. Windows color (decimal): -4878926 or 11701685. OLE color: 11701685.
HSL color Cylindrical-coordinate representation of color #B58DB2: hue angle of 304.5º 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 #B58DB2 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 178 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.29 |
| HSL | 304.5º | 0.21% | 0.63% | - |
| HSV(B) | 304.5º | 0.22% | 0.71% | - |
| XYZ | 36.62 | 32.09 | 46.38 | - |
| YUV | 157.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 178 | 0 | 0.22 | 0.02 | 0.29 | 304.5 | 0.21 | 0.63 |
| Hex | B5 | 8D | B2 | 0 | 16 | 2 | 1D | 130 | 15 | 3F |
| Octal | 265 | 215 | 262 | 0 | 26 | 2 | 35 | 460 | 25 | 77 |
| Binary | 10110101 | 10001101 | 10110010 | 0 | 10110 | 10 | 11101 | 100110000 | 10101 | 111111 |
Color Harmonies of #B58DB2
Complementary color
Monochromatic Colors of #B58DB2
Black with #B58DB2
Text Example
Text Example
White with #B58DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DB2; }
p { color: rgb(181,141,178); }
H1.HeaderClassName
{
color: #B58DB2;
}
.AnyTagClassName
{
color: #B58DB2;
}
</style>
background-color css
<style>
a { background-color: #B58DB2; }
a { background-color: rgb(181,141,178); }
div.DivClassName
{
background-color: #B58DB2;
}
.BgClassName
{
background-color: #B58DB2;
}
</style>
border-color css
<style>
span { border-color: #B58DB2; }
span { border-color: rgb(181,141,178); }
td.TdClassName
{
border-color: #B58DB2;
}
.TagClassName
{
border-color: #B58DB2;
}
</style>