Shades of London Hue #B978AD
Tints of London Hue #B978AD
RGB
CMYK
RGB Variations
Color information
#B978AD (or 0xB978AD) is known color: London Hue. HEX triplet: B9, 78 and AD. RGB value is (185,120,173). Sum of RGB (Red+Green+Blue) = 185+120+173=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AD is #468752. Grayscale: #919191. Windows color (decimal): -4622163 or 11368633. OLE color: 11368633.
HSL color Cylindrical-coordinate representation of color #B978AD: hue angle of 311.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B978AD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 173 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.27 |
| HSL | 311.08º | 0.32% | 0.6% | - |
| HSV(B) | 311.08º | 0.35% | 0.73% | - |
| XYZ | 34.27 | 26.76 | 42.9 | - |
| YUV | 145.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 173 | 0 | 0.35 | 0.06 | 0.27 | 311.08 | 0.32 | 0.6 |
| Hex | B9 | 78 | AD | 0 | 23 | 6 | 1B | 137 | 20 | 3C |
| Octal | 271 | 170 | 255 | 0 | 43 | 6 | 33 | 467 | 40 | 74 |
| Binary | 10111001 | 1111000 | 10101101 | 0 | 100011 | 110 | 11011 | 100110111 | 100000 | 111100 |
Color Harmonies of #B978AD
Complementary color
Monochromatic Colors of #B978AD
Black with #B978AD
Text Example
Text Example
White with #B978AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978AD; }
p { color: rgb(185,120,173); }
H1.HeaderClassName
{
color: #B978AD;
}
.AnyTagClassName
{
color: #B978AD;
}
</style>
background-color css
<style>
a { background-color: #B978AD; }
a { background-color: rgb(185,120,173); }
div.DivClassName
{
background-color: #B978AD;
}
.BgClassName
{
background-color: #B978AD;
}
</style>
border-color css
<style>
span { border-color: #B978AD; }
span { border-color: rgb(185,120,173); }
td.TdClassName
{
border-color: #B978AD;
}
.TagClassName
{
border-color: #B978AD;
}
</style>