Shades of Medium Violet Red #BA13A2
Tints of Medium Violet Red #BA13A2
RGB
CMYK
RGB Variations
Color information
#BA13A2 (or 0xBA13A2) is known color: Medium Violet Red. HEX triplet: BA, 13 and A2. RGB value is (186,19,162). Sum of RGB (Red+Green+Blue) = 186+19+162=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA13A2 is #45EC5D. Grayscale: #545454. Windows color (decimal): -4582494 or 10621882. OLE color: 10621882.
HSL color Cylindrical-coordinate representation of color #BA13A2: hue angle of 308.62º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13A2 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 162 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.27 |
| HSL | 308.62º | 0.81% | 0.4% | - |
| HSV(B) | 308.62º | 0.9% | 0.73% | - |
| XYZ | 27 | 13.51 | 35.37 | - |
| YUV | 85.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 162 | 0 | 0.90 | 0.13 | 0.27 | 308.62 | 0.81 | 0.4 |
| Hex | BA | 13 | A2 | 0 | 5A | D | 1B | 135 | 51 | 28 |
| Octal | 272 | 23 | 242 | 0 | 132 | 15 | 33 | 465 | 121 | 50 |
| Binary | 10111010 | 10011 | 10100010 | 0 | 1011010 | 1101 | 11011 | 100110101 | 1010001 | 101000 |
Color Harmonies of #BA13A2
Complementary color
Monochromatic Colors of #BA13A2
Black with #BA13A2
Text Example
Text Example
White with #BA13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13A2; }
p { color: rgb(186,19,162); }
H1.HeaderClassName
{
color: #BA13A2;
}
.AnyTagClassName
{
color: #BA13A2;
}
</style>
background-color css
<style>
a { background-color: #BA13A2; }
a { background-color: rgb(186,19,162); }
div.DivClassName
{
background-color: #BA13A2;
}
.BgClassName
{
background-color: #BA13A2;
}
</style>
border-color css
<style>
span { border-color: #BA13A2; }
span { border-color: rgb(186,19,162); }
td.TdClassName
{
border-color: #BA13A2;
}
.TagClassName
{
border-color: #BA13A2;
}
</style>