Shades of London Hue #B585B4
Tints of London Hue #B585B4
RGB
CMYK
RGB Variations
Color information
#B585B4 (or 0xB585B4) is known color: London Hue. HEX triplet: B5, 85 and B4. RGB value is (181,133,180). Sum of RGB (Red+Green+Blue) = 181+133+180=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B585B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585B4 is #4A7A4B. Grayscale: #989898. Windows color (decimal): -4880972 or 11830709. OLE color: 11830709.
HSL color Cylindrical-coordinate representation of color #B585B4: hue angle of 301.25º 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 #B585B4 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 180 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.29 |
| HSL | 301.25º | 0.24% | 0.62% | - |
| HSV(B) | 301.25º | 0.27% | 0.71% | - |
| XYZ | 35.68 | 29.89 | 47.07 | - |
| YUV | 152.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 180 | 0 | 0.27 | 0.01 | 0.29 | 301.25 | 0.24 | 0.62 |
| Hex | B5 | 85 | B4 | 0 | 1B | 1 | 1D | 12D | 18 | 3E |
| Octal | 265 | 205 | 264 | 0 | 33 | 1 | 35 | 455 | 30 | 76 |
| Binary | 10110101 | 10000101 | 10110100 | 0 | 11011 | 1 | 11101 | 100101101 | 11000 | 111110 |
Color Harmonies of #B585B4
Complementary color
Monochromatic Colors of #B585B4
Black with #B585B4
Text Example
Text Example
White with #B585B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585B4; }
p { color: rgb(181,133,180); }
H1.HeaderClassName
{
color: #B585B4;
}
.AnyTagClassName
{
color: #B585B4;
}
</style>
background-color css
<style>
a { background-color: #B585B4; }
a { background-color: rgb(181,133,180); }
div.DivClassName
{
background-color: #B585B4;
}
.BgClassName
{
background-color: #B585B4;
}
</style>
border-color css
<style>
span { border-color: #B585B4; }
span { border-color: rgb(181,133,180); }
td.TdClassName
{
border-color: #B585B4;
}
.TagClassName
{
border-color: #B585B4;
}
</style>