Shades of London Hue #B587B4
Tints of London Hue #B587B4
RGB
CMYK
RGB Variations
Color information
#B587B4 (or 0xB587B4) is known color: London Hue. HEX triplet: B5, 87 and B4. RGB value is (181,135,180). Sum of RGB (Red+Green+Blue) = 181+135+180=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B587B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B587B4 is #4A784B. Grayscale: #999999. Windows color (decimal): -4880460 or 11831221. OLE color: 11831221.
HSL color Cylindrical-coordinate representation of color #B587B4: hue angle of 301.3º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B587B4 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 180 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.29 |
| HSL | 301.3º | 0.24% | 0.62% | - |
| HSV(B) | 301.3º | 0.25% | 0.71% | - |
| XYZ | 35.96 | 30.45 | 47.16 | - |
| YUV | 153.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 180 | 0 | 0.25 | 0.01 | 0.29 | 301.3 | 0.24 | 0.62 |
| Hex | B5 | 87 | B4 | 0 | 19 | 1 | 1D | 12D | 18 | 3E |
| Octal | 265 | 207 | 264 | 0 | 31 | 1 | 35 | 455 | 30 | 76 |
| Binary | 10110101 | 10000111 | 10110100 | 0 | 11001 | 1 | 11101 | 100101101 | 11000 | 111110 |
Color Harmonies of #B587B4
Complementary color
Monochromatic Colors of #B587B4
Black with #B587B4
Text Example
Text Example
White with #B587B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B587B4; }
p { color: rgb(181,135,180); }
H1.HeaderClassName
{
color: #B587B4;
}
.AnyTagClassName
{
color: #B587B4;
}
</style>
background-color css
<style>
a { background-color: #B587B4; }
a { background-color: rgb(181,135,180); }
div.DivClassName
{
background-color: #B587B4;
}
.BgClassName
{
background-color: #B587B4;
}
</style>
border-color css
<style>
span { border-color: #B587B4; }
span { border-color: rgb(181,135,180); }
td.TdClassName
{
border-color: #B587B4;
}
.TagClassName
{
border-color: #B587B4;
}
</style>