Shades of London Hue #B776B1
Tints of London Hue #B776B1
RGB
CMYK
RGB Variations
Color information
#B776B1 (or 0xB776B1) is known color: London Hue. HEX triplet: B7, 76 and B1. RGB value is (183,118,177). Sum of RGB (Red+Green+Blue) = 183+118+177=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B776B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776B1 is #48894E. Grayscale: #8F8F8F. Windows color (decimal): -4753743 or 11630263. OLE color: 11630263.
HSL color Cylindrical-coordinate representation of color #B776B1: hue angle of 305.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B776B1 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 177 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.28 |
| HSL | 305.54º | 0.31% | 0.59% | - |
| HSV(B) | 305.54º | 0.36% | 0.72% | - |
| XYZ | 33.94 | 26.2 | 44.86 | - |
| YUV | 144.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 177 | 0 | 0.36 | 0.03 | 0.28 | 305.54 | 0.31 | 0.59 |
| Hex | B7 | 76 | B1 | 0 | 24 | 3 | 1C | 132 | 1F | 3B |
| Octal | 267 | 166 | 261 | 0 | 44 | 3 | 34 | 462 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10110001 | 0 | 100100 | 11 | 11100 | 100110010 | 11111 | 111011 |
Color Harmonies of #B776B1
Complementary color
Monochromatic Colors of #B776B1
Black with #B776B1
Text Example
Text Example
White with #B776B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776B1; }
p { color: rgb(183,118,177); }
H1.HeaderClassName
{
color: #B776B1;
}
.AnyTagClassName
{
color: #B776B1;
}
</style>
background-color css
<style>
a { background-color: #B776B1; }
a { background-color: rgb(183,118,177); }
div.DivClassName
{
background-color: #B776B1;
}
.BgClassName
{
background-color: #B776B1;
}
</style>
border-color css
<style>
span { border-color: #B776B1; }
span { border-color: rgb(183,118,177); }
td.TdClassName
{
border-color: #B776B1;
}
.TagClassName
{
border-color: #B776B1;
}
</style>