Shades of Medium Red Violet #BA2EA2
Tints of Medium Red Violet #BA2EA2
RGB
CMYK
RGB Variations
Color information
#BA2EA2 (or 0xBA2EA2) is known color: Medium Red Violet. HEX triplet: BA, 2E and A2. RGB value is (186,46,162). Sum of RGB (Red+Green+Blue) = 186+46+162=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EA2 is #45D15D. Grayscale: #646464. Windows color (decimal): -4575582 or 10628794. OLE color: 10628794.
HSL color Cylindrical-coordinate representation of color #BA2EA2: hue angle of 310.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 #BA2EA2 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 162 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.27 |
| HSL | 310.29º | 0.6% | 0.45% | - |
| HSV(B) | 310.29º | 0.75% | 0.73% | - |
| XYZ | 27.75 | 15 | 35.62 | - |
| YUV | 101.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 162 | 0 | 0.75 | 0.13 | 0.27 | 310.29 | 0.6 | 0.45 |
| Hex | BA | 2E | A2 | 0 | 4B | D | 1B | 136 | 3C | 2D |
| Octal | 272 | 56 | 242 | 0 | 113 | 15 | 33 | 466 | 74 | 55 |
| Binary | 10111010 | 101110 | 10100010 | 0 | 1001011 | 1101 | 11011 | 100110110 | 111100 | 101101 |
Color Harmonies of #BA2EA2
Complementary color
Monochromatic Colors of #BA2EA2
Black with #BA2EA2
Text Example
Text Example
White with #BA2EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EA2; }
p { color: rgb(186,46,162); }
H1.HeaderClassName
{
color: #BA2EA2;
}
.AnyTagClassName
{
color: #BA2EA2;
}
</style>
background-color css
<style>
a { background-color: #BA2EA2; }
a { background-color: rgb(186,46,162); }
div.DivClassName
{
background-color: #BA2EA2;
}
.BgClassName
{
background-color: #BA2EA2;
}
</style>
border-color css
<style>
span { border-color: #BA2EA2; }
span { border-color: rgb(186,46,162); }
td.TdClassName
{
border-color: #BA2EA2;
}
.TagClassName
{
border-color: #BA2EA2;
}
</style>