Shades of Medium Red Violet #BA2BA2
Tints of Medium Red Violet #BA2BA2
RGB
CMYK
RGB Variations
Color information
#BA2BA2 (or 0xBA2BA2) is known color: Medium Red Violet. HEX triplet: BA, 2B and A2. RGB value is (186,43,162). Sum of RGB (Red+Green+Blue) = 186+43+162=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BA2 is #45D45D. Grayscale: #626262. Windows color (decimal): -4576350 or 10628026. OLE color: 10628026.
HSL color Cylindrical-coordinate representation of color #BA2BA2: hue angle of 310.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BA2 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 162 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.27 |
| HSL | 310.07º | 0.62% | 0.45% | - |
| HSV(B) | 310.07º | 0.77% | 0.73% | - |
| XYZ | 27.64 | 14.78 | 35.58 | - |
| YUV | 99.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 162 | 0 | 0.77 | 0.13 | 0.27 | 310.07 | 0.62 | 0.45 |
| Hex | BA | 2B | A2 | 0 | 4D | D | 1B | 136 | 3E | 2D |
| Octal | 272 | 53 | 242 | 0 | 115 | 15 | 33 | 466 | 76 | 55 |
| Binary | 10111010 | 101011 | 10100010 | 0 | 1001101 | 1101 | 11011 | 100110110 | 111110 | 101101 |
Color Harmonies of #BA2BA2
Complementary color
Monochromatic Colors of #BA2BA2
Black with #BA2BA2
Text Example
Text Example
White with #BA2BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BA2; }
p { color: rgb(186,43,162); }
H1.HeaderClassName
{
color: #BA2BA2;
}
.AnyTagClassName
{
color: #BA2BA2;
}
</style>
background-color css
<style>
a { background-color: #BA2BA2; }
a { background-color: rgb(186,43,162); }
div.DivClassName
{
background-color: #BA2BA2;
}
.BgClassName
{
background-color: #BA2BA2;
}
</style>
border-color css
<style>
span { border-color: #BA2BA2; }
span { border-color: rgb(186,43,162); }
td.TdClassName
{
border-color: #BA2BA2;
}
.TagClassName
{
border-color: #BA2BA2;
}
</style>