Shades of London Hue #BB87B0
Tints of London Hue #BB87B0
RGB
CMYK
RGB Variations
Color information
#BB87B0 (or 0xBB87B0) is known color: London Hue. HEX triplet: BB, 87 and B0. RGB value is (187,135,176). Sum of RGB (Red+Green+Blue) = 187+135+176=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87B0 is #44784F. Grayscale: #9B9B9B. Windows color (decimal): -4487248 or 11569083. OLE color: 11569083.
HSL color Cylindrical-coordinate representation of color #BB87B0: hue angle of 312.69º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB87B0 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 176 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.27 |
| HSL | 312.69º | 0.28% | 0.63% | - |
| HSV(B) | 312.69º | 0.28% | 0.73% | - |
| XYZ | 36.99 | 31.03 | 45.11 | - |
| YUV | 155.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 176 | 0 | 0.28 | 0.06 | 0.27 | 312.69 | 0.28 | 0.63 |
| Hex | BB | 87 | B0 | 0 | 1C | 6 | 1B | 139 | 1C | 3F |
| Octal | 273 | 207 | 260 | 0 | 34 | 6 | 33 | 471 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10110000 | 0 | 11100 | 110 | 11011 | 100111001 | 11100 | 111111 |
Color Harmonies of #BB87B0
Complementary color
Monochromatic Colors of #BB87B0
Black with #BB87B0
Text Example
Text Example
White with #BB87B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB87B0; }
p { color: rgb(187,135,176); }
H1.HeaderClassName
{
color: #BB87B0;
}
.AnyTagClassName
{
color: #BB87B0;
}
</style>
background-color css
<style>
a { background-color: #BB87B0; }
a { background-color: rgb(187,135,176); }
div.DivClassName
{
background-color: #BB87B0;
}
.BgClassName
{
background-color: #BB87B0;
}
</style>
border-color css
<style>
span { border-color: #BB87B0; }
span { border-color: rgb(187,135,176); }
td.TdClassName
{
border-color: #BB87B0;
}
.TagClassName
{
border-color: #BB87B0;
}
</style>