Shades of London Hue #B776B4
Tints of London Hue #B776B4
RGB
CMYK
RGB Variations
Color information
#B776B4 (or 0xB776B4) is known color: London Hue. HEX triplet: B7, 76 and B4. RGB value is (183,118,180). Sum of RGB (Red+Green+Blue) = 183+118+180=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B776B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776B4 is #48894B. Grayscale: #909090. Windows color (decimal): -4753740 or 11826871. OLE color: 11826871.
HSL color Cylindrical-coordinate representation of color #B776B4: hue angle of 302.77º 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 #B776B4 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 180 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.28 |
| HSL | 302.77º | 0.31% | 0.59% | - |
| HSV(B) | 302.77º | 0.36% | 0.72% | - |
| XYZ | 34.25 | 26.32 | 46.46 | - |
| YUV | 144.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 180 | 0 | 0.36 | 0.02 | 0.28 | 302.77 | 0.31 | 0.59 |
| Hex | B7 | 76 | B4 | 0 | 24 | 2 | 1C | 12F | 1F | 3B |
| Octal | 267 | 166 | 264 | 0 | 44 | 2 | 34 | 457 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10110100 | 0 | 100100 | 10 | 11100 | 100101111 | 11111 | 111011 |
Color Harmonies of #B776B4
Complementary color
Monochromatic Colors of #B776B4
Black with #B776B4
Text Example
Text Example
White with #B776B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776B4; }
p { color: rgb(183,118,180); }
H1.HeaderClassName
{
color: #B776B4;
}
.AnyTagClassName
{
color: #B776B4;
}
</style>
background-color css
<style>
a { background-color: #B776B4; }
a { background-color: rgb(183,118,180); }
div.DivClassName
{
background-color: #B776B4;
}
.BgClassName
{
background-color: #B776B4;
}
</style>
border-color css
<style>
span { border-color: #B776B4; }
span { border-color: rgb(183,118,180); }
td.TdClassName
{
border-color: #B776B4;
}
.TagClassName
{
border-color: #B776B4;
}
</style>