Shades of London Hue #B77FAE
Tints of London Hue #B77FAE
RGB
CMYK
RGB Variations
Color information
#B77FAE (or 0xB77FAE) is known color: London Hue. HEX triplet: B7, 7F and AE. RGB value is (183,127,174). Sum of RGB (Red+Green+Blue) = 183+127+174=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FAE is #488051. Grayscale: #949494. Windows color (decimal): -4751442 or 11435959. OLE color: 11435959.
HSL color Cylindrical-coordinate representation of color #B77FAE: hue angle of 309.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77FAE is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 174 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.28 |
| HSL | 309.64º | 0.28% | 0.61% | - |
| HSV(B) | 309.64º | 0.31% | 0.72% | - |
| XYZ | 34.76 | 28.3 | 43.68 | - |
| YUV | 149.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 174 | 0 | 0.31 | 0.05 | 0.28 | 309.64 | 0.28 | 0.61 |
| Hex | B7 | 7F | AE | 0 | 1F | 5 | 1C | 136 | 1C | 3D |
| Octal | 267 | 177 | 256 | 0 | 37 | 5 | 34 | 466 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10101110 | 0 | 11111 | 101 | 11100 | 100110110 | 11100 | 111101 |
Color Harmonies of #B77FAE
Complementary color
Monochromatic Colors of #B77FAE
Black with #B77FAE
Text Example
Text Example
White with #B77FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FAE; }
p { color: rgb(183,127,174); }
H1.HeaderClassName
{
color: #B77FAE;
}
.AnyTagClassName
{
color: #B77FAE;
}
</style>
background-color css
<style>
a { background-color: #B77FAE; }
a { background-color: rgb(183,127,174); }
div.DivClassName
{
background-color: #B77FAE;
}
.BgClassName
{
background-color: #B77FAE;
}
</style>
border-color css
<style>
span { border-color: #B77FAE; }
span { border-color: rgb(183,127,174); }
td.TdClassName
{
border-color: #B77FAE;
}
.TagClassName
{
border-color: #B77FAE;
}
</style>