Shades of London Hue #BA7EB1
Tints of London Hue #BA7EB1
RGB
CMYK
RGB Variations
Color information
#BA7EB1 (or 0xBA7EB1) is known color: London Hue. HEX triplet: BA, 7E and B1. RGB value is (186,126,177). Sum of RGB (Red+Green+Blue) = 186+126+177=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EB1 is #45814E. Grayscale: #959595. Windows color (decimal): -4555087 or 11632314. OLE color: 11632314.
HSL color Cylindrical-coordinate representation of color #BA7EB1: hue angle of 309º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7EB1 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 177 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.27 |
| HSL | 309º | 0.3% | 0.61% | - |
| HSV(B) | 309º | 0.32% | 0.73% | - |
| XYZ | 35.65 | 28.54 | 45.22 | - |
| YUV | 149.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 177 | 0 | 0.32 | 0.05 | 0.27 | 309 | 0.3 | 0.61 |
| Hex | BA | 7E | B1 | 0 | 20 | 5 | 1B | 135 | 1E | 3D |
| Octal | 272 | 176 | 261 | 0 | 40 | 5 | 33 | 465 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10110001 | 0 | 100000 | 101 | 11011 | 100110101 | 11110 | 111101 |
Color Harmonies of #BA7EB1
Complementary color
Monochromatic Colors of #BA7EB1
Black with #BA7EB1
Text Example
Text Example
White with #BA7EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EB1; }
p { color: rgb(186,126,177); }
H1.HeaderClassName
{
color: #BA7EB1;
}
.AnyTagClassName
{
color: #BA7EB1;
}
</style>
background-color css
<style>
a { background-color: #BA7EB1; }
a { background-color: rgb(186,126,177); }
div.DivClassName
{
background-color: #BA7EB1;
}
.BgClassName
{
background-color: #BA7EB1;
}
</style>
border-color css
<style>
span { border-color: #BA7EB1; }
span { border-color: rgb(186,126,177); }
td.TdClassName
{
border-color: #BA7EB1;
}
.TagClassName
{
border-color: #BA7EB1;
}
</style>