Shades of London Hue #B879AF
Tints of London Hue #B879AF
RGB
CMYK
RGB Variations
Color information
#B879AF (or 0xB879AF) is known color: London Hue. HEX triplet: B8, 79 and AF. RGB value is (184,121,175). Sum of RGB (Red+Green+Blue) = 184+121+175=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B879AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B879AF is #478650. Grayscale: #919191. Windows color (decimal): -4687441 or 11499960. OLE color: 11499960.
HSL color Cylindrical-coordinate representation of color #B879AF: hue angle of 308.57º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B879AF is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 175 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.28 |
| HSL | 308.57º | 0.31% | 0.6% | - |
| HSV(B) | 308.57º | 0.34% | 0.72% | - |
| XYZ | 34.34 | 26.96 | 43.95 | - |
| YUV | 145.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 175 | 0 | 0.34 | 0.05 | 0.28 | 308.57 | 0.31 | 0.6 |
| Hex | B8 | 79 | AF | 0 | 22 | 5 | 1C | 135 | 1F | 3C |
| Octal | 270 | 171 | 257 | 0 | 42 | 5 | 34 | 465 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10101111 | 0 | 100010 | 101 | 11100 | 100110101 | 11111 | 111100 |
Color Harmonies of #B879AF
Complementary color
Monochromatic Colors of #B879AF
Black with #B879AF
Text Example
Text Example
White with #B879AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879AF; }
p { color: rgb(184,121,175); }
H1.HeaderClassName
{
color: #B879AF;
}
.AnyTagClassName
{
color: #B879AF;
}
</style>
background-color css
<style>
a { background-color: #B879AF; }
a { background-color: rgb(184,121,175); }
div.DivClassName
{
background-color: #B879AF;
}
.BgClassName
{
background-color: #B879AF;
}
</style>
border-color css
<style>
span { border-color: #B879AF; }
span { border-color: rgb(184,121,175); }
td.TdClassName
{
border-color: #B879AF;
}
.TagClassName
{
border-color: #B879AF;
}
</style>