Shades of London Hue #B77AB0
Tints of London Hue #B77AB0
RGB
CMYK
RGB Variations
Color information
#B77AB0 (or 0xB77AB0) is known color: London Hue. HEX triplet: B7, 7A and B0. RGB value is (183,122,176). Sum of RGB (Red+Green+Blue) = 183+122+176=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AB0 is #48854F. Grayscale: #929292. Windows color (decimal): -4752720 or 11565751. OLE color: 11565751.
HSL color Cylindrical-coordinate representation of color #B77AB0: hue angle of 306.89º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77AB0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 176 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.28 |
| HSL | 306.89º | 0.3% | 0.6% | - |
| HSV(B) | 306.89º | 0.33% | 0.72% | - |
| XYZ | 34.32 | 27.12 | 44.5 | - |
| YUV | 146.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 176 | 0 | 0.33 | 0.04 | 0.28 | 306.89 | 0.3 | 0.6 |
| Hex | B7 | 7A | B0 | 0 | 21 | 4 | 1C | 133 | 1E | 3C |
| Octal | 267 | 172 | 260 | 0 | 41 | 4 | 34 | 463 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10110000 | 0 | 100001 | 100 | 11100 | 100110011 | 11110 | 111100 |
Color Harmonies of #B77AB0
Complementary color
Monochromatic Colors of #B77AB0
Black with #B77AB0
Text Example
Text Example
White with #B77AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AB0; }
p { color: rgb(183,122,176); }
H1.HeaderClassName
{
color: #B77AB0;
}
.AnyTagClassName
{
color: #B77AB0;
}
</style>
background-color css
<style>
a { background-color: #B77AB0; }
a { background-color: rgb(183,122,176); }
div.DivClassName
{
background-color: #B77AB0;
}
.BgClassName
{
background-color: #B77AB0;
}
</style>
border-color css
<style>
span { border-color: #B77AB0; }
span { border-color: rgb(183,122,176); }
td.TdClassName
{
border-color: #B77AB0;
}
.TagClassName
{
border-color: #B77AB0;
}
</style>