Shades of London Hue #B873AF
Tints of London Hue #B873AF
RGB
CMYK
RGB Variations
Color information
#B873AF (or 0xB873AF) is known color: London Hue. HEX triplet: B8, 73 and AF. RGB value is (184,115,175). Sum of RGB (Red+Green+Blue) = 184+115+175=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B873AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873AF is #478C50. Grayscale: #8E8E8E. Windows color (decimal): -4688977 or 11498424. OLE color: 11498424.
HSL color Cylindrical-coordinate representation of color #B873AF: hue angle of 307.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B873AF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 175 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.28 |
| HSL | 307.83º | 0.33% | 0.59% | - |
| HSV(B) | 307.83º | 0.38% | 0.72% | - |
| XYZ | 33.64 | 25.55 | 43.72 | - |
| YUV | 142.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 175 | 0 | 0.38 | 0.05 | 0.28 | 307.83 | 0.33 | 0.59 |
| Hex | B8 | 73 | AF | 0 | 26 | 5 | 1C | 134 | 21 | 3B |
| Octal | 270 | 163 | 257 | 0 | 46 | 5 | 34 | 464 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10101111 | 0 | 100110 | 101 | 11100 | 100110100 | 100001 | 111011 |
Color Harmonies of #B873AF
Complementary color
Monochromatic Colors of #B873AF
Black with #B873AF
Text Example
Text Example
White with #B873AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873AF; }
p { color: rgb(184,115,175); }
H1.HeaderClassName
{
color: #B873AF;
}
.AnyTagClassName
{
color: #B873AF;
}
</style>
background-color css
<style>
a { background-color: #B873AF; }
a { background-color: rgb(184,115,175); }
div.DivClassName
{
background-color: #B873AF;
}
.BgClassName
{
background-color: #B873AF;
}
</style>
border-color css
<style>
span { border-color: #B873AF; }
span { border-color: rgb(184,115,175); }
td.TdClassName
{
border-color: #B873AF;
}
.TagClassName
{
border-color: #B873AF;
}
</style>