Shades of London Hue #BB87BE
Tints of London Hue #BB87BE
RGB
CMYK
RGB Variations
Color information
#BB87BE (or 0xBB87BE) is known color: London Hue. HEX triplet: BB, 87 and BE. RGB value is (187,135,190). Sum of RGB (Red+Green+Blue) = 187+135+190=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87BE is #447841. Grayscale: #9C9C9C. Windows color (decimal): -4487234 or 12486587. OLE color: 12486587.
HSL color Cylindrical-coordinate representation of color #BB87BE: hue angle of 296.73º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB87BE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 135 | 190 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.25 |
| HSL | 296.73º | 0.3% | 0.64% | - |
| HSV(B) | 296.73º | 0.29% | 0.75% | - |
| XYZ | 38.45 | 31.61 | 52.79 | - |
| YUV | 156.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 190 | 0.02 | 0.29 | 0 | 0.25 | 296.73 | 0.3 | 0.64 |
| Hex | BB | 87 | BE | 2 | 1D | 0 | 19 | 129 | 1E | 40 |
| Octal | 273 | 207 | 276 | 2 | 35 | 0 | 31 | 451 | 36 | 100 |
| Binary | 10111011 | 10000111 | 10111110 | 10 | 11101 | 0 | 11001 | 100101001 | 11110 | 1000000 |
Color Harmonies of #BB87BE
Complementary color
Monochromatic Colors of #BB87BE
Black with #BB87BE
Text Example
Text Example
White with #BB87BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB87BE; }
p { color: rgb(187,135,190); }
H1.HeaderClassName
{
color: #BB87BE;
}
.AnyTagClassName
{
color: #BB87BE;
}
</style>
background-color css
<style>
a { background-color: #BB87BE; }
a { background-color: rgb(187,135,190); }
div.DivClassName
{
background-color: #BB87BE;
}
.BgClassName
{
background-color: #BB87BE;
}
</style>
border-color css
<style>
span { border-color: #BB87BE; }
span { border-color: rgb(187,135,190); }
td.TdClassName
{
border-color: #BB87BE;
}
.TagClassName
{
border-color: #BB87BE;
}
</style>