Shades of London Hue #B47AB1
Tints of London Hue #B47AB1
RGB
CMYK
RGB Variations
Color information
#B47AB1 (or 0xB47AB1) is known color: London Hue. HEX triplet: B4, 7A and B1. RGB value is (180,122,177). Sum of RGB (Red+Green+Blue) = 180+122+177=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AB1 is #4B854E. Grayscale: #919191. Windows color (decimal): -4949327 or 11631284. OLE color: 11631284.
HSL color Cylindrical-coordinate representation of color #B47AB1: hue angle of 303.1º 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 #B47AB1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 177 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.29 |
| HSL | 303.1º | 0.28% | 0.59% | - |
| HSV(B) | 303.1º | 0.32% | 0.71% | - |
| XYZ | 33.72 | 26.8 | 44.99 | - |
| YUV | 145.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 177 | 0 | 0.32 | 0.02 | 0.29 | 303.1 | 0.28 | 0.59 |
| Hex | B4 | 7A | B1 | 0 | 20 | 2 | 1D | 12F | 1C | 3B |
| Octal | 264 | 172 | 261 | 0 | 40 | 2 | 35 | 457 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10110001 | 0 | 100000 | 10 | 11101 | 100101111 | 11100 | 111011 |
Color Harmonies of #B47AB1
Complementary color
Monochromatic Colors of #B47AB1
Black with #B47AB1
Text Example
Text Example
White with #B47AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AB1; }
p { color: rgb(180,122,177); }
H1.HeaderClassName
{
color: #B47AB1;
}
.AnyTagClassName
{
color: #B47AB1;
}
</style>
background-color css
<style>
a { background-color: #B47AB1; }
a { background-color: rgb(180,122,177); }
div.DivClassName
{
background-color: #B47AB1;
}
.BgClassName
{
background-color: #B47AB1;
}
</style>
border-color css
<style>
span { border-color: #B47AB1; }
span { border-color: rgb(180,122,177); }
td.TdClassName
{
border-color: #B47AB1;
}
.TagClassName
{
border-color: #B47AB1;
}
</style>