Shades of London Hue #BB85BD
Tints of London Hue #BB85BD
RGB
CMYK
RGB Variations
Color information
#BB85BD (or 0xBB85BD) is known color: London Hue. HEX triplet: BB, 85 and BD. RGB value is (187,133,189). Sum of RGB (Red+Green+Blue) = 187+133+189=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85BD is #447A42. Grayscale: #9B9B9B. Windows color (decimal): -4487747 or 12420539. OLE color: 12420539.
HSL color Cylindrical-coordinate representation of color #BB85BD: hue angle of 297.86º 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 #BB85BD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 133 | 189 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.26 |
| HSL | 297.86º | 0.3% | 0.63% | - |
| HSV(B) | 297.86º | 0.3% | 0.74% | - |
| XYZ | 38.07 | 31.01 | 52.12 | - |
| YUV | 155.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 189 | 0.01 | 0.30 | 0 | 0.26 | 297.86 | 0.3 | 0.63 |
| Hex | BB | 85 | BD | 1 | 1E | 0 | 1A | 12A | 1E | 3F |
| Octal | 273 | 205 | 275 | 1 | 36 | 0 | 32 | 452 | 36 | 77 |
| Binary | 10111011 | 10000101 | 10111101 | 1 | 11110 | 0 | 11010 | 100101010 | 11110 | 111111 |
Color Harmonies of #BB85BD
Complementary color
Monochromatic Colors of #BB85BD
Black with #BB85BD
Text Example
Text Example
White with #BB85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85BD; }
p { color: rgb(187,133,189); }
H1.HeaderClassName
{
color: #BB85BD;
}
.AnyTagClassName
{
color: #BB85BD;
}
</style>
background-color css
<style>
a { background-color: #BB85BD; }
a { background-color: rgb(187,133,189); }
div.DivClassName
{
background-color: #BB85BD;
}
.BgClassName
{
background-color: #BB85BD;
}
</style>
border-color css
<style>
span { border-color: #BB85BD; }
span { border-color: rgb(187,133,189); }
td.TdClassName
{
border-color: #BB85BD;
}
.TagClassName
{
border-color: #BB85BD;
}
</style>