Shades of London Hue #B77BAD
Tints of London Hue #B77BAD
RGB
CMYK
RGB Variations
Color information
#B77BAD (or 0xB77BAD) is known color: London Hue. HEX triplet: B7, 7B and AD. RGB value is (183,123,173). Sum of RGB (Red+Green+Blue) = 183+123+173=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BAD is #488452. Grayscale: #929292. Windows color (decimal): -4752467 or 11369399. OLE color: 11369399.
HSL color Cylindrical-coordinate representation of color #B77BAD: hue angle of 310º degrees, saturation: 0.29, 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 #B77BAD is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 173 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.28 |
| HSL | 310º | 0.29% | 0.6% | - |
| HSV(B) | 310º | 0.33% | 0.72% | - |
| XYZ | 34.15 | 27.25 | 42.99 | - |
| YUV | 146.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 173 | 0 | 0.33 | 0.05 | 0.28 | 310 | 0.29 | 0.6 |
| Hex | B7 | 7B | AD | 0 | 21 | 5 | 1C | 136 | 1D | 3C |
| Octal | 267 | 173 | 255 | 0 | 41 | 5 | 34 | 466 | 35 | 74 |
| Binary | 10110111 | 1111011 | 10101101 | 0 | 100001 | 101 | 11100 | 100110110 | 11101 | 111100 |
Color Harmonies of #B77BAD
Complementary color
Monochromatic Colors of #B77BAD
Black with #B77BAD
Text Example
Text Example
White with #B77BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BAD; }
p { color: rgb(183,123,173); }
H1.HeaderClassName
{
color: #B77BAD;
}
.AnyTagClassName
{
color: #B77BAD;
}
</style>
background-color css
<style>
a { background-color: #B77BAD; }
a { background-color: rgb(183,123,173); }
div.DivClassName
{
background-color: #B77BAD;
}
.BgClassName
{
background-color: #B77BAD;
}
</style>
border-color css
<style>
span { border-color: #B77BAD; }
span { border-color: rgb(183,123,173); }
td.TdClassName
{
border-color: #B77BAD;
}
.TagClassName
{
border-color: #B77BAD;
}
</style>