Shades of London Hue #B77AB2
Tints of London Hue #B77AB2
RGB
CMYK
RGB Variations
Color information
#B77AB2 (or 0xB77AB2) is known color: London Hue. HEX triplet: B7, 7A and B2. RGB value is (183,122,178). Sum of RGB (Red+Green+Blue) = 183+122+178=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AB2 is #48854D. Grayscale: #929292. Windows color (decimal): -4752718 or 11696823. OLE color: 11696823.
HSL color Cylindrical-coordinate representation of color #B77AB2: hue angle of 304.92º 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 #B77AB2 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 178 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.28 |
| HSL | 304.92º | 0.3% | 0.6% | - |
| HSV(B) | 304.92º | 0.33% | 0.72% | - |
| XYZ | 34.52 | 27.2 | 45.55 | - |
| YUV | 146.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 178 | 0 | 0.33 | 0.03 | 0.28 | 304.92 | 0.3 | 0.6 |
| Hex | B7 | 7A | B2 | 0 | 21 | 3 | 1C | 131 | 1E | 3C |
| Octal | 267 | 172 | 262 | 0 | 41 | 3 | 34 | 461 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10110010 | 0 | 100001 | 11 | 11100 | 100110001 | 11110 | 111100 |
Color Harmonies of #B77AB2
Complementary color
Monochromatic Colors of #B77AB2
Black with #B77AB2
Text Example
Text Example
White with #B77AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AB2; }
p { color: rgb(183,122,178); }
H1.HeaderClassName
{
color: #B77AB2;
}
.AnyTagClassName
{
color: #B77AB2;
}
</style>
background-color css
<style>
a { background-color: #B77AB2; }
a { background-color: rgb(183,122,178); }
div.DivClassName
{
background-color: #B77AB2;
}
.BgClassName
{
background-color: #B77AB2;
}
</style>
border-color css
<style>
span { border-color: #B77AB2; }
span { border-color: rgb(183,122,178); }
td.TdClassName
{
border-color: #B77AB2;
}
.TagClassName
{
border-color: #B77AB2;
}
</style>