Shades of London Hue #B579AF
Tints of London Hue #B579AF
RGB
CMYK
RGB Variations
Color information
#B579AF (or 0xB579AF) is known color: London Hue. HEX triplet: B5, 79 and AF. RGB value is (181,121,175). Sum of RGB (Red+Green+Blue) = 181+121+175=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B579AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579AF is #4A8650. Grayscale: #909090. Windows color (decimal): -4884049 or 11499957. OLE color: 11499957.
HSL color Cylindrical-coordinate representation of color #B579AF: hue angle of 306º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B579AF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 175 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.29 |
| HSL | 306º | 0.29% | 0.59% | - |
| HSV(B) | 306º | 0.33% | 0.71% | - |
| XYZ | 33.63 | 26.59 | 43.92 | - |
| YUV | 145.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 175 | 0 | 0.33 | 0.03 | 0.29 | 306 | 0.29 | 0.59 |
| Hex | B5 | 79 | AF | 0 | 21 | 3 | 1D | 132 | 1D | 3B |
| Octal | 265 | 171 | 257 | 0 | 41 | 3 | 35 | 462 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10101111 | 0 | 100001 | 11 | 11101 | 100110010 | 11101 | 111011 |
Color Harmonies of #B579AF
Complementary color
Monochromatic Colors of #B579AF
Black with #B579AF
Text Example
Text Example
White with #B579AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579AF; }
p { color: rgb(181,121,175); }
H1.HeaderClassName
{
color: #B579AF;
}
.AnyTagClassName
{
color: #B579AF;
}
</style>
background-color css
<style>
a { background-color: #B579AF; }
a { background-color: rgb(181,121,175); }
div.DivClassName
{
background-color: #B579AF;
}
.BgClassName
{
background-color: #B579AF;
}
</style>
border-color css
<style>
span { border-color: #B579AF; }
span { border-color: rgb(181,121,175); }
td.TdClassName
{
border-color: #B579AF;
}
.TagClassName
{
border-color: #B579AF;
}
</style>