Shades of London Hue #BB85B5
Tints of London Hue #BB85B5
RGB
CMYK
RGB Variations
Color information
#BB85B5 (or 0xBB85B5) is known color: London Hue. HEX triplet: BB, 85 and B5. RGB value is (187,133,181). Sum of RGB (Red+Green+Blue) = 187+133+181=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85B5 is #447A4A. Grayscale: #9A9A9A. Windows color (decimal): -4487755 or 11896251. OLE color: 11896251.
HSL color Cylindrical-coordinate representation of color #BB85B5: hue angle of 306.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB85B5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 181 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.27 |
| HSL | 306.67º | 0.28% | 0.63% | - |
| HSV(B) | 306.67º | 0.29% | 0.73% | - |
| XYZ | 37.22 | 30.68 | 47.68 | - |
| YUV | 154.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 181 | 0 | 0.29 | 0.03 | 0.27 | 306.67 | 0.28 | 0.63 |
| Hex | BB | 85 | B5 | 0 | 1D | 3 | 1B | 133 | 1C | 3F |
| Octal | 273 | 205 | 265 | 0 | 35 | 3 | 33 | 463 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10110101 | 0 | 11101 | 11 | 11011 | 100110011 | 11100 | 111111 |
Color Harmonies of #BB85B5
Complementary color
Monochromatic Colors of #BB85B5
Black with #BB85B5
Text Example
Text Example
White with #BB85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85B5; }
p { color: rgb(187,133,181); }
H1.HeaderClassName
{
color: #BB85B5;
}
.AnyTagClassName
{
color: #BB85B5;
}
</style>
background-color css
<style>
a { background-color: #BB85B5; }
a { background-color: rgb(187,133,181); }
div.DivClassName
{
background-color: #BB85B5;
}
.BgClassName
{
background-color: #BB85B5;
}
</style>
border-color css
<style>
span { border-color: #BB85B5; }
span { border-color: rgb(187,133,181); }
td.TdClassName
{
border-color: #BB85B5;
}
.TagClassName
{
border-color: #BB85B5;
}
</style>