Shades of London Hue #B47CAF
Tints of London Hue #B47CAF
RGB
CMYK
RGB Variations
Color information
#B47CAF (or 0xB47CAF) is known color: London Hue. HEX triplet: B4, 7C and AF. RGB value is (180,124,175). Sum of RGB (Red+Green+Blue) = 180+124+175=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CAF is #4B8350. Grayscale: #929292. Windows color (decimal): -4948817 or 11500724. OLE color: 11500724.
HSL color Cylindrical-coordinate representation of color #B47CAF: hue angle of 305.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47CAF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 175 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.29 |
| HSL | 305.36º | 0.27% | 0.6% | - |
| HSV(B) | 305.36º | 0.31% | 0.71% | - |
| XYZ | 33.77 | 27.21 | 44.03 | - |
| YUV | 146.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 175 | 0 | 0.31 | 0.03 | 0.29 | 305.36 | 0.27 | 0.6 |
| Hex | B4 | 7C | AF | 0 | 1F | 3 | 1D | 131 | 1B | 3C |
| Octal | 264 | 174 | 257 | 0 | 37 | 3 | 35 | 461 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10101111 | 0 | 11111 | 11 | 11101 | 100110001 | 11011 | 111100 |
Color Harmonies of #B47CAF
Complementary color
Monochromatic Colors of #B47CAF
Black with #B47CAF
Text Example
Text Example
White with #B47CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CAF; }
p { color: rgb(180,124,175); }
H1.HeaderClassName
{
color: #B47CAF;
}
.AnyTagClassName
{
color: #B47CAF;
}
</style>
background-color css
<style>
a { background-color: #B47CAF; }
a { background-color: rgb(180,124,175); }
div.DivClassName
{
background-color: #B47CAF;
}
.BgClassName
{
background-color: #B47CAF;
}
</style>
border-color css
<style>
span { border-color: #B47CAF; }
span { border-color: rgb(180,124,175); }
td.TdClassName
{
border-color: #B47CAF;
}
.TagClassName
{
border-color: #B47CAF;
}
</style>