Shades of London Hue #BB7FB8
Tints of London Hue #BB7FB8
RGB
CMYK
RGB Variations
Color information
#BB7FB8 (or 0xBB7FB8) is known color: London Hue. HEX triplet: BB, 7F and B8. RGB value is (187,127,184). Sum of RGB (Red+Green+Blue) = 187+127+184=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FB8 is #448047. Grayscale: #979797. Windows color (decimal): -4489288 or 12091323. OLE color: 12091323.
HSL color Cylindrical-coordinate representation of color #BB7FB8: hue angle of 303º degrees, saturation: 0.31, 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 #BB7FB8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 184 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.27 |
| HSL | 303º | 0.31% | 0.62% | - |
| HSV(B) | 303º | 0.32% | 0.73% | - |
| XYZ | 36.73 | 29.2 | 49.05 | - |
| YUV | 151.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 184 | 0 | 0.32 | 0.02 | 0.27 | 303 | 0.31 | 0.62 |
| Hex | BB | 7F | B8 | 0 | 20 | 2 | 1B | 12F | 1F | 3E |
| Octal | 273 | 177 | 270 | 0 | 40 | 2 | 33 | 457 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10111000 | 0 | 100000 | 10 | 11011 | 100101111 | 11111 | 111110 |
Color Harmonies of #BB7FB8
Complementary color
Monochromatic Colors of #BB7FB8
Black with #BB7FB8
Text Example
Text Example
White with #BB7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FB8; }
p { color: rgb(187,127,184); }
H1.HeaderClassName
{
color: #BB7FB8;
}
.AnyTagClassName
{
color: #BB7FB8;
}
</style>
background-color css
<style>
a { background-color: #BB7FB8; }
a { background-color: rgb(187,127,184); }
div.DivClassName
{
background-color: #BB7FB8;
}
.BgClassName
{
background-color: #BB7FB8;
}
</style>
border-color css
<style>
span { border-color: #BB7FB8; }
span { border-color: rgb(187,127,184); }
td.TdClassName
{
border-color: #BB7FB8;
}
.TagClassName
{
border-color: #BB7FB8;
}
</style>