Shades of London Hue #B77AB1
Tints of London Hue #B77AB1
RGB
CMYK
RGB Variations
Color information
#B77AB1 (or 0xB77AB1) is known color: London Hue. HEX triplet: B7, 7A and B1. RGB value is (183,122,177). Sum of RGB (Red+Green+Blue) = 183+122+177=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AB1 is #48854E. Grayscale: #929292. Windows color (decimal): -4752719 or 11631287. OLE color: 11631287.
HSL color Cylindrical-coordinate representation of color #B77AB1: hue angle of 305.9º 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 #B77AB1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 177 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.28 |
| HSL | 305.9º | 0.3% | 0.6% | - |
| HSV(B) | 305.9º | 0.33% | 0.72% | - |
| XYZ | 34.42 | 27.16 | 45.02 | - |
| YUV | 146.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 177 | 0 | 0.33 | 0.03 | 0.28 | 305.9 | 0.3 | 0.6 |
| Hex | B7 | 7A | B1 | 0 | 21 | 3 | 1C | 132 | 1E | 3C |
| Octal | 267 | 172 | 261 | 0 | 41 | 3 | 34 | 462 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10110001 | 0 | 100001 | 11 | 11100 | 100110010 | 11110 | 111100 |
Color Harmonies of #B77AB1
Complementary color
Monochromatic Colors of #B77AB1
Black with #B77AB1
Text Example
Text Example
White with #B77AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AB1; }
p { color: rgb(183,122,177); }
H1.HeaderClassName
{
color: #B77AB1;
}
.AnyTagClassName
{
color: #B77AB1;
}
</style>
background-color css
<style>
a { background-color: #B77AB1; }
a { background-color: rgb(183,122,177); }
div.DivClassName
{
background-color: #B77AB1;
}
.BgClassName
{
background-color: #B77AB1;
}
</style>
border-color css
<style>
span { border-color: #B77AB1; }
span { border-color: rgb(183,122,177); }
td.TdClassName
{
border-color: #B77AB1;
}
.TagClassName
{
border-color: #B77AB1;
}
</style>