Shades of London Hue #BB80B7
Tints of London Hue #BB80B7
RGB
CMYK
RGB Variations
Color information
#BB80B7 (or 0xBB80B7) is known color: London Hue. HEX triplet: BB, 80 and B7. RGB value is (187,128,183). Sum of RGB (Red+Green+Blue) = 187+128+183=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80B7 is #447F48. Grayscale: #979797. Windows color (decimal): -4489033 or 12026043. OLE color: 12026043.
HSL color Cylindrical-coordinate representation of color #BB80B7: hue angle of 304.07º 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 #BB80B7 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 183 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.27 |
| HSL | 304.07º | 0.3% | 0.62% | - |
| HSV(B) | 304.07º | 0.32% | 0.73% | - |
| XYZ | 36.76 | 29.42 | 48.54 | - |
| YUV | 151.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 183 | 0 | 0.32 | 0.02 | 0.27 | 304.07 | 0.3 | 0.62 |
| Hex | BB | 80 | B7 | 0 | 20 | 2 | 1B | 130 | 1E | 3E |
| Octal | 273 | 200 | 267 | 0 | 40 | 2 | 33 | 460 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10110111 | 0 | 100000 | 10 | 11011 | 100110000 | 11110 | 111110 |
Color Harmonies of #BB80B7
Complementary color
Monochromatic Colors of #BB80B7
Black with #BB80B7
Text Example
Text Example
White with #BB80B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80B7; }
p { color: rgb(187,128,183); }
H1.HeaderClassName
{
color: #BB80B7;
}
.AnyTagClassName
{
color: #BB80B7;
}
</style>
background-color css
<style>
a { background-color: #BB80B7; }
a { background-color: rgb(187,128,183); }
div.DivClassName
{
background-color: #BB80B7;
}
.BgClassName
{
background-color: #BB80B7;
}
</style>
border-color css
<style>
span { border-color: #BB80B7; }
span { border-color: rgb(187,128,183); }
td.TdClassName
{
border-color: #BB80B7;
}
.TagClassName
{
border-color: #BB80B7;
}
</style>