Shades of London Hue #B58BAD
Tints of London Hue #B58BAD
RGB
CMYK
RGB Variations
Color information
#B58BAD (or 0xB58BAD) is known color: London Hue. HEX triplet: B5, 8B and AD. RGB value is (181,139,173). Sum of RGB (Red+Green+Blue) = 181+139+173=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BAD is #4A7452. Grayscale: #9B9B9B. Windows color (decimal): -4879443 or 11373493. OLE color: 11373493.
HSL color Cylindrical-coordinate representation of color #B58BAD: hue angle of 311.43º 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 #B58BAD is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 173 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.29 |
| HSL | 311.43º | 0.22% | 0.63% | - |
| HSV(B) | 311.43º | 0.23% | 0.71% | - |
| XYZ | 35.83 | 31.31 | 43.69 | - |
| YUV | 155.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 173 | 0 | 0.23 | 0.04 | 0.29 | 311.43 | 0.22 | 0.63 |
| Hex | B5 | 8B | AD | 0 | 17 | 4 | 1D | 137 | 16 | 3F |
| Octal | 265 | 213 | 255 | 0 | 27 | 4 | 35 | 467 | 26 | 77 |
| Binary | 10110101 | 10001011 | 10101101 | 0 | 10111 | 100 | 11101 | 100110111 | 10110 | 111111 |
Color Harmonies of #B58BAD
Complementary color
Monochromatic Colors of #B58BAD
Black with #B58BAD
Text Example
Text Example
White with #B58BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BAD; }
p { color: rgb(181,139,173); }
H1.HeaderClassName
{
color: #B58BAD;
}
.AnyTagClassName
{
color: #B58BAD;
}
</style>
background-color css
<style>
a { background-color: #B58BAD; }
a { background-color: rgb(181,139,173); }
div.DivClassName
{
background-color: #B58BAD;
}
.BgClassName
{
background-color: #B58BAD;
}
</style>
border-color css
<style>
span { border-color: #B58BAD; }
span { border-color: rgb(181,139,173); }
td.TdClassName
{
border-color: #B58BAD;
}
.TagClassName
{
border-color: #B58BAD;
}
</style>