Shades of London Hue #BB80BD
Tints of London Hue #BB80BD
RGB
CMYK
RGB Variations
Color information
#BB80BD (or 0xBB80BD) is known color: London Hue. HEX triplet: BB, 80 and BD. RGB value is (187,128,189). Sum of RGB (Red+Green+Blue) = 187+128+189=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BD is #447F42. Grayscale: #989898. Windows color (decimal): -4489027 or 12419259. OLE color: 12419259.
HSL color Cylindrical-coordinate representation of color #BB80BD: hue angle of 298.03º degrees, saturation: 0.32, 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 #BB80BD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 128 | 189 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.26 |
| HSL | 298.03º | 0.32% | 0.62% | - |
| HSV(B) | 298.03º | 0.32% | 0.74% | - |
| XYZ | 37.4 | 29.68 | 51.9 | - |
| YUV | 152.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 189 | 0.01 | 0.32 | 0 | 0.26 | 298.03 | 0.32 | 0.62 |
| Hex | BB | 80 | BD | 1 | 20 | 0 | 1A | 12A | 20 | 3E |
| Octal | 273 | 200 | 275 | 1 | 40 | 0 | 32 | 452 | 40 | 76 |
| Binary | 10111011 | 10000000 | 10111101 | 1 | 100000 | 0 | 11010 | 100101010 | 100000 | 111110 |
Color Harmonies of #BB80BD
Complementary color
Monochromatic Colors of #BB80BD
Black with #BB80BD
Text Example
Text Example
White with #BB80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80BD; }
p { color: rgb(187,128,189); }
H1.HeaderClassName
{
color: #BB80BD;
}
.AnyTagClassName
{
color: #BB80BD;
}
</style>
background-color css
<style>
a { background-color: #BB80BD; }
a { background-color: rgb(187,128,189); }
div.DivClassName
{
background-color: #BB80BD;
}
.BgClassName
{
background-color: #BB80BD;
}
</style>
border-color css
<style>
span { border-color: #BB80BD; }
span { border-color: rgb(187,128,189); }
td.TdClassName
{
border-color: #BB80BD;
}
.TagClassName
{
border-color: #BB80BD;
}
</style>