Shades of London Hue #BB80B9
Tints of London Hue #BB80B9
RGB
CMYK
RGB Variations
Color information
#BB80B9 (or 0xBB80B9) is known color: London Hue. HEX triplet: BB, 80 and B9. RGB value is (187,128,185). Sum of RGB (Red+Green+Blue) = 187+128+185=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80B9 is #447F46. Grayscale: #979797. Windows color (decimal): -4489031 or 12157115. OLE color: 12157115.
HSL color Cylindrical-coordinate representation of color #BB80B9: hue angle of 302.03º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB80B9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 185 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.27 |
| HSL | 302.03º | 0.3% | 0.62% | - |
| HSV(B) | 302.03º | 0.32% | 0.73% | - |
| XYZ | 36.97 | 29.51 | 49.65 | - |
| YUV | 152.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 185 | 0 | 0.32 | 0.01 | 0.27 | 302.03 | 0.3 | 0.62 |
| Hex | BB | 80 | B9 | 0 | 20 | 1 | 1B | 12E | 1E | 3E |
| Octal | 273 | 200 | 271 | 0 | 40 | 1 | 33 | 456 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10111001 | 0 | 100000 | 1 | 11011 | 100101110 | 11110 | 111110 |
Color Harmonies of #BB80B9
Complementary color
Monochromatic Colors of #BB80B9
Black with #BB80B9
Text Example
Text Example
White with #BB80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80B9; }
p { color: rgb(187,128,185); }
H1.HeaderClassName
{
color: #BB80B9;
}
.AnyTagClassName
{
color: #BB80B9;
}
</style>
background-color css
<style>
a { background-color: #BB80B9; }
a { background-color: rgb(187,128,185); }
div.DivClassName
{
background-color: #BB80B9;
}
.BgClassName
{
background-color: #BB80B9;
}
</style>
border-color css
<style>
span { border-color: #BB80B9; }
span { border-color: rgb(187,128,185); }
td.TdClassName
{
border-color: #BB80B9;
}
.TagClassName
{
border-color: #BB80B9;
}
</style>