Shades of London Hue #BA7DBD
Tints of London Hue #BA7DBD
RGB
CMYK
RGB Variations
Color information
#BA7DBD (or 0xBA7DBD) is known color: London Hue. HEX triplet: BA, 7D and BD. RGB value is (186,125,189). Sum of RGB (Red+Green+Blue) = 186+125+189=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DBD is #458242. Grayscale: #969696. Windows color (decimal): -4555331 or 12418490. OLE color: 12418490.
HSL color Cylindrical-coordinate representation of color #BA7DBD: hue angle of 297.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7DBD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 125 | 189 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.26 |
| HSL | 297.19º | 0.33% | 0.62% | - |
| HSV(B) | 297.19º | 0.34% | 0.74% | - |
| XYZ | 36.77 | 28.78 | 51.76 | - |
| YUV | 150.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 189 | 0.02 | 0.34 | 0 | 0.26 | 297.19 | 0.33 | 0.62 |
| Hex | BA | 7D | BD | 2 | 22 | 0 | 1A | 129 | 21 | 3E |
| Octal | 272 | 175 | 275 | 2 | 42 | 0 | 32 | 451 | 41 | 76 |
| Binary | 10111010 | 1111101 | 10111101 | 10 | 100010 | 0 | 11010 | 100101001 | 100001 | 111110 |
Color Harmonies of #BA7DBD
Complementary color
Monochromatic Colors of #BA7DBD
Black with #BA7DBD
Text Example
Text Example
White with #BA7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DBD; }
p { color: rgb(186,125,189); }
H1.HeaderClassName
{
color: #BA7DBD;
}
.AnyTagClassName
{
color: #BA7DBD;
}
</style>
background-color css
<style>
a { background-color: #BA7DBD; }
a { background-color: rgb(186,125,189); }
div.DivClassName
{
background-color: #BA7DBD;
}
.BgClassName
{
background-color: #BA7DBD;
}
</style>
border-color css
<style>
span { border-color: #BA7DBD; }
span { border-color: rgb(186,125,189); }
td.TdClassName
{
border-color: #BA7DBD;
}
.TagClassName
{
border-color: #BA7DBD;
}
</style>