Shades of London Hue #BB77B9
Tints of London Hue #BB77B9
RGB
CMYK
RGB Variations
Color information
#BB77B9 (or 0xBB77B9) is known color: London Hue. HEX triplet: BB, 77 and B9. RGB value is (187,119,185). Sum of RGB (Red+Green+Blue) = 187+119+185=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77B9 is #448846. Grayscale: #929292. Windows color (decimal): -4491335 or 12154811. OLE color: 12154811.
HSL color Cylindrical-coordinate representation of color #BB77B9: hue angle of 301.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB77B9 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 185 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.27 |
| HSL | 301.76º | 0.33% | 0.6% | - |
| HSV(B) | 301.76º | 0.36% | 0.73% | - |
| XYZ | 35.85 | 27.26 | 49.27 | - |
| YUV | 146.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 185 | 0 | 0.36 | 0.01 | 0.27 | 301.76 | 0.33 | 0.6 |
| Hex | BB | 77 | B9 | 0 | 24 | 1 | 1B | 12E | 21 | 3C |
| Octal | 273 | 167 | 271 | 0 | 44 | 1 | 33 | 456 | 41 | 74 |
| Binary | 10111011 | 1110111 | 10111001 | 0 | 100100 | 1 | 11011 | 100101110 | 100001 | 111100 |
Color Harmonies of #BB77B9
Complementary color
Monochromatic Colors of #BB77B9
Black with #BB77B9
Text Example
Text Example
White with #BB77B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77B9; }
p { color: rgb(187,119,185); }
H1.HeaderClassName
{
color: #BB77B9;
}
.AnyTagClassName
{
color: #BB77B9;
}
</style>
background-color css
<style>
a { background-color: #BB77B9; }
a { background-color: rgb(187,119,185); }
div.DivClassName
{
background-color: #BB77B9;
}
.BgClassName
{
background-color: #BB77B9;
}
</style>
border-color css
<style>
span { border-color: #BB77B9; }
span { border-color: rgb(187,119,185); }
td.TdClassName
{
border-color: #BB77B9;
}
.TagClassName
{
border-color: #BB77B9;
}
</style>