Shades of London Hue #B58DB3
Tints of London Hue #B58DB3
RGB
CMYK
RGB Variations
Color information
#B58DB3 (or 0xB58DB3) is known color: London Hue. HEX triplet: B5, 8D and B3. RGB value is (181,141,179). Sum of RGB (Red+Green+Blue) = 181+141+179=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DB3 is #4A724C. Grayscale: #9D9D9D. Windows color (decimal): -4878925 or 11767221. OLE color: 11767221.
HSL color Cylindrical-coordinate representation of color #B58DB3: hue angle of 303º 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 #B58DB3 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 179 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.29 |
| HSL | 303º | 0.21% | 0.63% | - |
| HSV(B) | 303º | 0.22% | 0.71% | - |
| XYZ | 36.72 | 32.13 | 46.91 | - |
| YUV | 157.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 179 | 0 | 0.22 | 0.01 | 0.29 | 303 | 0.21 | 0.63 |
| Hex | B5 | 8D | B3 | 0 | 16 | 1 | 1D | 12F | 15 | 3F |
| Octal | 265 | 215 | 263 | 0 | 26 | 1 | 35 | 457 | 25 | 77 |
| Binary | 10110101 | 10001101 | 10110011 | 0 | 10110 | 1 | 11101 | 100101111 | 10101 | 111111 |
Color Harmonies of #B58DB3
Complementary color
Monochromatic Colors of #B58DB3
Black with #B58DB3
Text Example
Text Example
White with #B58DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58DB3; }
p { color: rgb(181,141,179); }
H1.HeaderClassName
{
color: #B58DB3;
}
.AnyTagClassName
{
color: #B58DB3;
}
</style>
background-color css
<style>
a { background-color: #B58DB3; }
a { background-color: rgb(181,141,179); }
div.DivClassName
{
background-color: #B58DB3;
}
.BgClassName
{
background-color: #B58DB3;
}
</style>
border-color css
<style>
span { border-color: #B58DB3; }
span { border-color: rgb(181,141,179); }
td.TdClassName
{
border-color: #B58DB3;
}
.TagClassName
{
border-color: #B58DB3;
}
</style>