Shades of London Hue #B58CB0
Tints of London Hue #B58CB0
RGB
CMYK
RGB Variations
Color information
#B58CB0 (or 0xB58CB0) is known color: London Hue. HEX triplet: B5, 8C and B0. RGB value is (181,140,176). Sum of RGB (Red+Green+Blue) = 181+140+176=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CB0 is #4A734F. Grayscale: #9C9C9C. Windows color (decimal): -4879184 or 11570357. OLE color: 11570357.
HSL color Cylindrical-coordinate representation of color #B58CB0: hue angle of 307.32º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58CB0 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 176 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.29 |
| HSL | 307.32º | 0.22% | 0.63% | - |
| HSV(B) | 307.32º | 0.23% | 0.71% | - |
| XYZ | 36.27 | 31.71 | 45.28 | - |
| YUV | 156.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 176 | 0 | 0.23 | 0.03 | 0.29 | 307.32 | 0.22 | 0.63 |
| Hex | B5 | 8C | B0 | 0 | 17 | 3 | 1D | 133 | 16 | 3F |
| Octal | 265 | 214 | 260 | 0 | 27 | 3 | 35 | 463 | 26 | 77 |
| Binary | 10110101 | 10001100 | 10110000 | 0 | 10111 | 11 | 11101 | 100110011 | 10110 | 111111 |
Color Harmonies of #B58CB0
Complementary color
Monochromatic Colors of #B58CB0
Black with #B58CB0
Text Example
Text Example
White with #B58CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CB0; }
p { color: rgb(181,140,176); }
H1.HeaderClassName
{
color: #B58CB0;
}
.AnyTagClassName
{
color: #B58CB0;
}
</style>
background-color css
<style>
a { background-color: #B58CB0; }
a { background-color: rgb(181,140,176); }
div.DivClassName
{
background-color: #B58CB0;
}
.BgClassName
{
background-color: #B58CB0;
}
</style>
border-color css
<style>
span { border-color: #B58CB0; }
span { border-color: rgb(181,140,176); }
td.TdClassName
{
border-color: #B58CB0;
}
.TagClassName
{
border-color: #B58CB0;
}
</style>