Shades of London Hue #B77AB3
Tints of London Hue #B77AB3
RGB
CMYK
RGB Variations
Color information
#B77AB3 (or 0xB77AB3) is known color: London Hue. HEX triplet: B7, 7A and B3. RGB value is (183,122,179). Sum of RGB (Red+Green+Blue) = 183+122+179=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AB3 is #48854C. Grayscale: #929292. Windows color (decimal): -4752717 or 11762359. OLE color: 11762359.
HSL color Cylindrical-coordinate representation of color #B77AB3: hue angle of 303.93º 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 #B77AB3 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 179 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.28 |
| HSL | 303.93º | 0.3% | 0.6% | - |
| HSV(B) | 303.93º | 0.33% | 0.72% | - |
| XYZ | 34.62 | 27.24 | 46.08 | - |
| YUV | 146.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 179 | 0 | 0.33 | 0.02 | 0.28 | 303.93 | 0.3 | 0.6 |
| Hex | B7 | 7A | B3 | 0 | 21 | 2 | 1C | 130 | 1E | 3C |
| Octal | 267 | 172 | 263 | 0 | 41 | 2 | 34 | 460 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10110011 | 0 | 100001 | 10 | 11100 | 100110000 | 11110 | 111100 |
Color Harmonies of #B77AB3
Complementary color
Monochromatic Colors of #B77AB3
Black with #B77AB3
Text Example
Text Example
White with #B77AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AB3; }
p { color: rgb(183,122,179); }
H1.HeaderClassName
{
color: #B77AB3;
}
.AnyTagClassName
{
color: #B77AB3;
}
</style>
background-color css
<style>
a { background-color: #B77AB3; }
a { background-color: rgb(183,122,179); }
div.DivClassName
{
background-color: #B77AB3;
}
.BgClassName
{
background-color: #B77AB3;
}
</style>
border-color css
<style>
span { border-color: #B77AB3; }
span { border-color: rgb(183,122,179); }
td.TdClassName
{
border-color: #B77AB3;
}
.TagClassName
{
border-color: #B77AB3;
}
</style>