Shades of London Hue #BB80BC
Tints of London Hue #BB80BC
RGB
CMYK
RGB Variations
Color information
#BB80BC (or 0xBB80BC) is known color: London Hue. HEX triplet: BB, 80 and BC. RGB value is (187,128,188). Sum of RGB (Red+Green+Blue) = 187+128+188=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BC is #447F43. Grayscale: #989898. Windows color (decimal): -4489028 or 12353723. OLE color: 12353723.
HSL color Cylindrical-coordinate representation of color #BB80BC: hue angle of 299º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB80BC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 128 | 188 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.26 |
| HSL | 299º | 0.31% | 0.62% | - |
| HSV(B) | 299º | 0.32% | 0.74% | - |
| XYZ | 37.29 | 29.63 | 51.33 | - |
| YUV | 152.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 188 | 0.01 | 0.32 | 0 | 0.26 | 299 | 0.31 | 0.62 |
| Hex | BB | 80 | BC | 1 | 20 | 0 | 1A | 12B | 1F | 3E |
| Octal | 273 | 200 | 274 | 1 | 40 | 0 | 32 | 453 | 37 | 76 |
| Binary | 10111011 | 10000000 | 10111100 | 1 | 100000 | 0 | 11010 | 100101011 | 11111 | 111110 |
Color Harmonies of #BB80BC
Complementary color
Monochromatic Colors of #BB80BC
Black with #BB80BC
Text Example
Text Example
White with #BB80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80BC; }
p { color: rgb(187,128,188); }
H1.HeaderClassName
{
color: #BB80BC;
}
.AnyTagClassName
{
color: #BB80BC;
}
</style>
background-color css
<style>
a { background-color: #BB80BC; }
a { background-color: rgb(187,128,188); }
div.DivClassName
{
background-color: #BB80BC;
}
.BgClassName
{
background-color: #BB80BC;
}
</style>
border-color css
<style>
span { border-color: #BB80BC; }
span { border-color: rgb(187,128,188); }
td.TdClassName
{
border-color: #BB80BC;
}
.TagClassName
{
border-color: #BB80BC;
}
</style>