Shades of London Hue #B58CA8
Tints of London Hue #B58CA8
RGB
CMYK
RGB Variations
Color information
#B58CA8 (or 0xB58CA8) is known color: London Hue. HEX triplet: B5, 8C and A8. RGB value is (181,140,168). Sum of RGB (Red+Green+Blue) = 181+140+168=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CA8 is #4A7357. Grayscale: #9B9B9B. Windows color (decimal): -4879192 or 11046069. OLE color: 11046069.
HSL color Cylindrical-coordinate representation of color #B58CA8: hue angle of 319.02º 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 #B58CA8 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 168 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.29 |
| HSL | 319.02º | 0.22% | 0.63% | - |
| HSV(B) | 319.02º | 0.23% | 0.71% | - |
| XYZ | 35.5 | 31.41 | 41.24 | - |
| YUV | 155.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 168 | 0 | 0.23 | 0.07 | 0.29 | 319.02 | 0.22 | 0.63 |
| Hex | B5 | 8C | A8 | 0 | 17 | 7 | 1D | 13F | 16 | 3F |
| Octal | 265 | 214 | 250 | 0 | 27 | 7 | 35 | 477 | 26 | 77 |
| Binary | 10110101 | 10001100 | 10101000 | 0 | 10111 | 111 | 11101 | 100111111 | 10110 | 111111 |
Color Harmonies of #B58CA8
Complementary color
Monochromatic Colors of #B58CA8
Black with #B58CA8
Text Example
Text Example
White with #B58CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CA8; }
p { color: rgb(181,140,168); }
H1.HeaderClassName
{
color: #B58CA8;
}
.AnyTagClassName
{
color: #B58CA8;
}
</style>
background-color css
<style>
a { background-color: #B58CA8; }
a { background-color: rgb(181,140,168); }
div.DivClassName
{
background-color: #B58CA8;
}
.BgClassName
{
background-color: #B58CA8;
}
</style>
border-color css
<style>
span { border-color: #B58CA8; }
span { border-color: rgb(181,140,168); }
td.TdClassName
{
border-color: #B58CA8;
}
.TagClassName
{
border-color: #B58CA8;
}
</style>