Shades of London Hue #BB84BD
Tints of London Hue #BB84BD
RGB
CMYK
RGB Variations
Color information
#BB84BD (or 0xBB84BD) is known color: London Hue. HEX triplet: BB, 84 and BD. RGB value is (187,132,189). Sum of RGB (Red+Green+Blue) = 187+132+189=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84BD is #447B42. Grayscale: #9A9A9A. Windows color (decimal): -4488003 or 12420283. OLE color: 12420283.
HSL color Cylindrical-coordinate representation of color #BB84BD: hue angle of 297.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB84BD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 132 | 189 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.26 |
| HSL | 297.89º | 0.3% | 0.63% | - |
| HSV(B) | 297.89º | 0.3% | 0.74% | - |
| XYZ | 37.93 | 30.74 | 52.08 | - |
| YUV | 154.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 189 | 0.01 | 0.30 | 0 | 0.26 | 297.89 | 0.3 | 0.63 |
| Hex | BB | 84 | BD | 1 | 1E | 0 | 1A | 12A | 1E | 3F |
| Octal | 273 | 204 | 275 | 1 | 36 | 0 | 32 | 452 | 36 | 77 |
| Binary | 10111011 | 10000100 | 10111101 | 1 | 11110 | 0 | 11010 | 100101010 | 11110 | 111111 |
Color Harmonies of #BB84BD
Complementary color
Monochromatic Colors of #BB84BD
Black with #BB84BD
Text Example
Text Example
White with #BB84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84BD; }
p { color: rgb(187,132,189); }
H1.HeaderClassName
{
color: #BB84BD;
}
.AnyTagClassName
{
color: #BB84BD;
}
</style>
background-color css
<style>
a { background-color: #BB84BD; }
a { background-color: rgb(187,132,189); }
div.DivClassName
{
background-color: #BB84BD;
}
.BgClassName
{
background-color: #BB84BD;
}
</style>
border-color css
<style>
span { border-color: #BB84BD; }
span { border-color: rgb(187,132,189); }
td.TdClassName
{
border-color: #BB84BD;
}
.TagClassName
{
border-color: #BB84BD;
}
</style>