Shades of London Hue #B77DAF
Tints of London Hue #B77DAF
RGB
CMYK
RGB Variations
Color information
#B77DAF (or 0xB77DAF) is known color: London Hue. HEX triplet: B7, 7D and AF. RGB value is (183,125,175). Sum of RGB (Red+Green+Blue) = 183+125+175=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B77DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77DAF is #488250. Grayscale: #939393. Windows color (decimal): -4751953 or 11500983. OLE color: 11500983.
HSL color Cylindrical-coordinate representation of color #B77DAF: hue angle of 308.28º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77DAF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 175 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.28 |
| HSL | 308.28º | 0.29% | 0.6% | - |
| HSV(B) | 308.28º | 0.32% | 0.72% | - |
| XYZ | 34.6 | 27.83 | 44.11 | - |
| YUV | 148.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 175 | 0 | 0.32 | 0.04 | 0.28 | 308.28 | 0.29 | 0.6 |
| Hex | B7 | 7D | AF | 0 | 20 | 4 | 1C | 134 | 1D | 3C |
| Octal | 267 | 175 | 257 | 0 | 40 | 4 | 34 | 464 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10101111 | 0 | 100000 | 100 | 11100 | 100110100 | 11101 | 111100 |
Color Harmonies of #B77DAF
Complementary color
Monochromatic Colors of #B77DAF
Black with #B77DAF
Text Example
Text Example
White with #B77DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DAF; }
p { color: rgb(183,125,175); }
H1.HeaderClassName
{
color: #B77DAF;
}
.AnyTagClassName
{
color: #B77DAF;
}
</style>
background-color css
<style>
a { background-color: #B77DAF; }
a { background-color: rgb(183,125,175); }
div.DivClassName
{
background-color: #B77DAF;
}
.BgClassName
{
background-color: #B77DAF;
}
</style>
border-color css
<style>
span { border-color: #B77DAF; }
span { border-color: rgb(183,125,175); }
td.TdClassName
{
border-color: #B77DAF;
}
.TagClassName
{
border-color: #B77DAF;
}
</style>