Shades of Medium Violet Red #BA15A3
Tints of Medium Violet Red #BA15A3
RGB
CMYK
RGB Variations
Color information
#BA15A3 (or 0xBA15A3) is known color: Medium Violet Red. HEX triplet: BA, 15 and A3. RGB value is (186,21,163). Sum of RGB (Red+Green+Blue) = 186+21+163=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA15A3 is #45EA5C. Grayscale: #565656. Windows color (decimal): -4581981 or 10687930. OLE color: 10687930.
HSL color Cylindrical-coordinate representation of color #BA15A3: hue angle of 308.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15A3 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 163 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.27 |
| HSL | 308.36º | 0.8% | 0.41% | - |
| HSV(B) | 308.36º | 0.89% | 0.73% | - |
| XYZ | 27.13 | 13.62 | 35.85 | - |
| YUV | 86.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 163 | 0 | 0.89 | 0.12 | 0.27 | 308.36 | 0.8 | 0.41 |
| Hex | BA | 15 | A3 | 0 | 59 | C | 1B | 134 | 50 | 29 |
| Octal | 272 | 25 | 243 | 0 | 131 | 14 | 33 | 464 | 120 | 51 |
| Binary | 10111010 | 10101 | 10100011 | 0 | 1011001 | 1100 | 11011 | 100110100 | 1010000 | 101001 |
Color Harmonies of #BA15A3
Complementary color
Monochromatic Colors of #BA15A3
Black with #BA15A3
Text Example
Text Example
White with #BA15A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15A3; }
p { color: rgb(186,21,163); }
H1.HeaderClassName
{
color: #BA15A3;
}
.AnyTagClassName
{
color: #BA15A3;
}
</style>
background-color css
<style>
a { background-color: #BA15A3; }
a { background-color: rgb(186,21,163); }
div.DivClassName
{
background-color: #BA15A3;
}
.BgClassName
{
background-color: #BA15A3;
}
</style>
border-color css
<style>
span { border-color: #BA15A3; }
span { border-color: rgb(186,21,163); }
td.TdClassName
{
border-color: #BA15A3;
}
.TagClassName
{
border-color: #BA15A3;
}
</style>