Shades of Medium Red Violet #BA2DAA
Tints of Medium Red Violet #BA2DAA
RGB
CMYK
RGB Variations
Color information
#BA2DAA (or 0xBA2DAA) is known color: Medium Red Violet. HEX triplet: BA, 2D and AA. RGB value is (186,45,170). Sum of RGB (Red+Green+Blue) = 186+45+170=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2DAA is #45D255. Grayscale: #656565. Windows color (decimal): -4575830 or 11152826. OLE color: 11152826.
HSL color Cylindrical-coordinate representation of color #BA2DAA: hue angle of 306.81º 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 #BA2DAA is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 170 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.27 |
| HSL | 306.81º | 0.61% | 0.45% | - |
| HSV(B) | 306.81º | 0.76% | 0.73% | - |
| XYZ | 28.44 | 15.22 | 39.47 | - |
| YUV | 101.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 170 | 0 | 0.76 | 0.09 | 0.27 | 306.81 | 0.61 | 0.45 |
| Hex | BA | 2D | AA | 0 | 4C | 9 | 1B | 133 | 3D | 2D |
| Octal | 272 | 55 | 252 | 0 | 114 | 11 | 33 | 463 | 75 | 55 |
| Binary | 10111010 | 101101 | 10101010 | 0 | 1001100 | 1001 | 11011 | 100110011 | 111101 | 101101 |
Color Harmonies of #BA2DAA
Complementary color
Monochromatic Colors of #BA2DAA
Black with #BA2DAA
Text Example
Text Example
White with #BA2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DAA; }
p { color: rgb(186,45,170); }
H1.HeaderClassName
{
color: #BA2DAA;
}
.AnyTagClassName
{
color: #BA2DAA;
}
</style>
background-color css
<style>
a { background-color: #BA2DAA; }
a { background-color: rgb(186,45,170); }
div.DivClassName
{
background-color: #BA2DAA;
}
.BgClassName
{
background-color: #BA2DAA;
}
</style>
border-color css
<style>
span { border-color: #BA2DAA; }
span { border-color: rgb(186,45,170); }
td.TdClassName
{
border-color: #BA2DAA;
}
.TagClassName
{
border-color: #BA2DAA;
}
</style>