Shades of London Hue #B872AF
Tints of London Hue #B872AF
RGB
CMYK
RGB Variations
Color information
#B872AF (or 0xB872AF) is known color: London Hue. HEX triplet: B8, 72 and AF. RGB value is (184,114,175). Sum of RGB (Red+Green+Blue) = 184+114+175=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B872AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872AF is #478D50. Grayscale: #8D8D8D. Windows color (decimal): -4689233 or 11498168. OLE color: 11498168.
HSL color Cylindrical-coordinate representation of color #B872AF: hue angle of 307.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B872AF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 175 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.28 |
| HSL | 307.71º | 0.33% | 0.58% | - |
| HSV(B) | 307.71º | 0.38% | 0.72% | - |
| XYZ | 33.52 | 25.32 | 43.68 | - |
| YUV | 141.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 175 | 0 | 0.38 | 0.05 | 0.28 | 307.71 | 0.33 | 0.58 |
| Hex | B8 | 72 | AF | 0 | 26 | 5 | 1C | 134 | 21 | 3A |
| Octal | 270 | 162 | 257 | 0 | 46 | 5 | 34 | 464 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10101111 | 0 | 100110 | 101 | 11100 | 100110100 | 100001 | 111010 |
Color Harmonies of #B872AF
Complementary color
Monochromatic Colors of #B872AF
Black with #B872AF
Text Example
Text Example
White with #B872AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B872AF; }
p { color: rgb(184,114,175); }
H1.HeaderClassName
{
color: #B872AF;
}
.AnyTagClassName
{
color: #B872AF;
}
</style>
background-color css
<style>
a { background-color: #B872AF; }
a { background-color: rgb(184,114,175); }
div.DivClassName
{
background-color: #B872AF;
}
.BgClassName
{
background-color: #B872AF;
}
</style>
border-color css
<style>
span { border-color: #B872AF; }
span { border-color: rgb(184,114,175); }
td.TdClassName
{
border-color: #B872AF;
}
.TagClassName
{
border-color: #B872AF;
}
</style>