Shades of London Hue #B47CAE
Tints of London Hue #B47CAE
RGB
CMYK
RGB Variations
Color information
#B47CAE (or 0xB47CAE) is known color: London Hue. HEX triplet: B4, 7C and AE. RGB value is (180,124,174). Sum of RGB (Red+Green+Blue) = 180+124+174=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CAE is #4B8351. Grayscale: #929292. Windows color (decimal): -4948818 or 11435188. OLE color: 11435188.
HSL color Cylindrical-coordinate representation of color #B47CAE: hue angle of 306.43º 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 #B47CAE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 174 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.29 |
| HSL | 306.43º | 0.27% | 0.6% | - |
| HSV(B) | 306.43º | 0.31% | 0.71% | - |
| XYZ | 33.67 | 27.17 | 43.52 | - |
| YUV | 146.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 174 | 0 | 0.31 | 0.03 | 0.29 | 306.43 | 0.27 | 0.6 |
| Hex | B4 | 7C | AE | 0 | 1F | 3 | 1D | 132 | 1B | 3C |
| Octal | 264 | 174 | 256 | 0 | 37 | 3 | 35 | 462 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10101110 | 0 | 11111 | 11 | 11101 | 100110010 | 11011 | 111100 |
Color Harmonies of #B47CAE
Complementary color
Monochromatic Colors of #B47CAE
Black with #B47CAE
Text Example
Text Example
White with #B47CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CAE; }
p { color: rgb(180,124,174); }
H1.HeaderClassName
{
color: #B47CAE;
}
.AnyTagClassName
{
color: #B47CAE;
}
</style>
background-color css
<style>
a { background-color: #B47CAE; }
a { background-color: rgb(180,124,174); }
div.DivClassName
{
background-color: #B47CAE;
}
.BgClassName
{
background-color: #B47CAE;
}
</style>
border-color css
<style>
span { border-color: #B47CAE; }
span { border-color: rgb(180,124,174); }
td.TdClassName
{
border-color: #B47CAE;
}
.TagClassName
{
border-color: #B47CAE;
}
</style>