Shades of Medium Red Violet #BA2DA0
Tints of Medium Red Violet #BA2DA0
RGB
CMYK
RGB Variations
Color information
#BA2DA0 (or 0xBA2DA0) is known color: Medium Red Violet. HEX triplet: BA, 2D and A0. RGB value is (186,45,160). Sum of RGB (Red+Green+Blue) = 186+45+160=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2DA0 is #45D25F. Grayscale: #636363. Windows color (decimal): -4575840 or 10497466. OLE color: 10497466.
HSL color Cylindrical-coordinate representation of color #BA2DA0: hue angle of 311.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2DA0 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 160 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.27 |
| HSL | 311.06º | 0.61% | 0.45% | - |
| HSV(B) | 311.06º | 0.76% | 0.73% | - |
| XYZ | 27.53 | 14.85 | 34.67 | - |
| YUV | 100.27 | 161.71 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 160 | 0 | 0.76 | 0.14 | 0.27 | 311.06 | 0.61 | 0.45 |
| Hex | BA | 2D | A0 | 0 | 4C | E | 1B | 137 | 3D | 2D |
| Octal | 272 | 55 | 240 | 0 | 114 | 16 | 33 | 467 | 75 | 55 |
| Binary | 10111010 | 101101 | 10100000 | 0 | 1001100 | 1110 | 11011 | 100110111 | 111101 | 101101 |
Color Harmonies of #BA2DA0
Complementary color
Monochromatic Colors of #BA2DA0
Black with #BA2DA0
Text Example
Text Example
White with #BA2DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DA0; }
p { color: rgb(186,45,160); }
H1.HeaderClassName
{
color: #BA2DA0;
}
.AnyTagClassName
{
color: #BA2DA0;
}
</style>
background-color css
<style>
a { background-color: #BA2DA0; }
a { background-color: rgb(186,45,160); }
div.DivClassName
{
background-color: #BA2DA0;
}
.BgClassName
{
background-color: #BA2DA0;
}
</style>
border-color css
<style>
span { border-color: #BA2DA0; }
span { border-color: rgb(186,45,160); }
td.TdClassName
{
border-color: #BA2DA0;
}
.TagClassName
{
border-color: #BA2DA0;
}
</style>