Shades of Medium Red Violet #BA2EA9
Tints of Medium Red Violet #BA2EA9
RGB
CMYK
RGB Variations
Color information
#BA2EA9 (or 0xBA2EA9) is known color: Medium Red Violet. HEX triplet: BA, 2E and A9. RGB value is (186,46,169). Sum of RGB (Red+Green+Blue) = 186+46+169=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EA9 is #45D156. Grayscale: #656565. Windows color (decimal): -4575575 or 11087546. OLE color: 11087546.
HSL color Cylindrical-coordinate representation of color #BA2EA9: hue angle of 307.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2EA9 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 169 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.27 |
| HSL | 307.29º | 0.6% | 0.45% | - |
| HSV(B) | 307.29º | 0.75% | 0.73% | - |
| XYZ | 28.39 | 15.26 | 38.98 | - |
| YUV | 101.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 169 | 0 | 0.75 | 0.09 | 0.27 | 307.29 | 0.6 | 0.45 |
| Hex | BA | 2E | A9 | 0 | 4B | 9 | 1B | 133 | 3C | 2D |
| Octal | 272 | 56 | 251 | 0 | 113 | 11 | 33 | 463 | 74 | 55 |
| Binary | 10111010 | 101110 | 10101001 | 0 | 1001011 | 1001 | 11011 | 100110011 | 111100 | 101101 |
Color Harmonies of #BA2EA9
Complementary color
Monochromatic Colors of #BA2EA9
Black with #BA2EA9
Text Example
Text Example
White with #BA2EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EA9; }
p { color: rgb(186,46,169); }
H1.HeaderClassName
{
color: #BA2EA9;
}
.AnyTagClassName
{
color: #BA2EA9;
}
</style>
background-color css
<style>
a { background-color: #BA2EA9; }
a { background-color: rgb(186,46,169); }
div.DivClassName
{
background-color: #BA2EA9;
}
.BgClassName
{
background-color: #BA2EA9;
}
</style>
border-color css
<style>
span { border-color: #BA2EA9; }
span { border-color: rgb(186,46,169); }
td.TdClassName
{
border-color: #BA2EA9;
}
.TagClassName
{
border-color: #BA2EA9;
}
</style>