Shades of London Hue #B47AAF
Tints of London Hue #B47AAF
RGB
CMYK
RGB Variations
Color information
#B47AAF (or 0xB47AAF) is known color: London Hue. HEX triplet: B4, 7A and AF. RGB value is (180,122,175). Sum of RGB (Red+Green+Blue) = 180+122+175=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AAF is #4B8550. Grayscale: #919191. Windows color (decimal): -4949329 or 11500212. OLE color: 11500212.
HSL color Cylindrical-coordinate representation of color #B47AAF: hue angle of 305.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47AAF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 175 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.29 |
| HSL | 305.17º | 0.28% | 0.59% | - |
| HSV(B) | 305.17º | 0.32% | 0.71% | - |
| XYZ | 33.52 | 26.72 | 43.95 | - |
| YUV | 145.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 175 | 0 | 0.32 | 0.03 | 0.29 | 305.17 | 0.28 | 0.59 |
| Hex | B4 | 7A | AF | 0 | 20 | 3 | 1D | 131 | 1C | 3B |
| Octal | 264 | 172 | 257 | 0 | 40 | 3 | 35 | 461 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10101111 | 0 | 100000 | 11 | 11101 | 100110001 | 11100 | 111011 |
Color Harmonies of #B47AAF
Complementary color
Monochromatic Colors of #B47AAF
Black with #B47AAF
Text Example
Text Example
White with #B47AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AAF; }
p { color: rgb(180,122,175); }
H1.HeaderClassName
{
color: #B47AAF;
}
.AnyTagClassName
{
color: #B47AAF;
}
</style>
background-color css
<style>
a { background-color: #B47AAF; }
a { background-color: rgb(180,122,175); }
div.DivClassName
{
background-color: #B47AAF;
}
.BgClassName
{
background-color: #B47AAF;
}
</style>
border-color css
<style>
span { border-color: #B47AAF; }
span { border-color: rgb(180,122,175); }
td.TdClassName
{
border-color: #B47AAF;
}
.TagClassName
{
border-color: #B47AAF;
}
</style>