Shades of London Hue #B47BAF
Tints of London Hue #B47BAF
RGB
CMYK
RGB Variations
Color information
#B47BAF (or 0xB47BAF) is known color: London Hue. HEX triplet: B4, 7B and AF. RGB value is (180,123,175). Sum of RGB (Red+Green+Blue) = 180+123+175=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BAF is #4B8450. Grayscale: #919191. Windows color (decimal): -4949073 or 11500468. OLE color: 11500468.
HSL color Cylindrical-coordinate representation of color #B47BAF: hue angle of 305.26º 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 #B47BAF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 175 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.29 |
| HSL | 305.26º | 0.28% | 0.59% | - |
| HSV(B) | 305.26º | 0.32% | 0.71% | - |
| XYZ | 33.64 | 26.96 | 43.99 | - |
| YUV | 145.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 175 | 0 | 0.32 | 0.03 | 0.29 | 305.26 | 0.28 | 0.59 |
| Hex | B4 | 7B | AF | 0 | 20 | 3 | 1D | 131 | 1C | 3B |
| Octal | 264 | 173 | 257 | 0 | 40 | 3 | 35 | 461 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10101111 | 0 | 100000 | 11 | 11101 | 100110001 | 11100 | 111011 |
Color Harmonies of #B47BAF
Complementary color
Monochromatic Colors of #B47BAF
Black with #B47BAF
Text Example
Text Example
White with #B47BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BAF; }
p { color: rgb(180,123,175); }
H1.HeaderClassName
{
color: #B47BAF;
}
.AnyTagClassName
{
color: #B47BAF;
}
</style>
background-color css
<style>
a { background-color: #B47BAF; }
a { background-color: rgb(180,123,175); }
div.DivClassName
{
background-color: #B47BAF;
}
.BgClassName
{
background-color: #B47BAF;
}
</style>
border-color css
<style>
span { border-color: #B47BAF; }
span { border-color: rgb(180,123,175); }
td.TdClassName
{
border-color: #B47BAF;
}
.TagClassName
{
border-color: #B47BAF;
}
</style>