Shades of London Hue #B977AD
Tints of London Hue #B977AD
RGB
CMYK
RGB Variations
Color information
#B977AD (or 0xB977AD) is known color: London Hue. HEX triplet: B9, 77 and AD. RGB value is (185,119,173). Sum of RGB (Red+Green+Blue) = 185+119+173=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B977AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977AD is #468852. Grayscale: #909090. Windows color (decimal): -4622419 or 11368377. OLE color: 11368377.
HSL color Cylindrical-coordinate representation of color #B977AD: hue angle of 310.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B977AD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 173 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.27 |
| HSL | 310.91º | 0.32% | 0.6% | - |
| HSV(B) | 310.91º | 0.36% | 0.73% | - |
| XYZ | 34.15 | 26.53 | 42.86 | - |
| YUV | 144.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 173 | 0 | 0.36 | 0.06 | 0.27 | 310.91 | 0.32 | 0.6 |
| Hex | B9 | 77 | AD | 0 | 24 | 6 | 1B | 137 | 20 | 3C |
| Octal | 271 | 167 | 255 | 0 | 44 | 6 | 33 | 467 | 40 | 74 |
| Binary | 10111001 | 1110111 | 10101101 | 0 | 100100 | 110 | 11011 | 100110111 | 100000 | 111100 |
Color Harmonies of #B977AD
Complementary color
Monochromatic Colors of #B977AD
Black with #B977AD
Text Example
Text Example
White with #B977AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977AD; }
p { color: rgb(185,119,173); }
H1.HeaderClassName
{
color: #B977AD;
}
.AnyTagClassName
{
color: #B977AD;
}
</style>
background-color css
<style>
a { background-color: #B977AD; }
a { background-color: rgb(185,119,173); }
div.DivClassName
{
background-color: #B977AD;
}
.BgClassName
{
background-color: #B977AD;
}
</style>
border-color css
<style>
span { border-color: #B977AD; }
span { border-color: rgb(185,119,173); }
td.TdClassName
{
border-color: #B977AD;
}
.TagClassName
{
border-color: #B977AD;
}
</style>