Shades of London Hue #B47FAB
Tints of London Hue #B47FAB
RGB
CMYK
RGB Variations
Color information
#B47FAB (or 0xB47FAB) is known color: London Hue. HEX triplet: B4, 7F and AB. RGB value is (180,127,171). Sum of RGB (Red+Green+Blue) = 180+127+171=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FAB is #4B8054. Grayscale: #939393. Windows color (decimal): -4948053 or 11239348. OLE color: 11239348.
HSL color Cylindrical-coordinate representation of color #B47FAB: hue angle of 310.19º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B47FAB is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 127 | 171 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.29 |
| HSL | 310.19º | 0.26% | 0.6% | - |
| HSV(B) | 310.19º | 0.29% | 0.71% | - |
| XYZ | 33.76 | 27.82 | 42.12 | - |
| YUV | 147.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 171 | 0 | 0.29 | 0.05 | 0.29 | 310.19 | 0.26 | 0.6 |
| Hex | B4 | 7F | AB | 0 | 1D | 5 | 1D | 136 | 1A | 3C |
| Octal | 264 | 177 | 253 | 0 | 35 | 5 | 35 | 466 | 32 | 74 |
| Binary | 10110100 | 1111111 | 10101011 | 0 | 11101 | 101 | 11101 | 100110110 | 11010 | 111100 |
Color Harmonies of #B47FAB
Complementary color
Monochromatic Colors of #B47FAB
Black with #B47FAB
Text Example
Text Example
White with #B47FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47FAB; }
p { color: rgb(180,127,171); }
H1.HeaderClassName
{
color: #B47FAB;
}
.AnyTagClassName
{
color: #B47FAB;
}
</style>
background-color css
<style>
a { background-color: #B47FAB; }
a { background-color: rgb(180,127,171); }
div.DivClassName
{
background-color: #B47FAB;
}
.BgClassName
{
background-color: #B47FAB;
}
</style>
border-color css
<style>
span { border-color: #B47FAB; }
span { border-color: rgb(180,127,171); }
td.TdClassName
{
border-color: #B47FAB;
}
.TagClassName
{
border-color: #B47FAB;
}
</style>