Shades of London Hue #B77BB9
Tints of London Hue #B77BB9
RGB
CMYK
RGB Variations
Color information
#B77BB9 (or 0xB77BB9) is known color: London Hue. HEX triplet: B7, 7B and B9. RGB value is (183,123,185). Sum of RGB (Red+Green+Blue) = 183+123+185=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #B77BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BB9 is #488446. Grayscale: #939393. Windows color (decimal): -4752455 or 12155831. OLE color: 12155831.
HSL color Cylindrical-coordinate representation of color #B77BB9: hue angle of 298.06º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77BB9 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 123 | 185 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.27 |
| HSL | 298.06º | 0.31% | 0.6% | - |
| HSV(B) | 298.06º | 0.34% | 0.73% | - |
| XYZ | 35.37 | 27.74 | 49.39 | - |
| YUV | 148.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 185 | 0.01 | 0.34 | 0 | 0.27 | 298.06 | 0.31 | 0.6 |
| Hex | B7 | 7B | B9 | 1 | 22 | 0 | 1B | 12A | 1F | 3C |
| Octal | 267 | 173 | 271 | 1 | 42 | 0 | 33 | 452 | 37 | 74 |
| Binary | 10110111 | 1111011 | 10111001 | 1 | 100010 | 0 | 11011 | 100101010 | 11111 | 111100 |
Color Harmonies of #B77BB9
Complementary color
Monochromatic Colors of #B77BB9
Black with #B77BB9
Text Example
Text Example
White with #B77BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BB9; }
p { color: rgb(183,123,185); }
H1.HeaderClassName
{
color: #B77BB9;
}
.AnyTagClassName
{
color: #B77BB9;
}
</style>
background-color css
<style>
a { background-color: #B77BB9; }
a { background-color: rgb(183,123,185); }
div.DivClassName
{
background-color: #B77BB9;
}
.BgClassName
{
background-color: #B77BB9;
}
</style>
border-color css
<style>
span { border-color: #B77BB9; }
span { border-color: rgb(183,123,185); }
td.TdClassName
{
border-color: #B77BB9;
}
.TagClassName
{
border-color: #B77BB9;
}
</style>