Shades of London Hue #BB85B7
Tints of London Hue #BB85B7
RGB
CMYK
RGB Variations
Color information
#BB85B7 (or 0xBB85B7) is known color: London Hue. HEX triplet: BB, 85 and B7. RGB value is (187,133,183). Sum of RGB (Red+Green+Blue) = 187+133+183=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB85B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85B7 is #447A48. Grayscale: #9A9A9A. Windows color (decimal): -4487753 or 12027323. OLE color: 12027323.
HSL color Cylindrical-coordinate representation of color #BB85B7: hue angle of 304.44º 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 #BB85B7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 183 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.27 |
| HSL | 304.44º | 0.28% | 0.63% | - |
| HSV(B) | 304.44º | 0.29% | 0.73% | - |
| XYZ | 37.43 | 30.76 | 48.76 | - |
| YUV | 154.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 183 | 0 | 0.29 | 0.02 | 0.27 | 304.44 | 0.28 | 0.63 |
| Hex | BB | 85 | B7 | 0 | 1D | 2 | 1B | 130 | 1C | 3F |
| Octal | 273 | 205 | 267 | 0 | 35 | 2 | 33 | 460 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10110111 | 0 | 11101 | 10 | 11011 | 100110000 | 11100 | 111111 |
Color Harmonies of #BB85B7
Complementary color
Monochromatic Colors of #BB85B7
Black with #BB85B7
Text Example
Text Example
White with #BB85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85B7; }
p { color: rgb(187,133,183); }
H1.HeaderClassName
{
color: #BB85B7;
}
.AnyTagClassName
{
color: #BB85B7;
}
</style>
background-color css
<style>
a { background-color: #BB85B7; }
a { background-color: rgb(187,133,183); }
div.DivClassName
{
background-color: #BB85B7;
}
.BgClassName
{
background-color: #BB85B7;
}
</style>
border-color css
<style>
span { border-color: #BB85B7; }
span { border-color: rgb(187,133,183); }
td.TdClassName
{
border-color: #BB85B7;
}
.TagClassName
{
border-color: #BB85B7;
}
</style>