Shades of London Hue #B585B3
Tints of London Hue #B585B3
RGB
CMYK
RGB Variations
Color information
#B585B3 (or 0xB585B3) is known color: London Hue. HEX triplet: B5, 85 and B3. RGB value is (181,133,179). Sum of RGB (Red+Green+Blue) = 181+133+179=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B585B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585B3 is #4A7A4C. Grayscale: #989898. Windows color (decimal): -4880973 or 11765173. OLE color: 11765173.
HSL color Cylindrical-coordinate representation of color #B585B3: hue angle of 302.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B585B3 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 179 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.29 |
| HSL | 302.5º | 0.24% | 0.62% | - |
| HSV(B) | 302.5º | 0.27% | 0.71% | - |
| XYZ | 35.58 | 29.85 | 46.53 | - |
| YUV | 152.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 179 | 0 | 0.27 | 0.01 | 0.29 | 302.5 | 0.24 | 0.62 |
| Hex | B5 | 85 | B3 | 0 | 1B | 1 | 1D | 12E | 18 | 3E |
| Octal | 265 | 205 | 263 | 0 | 33 | 1 | 35 | 456 | 30 | 76 |
| Binary | 10110101 | 10000101 | 10110011 | 0 | 11011 | 1 | 11101 | 100101110 | 11000 | 111110 |
Color Harmonies of #B585B3
Complementary color
Monochromatic Colors of #B585B3
Black with #B585B3
Text Example
Text Example
White with #B585B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585B3; }
p { color: rgb(181,133,179); }
H1.HeaderClassName
{
color: #B585B3;
}
.AnyTagClassName
{
color: #B585B3;
}
</style>
background-color css
<style>
a { background-color: #B585B3; }
a { background-color: rgb(181,133,179); }
div.DivClassName
{
background-color: #B585B3;
}
.BgClassName
{
background-color: #B585B3;
}
</style>
border-color css
<style>
span { border-color: #B585B3; }
span { border-color: rgb(181,133,179); }
td.TdClassName
{
border-color: #B585B3;
}
.TagClassName
{
border-color: #B585B3;
}
</style>