Shades of London Hue #B47BAB
Tints of London Hue #B47BAB
RGB
CMYK
RGB Variations
Color information
#B47BAB (or 0xB47BAB) is known color: London Hue. HEX triplet: B4, 7B and AB. RGB value is (180,123,171). Sum of RGB (Red+Green+Blue) = 180+123+171=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BAB is #4B8454. Grayscale: #919191. Windows color (decimal): -4949077 or 11238324. OLE color: 11238324.
HSL color Cylindrical-coordinate representation of color #B47BAB: hue angle of 309.47º 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 #B47BAB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 171 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.29 |
| HSL | 309.47º | 0.28% | 0.59% | - |
| HSV(B) | 309.47º | 0.32% | 0.71% | - |
| XYZ | 33.26 | 26.81 | 41.95 | - |
| YUV | 145.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 171 | 0 | 0.32 | 0.05 | 0.29 | 309.47 | 0.28 | 0.59 |
| Hex | B4 | 7B | AB | 0 | 20 | 5 | 1D | 135 | 1C | 3B |
| Octal | 264 | 173 | 253 | 0 | 40 | 5 | 35 | 465 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10101011 | 0 | 100000 | 101 | 11101 | 100110101 | 11100 | 111011 |
Color Harmonies of #B47BAB
Complementary color
Monochromatic Colors of #B47BAB
Black with #B47BAB
Text Example
Text Example
White with #B47BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BAB; }
p { color: rgb(180,123,171); }
H1.HeaderClassName
{
color: #B47BAB;
}
.AnyTagClassName
{
color: #B47BAB;
}
</style>
background-color css
<style>
a { background-color: #B47BAB; }
a { background-color: rgb(180,123,171); }
div.DivClassName
{
background-color: #B47BAB;
}
.BgClassName
{
background-color: #B47BAB;
}
</style>
border-color css
<style>
span { border-color: #B47BAB; }
span { border-color: rgb(180,123,171); }
td.TdClassName
{
border-color: #B47BAB;
}
.TagClassName
{
border-color: #B47BAB;
}
</style>