Shades of London Hue #B972AF
Tints of London Hue #B972AF
RGB
CMYK
RGB Variations
Color information
#B972AF (or 0xB972AF) is known color: London Hue. HEX triplet: B9, 72 and AF. RGB value is (185,114,175). Sum of RGB (Red+Green+Blue) = 185+114+175=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B972AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972AF is #468D50. Grayscale: #8E8E8E. Windows color (decimal): -4623697 or 11498169. OLE color: 11498169.
HSL color Cylindrical-coordinate representation of color #B972AF: hue angle of 308.45º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B972AF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 175 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.27 |
| HSL | 308.45º | 0.34% | 0.59% | - |
| HSV(B) | 308.45º | 0.38% | 0.73% | - |
| XYZ | 33.76 | 25.44 | 43.69 | - |
| YUV | 142.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 175 | 0 | 0.38 | 0.05 | 0.27 | 308.45 | 0.34 | 0.59 |
| Hex | B9 | 72 | AF | 0 | 26 | 5 | 1B | 134 | 22 | 3B |
| Octal | 271 | 162 | 257 | 0 | 46 | 5 | 33 | 464 | 42 | 73 |
| Binary | 10111001 | 1110010 | 10101111 | 0 | 100110 | 101 | 11011 | 100110100 | 100010 | 111011 |
Color Harmonies of #B972AF
Complementary color
Monochromatic Colors of #B972AF
Black with #B972AF
Text Example
Text Example
White with #B972AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972AF; }
p { color: rgb(185,114,175); }
H1.HeaderClassName
{
color: #B972AF;
}
.AnyTagClassName
{
color: #B972AF;
}
</style>
background-color css
<style>
a { background-color: #B972AF; }
a { background-color: rgb(185,114,175); }
div.DivClassName
{
background-color: #B972AF;
}
.BgClassName
{
background-color: #B972AF;
}
</style>
border-color css
<style>
span { border-color: #B972AF; }
span { border-color: rgb(185,114,175); }
td.TdClassName
{
border-color: #B972AF;
}
.TagClassName
{
border-color: #B972AF;
}
</style>