Shades of London Hue #B47AAA
Tints of London Hue #B47AAA
RGB
CMYK
RGB Variations
Color information
#B47AAA (or 0xB47AAA) is known color: London Hue. HEX triplet: B4, 7A and AA. RGB value is (180,122,170). Sum of RGB (Red+Green+Blue) = 180+122+170=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AAA is #4B8555. Grayscale: #909090. Windows color (decimal): -4949334 or 11172532. OLE color: 11172532.
HSL color Cylindrical-coordinate representation of color #B47AAA: hue angle of 310.34º 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 #B47AAA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 170 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.29 |
| HSL | 310.34º | 0.28% | 0.59% | - |
| HSV(B) | 310.34º | 0.32% | 0.71% | - |
| XYZ | 33.04 | 26.52 | 41.41 | - |
| YUV | 144.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 170 | 0 | 0.32 | 0.06 | 0.29 | 310.34 | 0.28 | 0.59 |
| Hex | B4 | 7A | AA | 0 | 20 | 6 | 1D | 136 | 1C | 3B |
| Octal | 264 | 172 | 252 | 0 | 40 | 6 | 35 | 466 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10101010 | 0 | 100000 | 110 | 11101 | 100110110 | 11100 | 111011 |
Color Harmonies of #B47AAA
Complementary color
Monochromatic Colors of #B47AAA
Black with #B47AAA
Text Example
Text Example
White with #B47AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AAA; }
p { color: rgb(180,122,170); }
H1.HeaderClassName
{
color: #B47AAA;
}
.AnyTagClassName
{
color: #B47AAA;
}
</style>
background-color css
<style>
a { background-color: #B47AAA; }
a { background-color: rgb(180,122,170); }
div.DivClassName
{
background-color: #B47AAA;
}
.BgClassName
{
background-color: #B47AAA;
}
</style>
border-color css
<style>
span { border-color: #B47AAA; }
span { border-color: rgb(180,122,170); }
td.TdClassName
{
border-color: #B47AAA;
}
.TagClassName
{
border-color: #B47AAA;
}
</style>