Shades of Medium Violet Red #BA04A1
Tints of Medium Violet Red #BA04A1
RGB
CMYK
RGB Variations
Color information
#BA04A1 (or 0xBA04A1) is known color: Medium Violet Red. HEX triplet: BA, 04 and A1. RGB value is (186,4,161). Sum of RGB (Red+Green+Blue) = 186+4+161=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04A1 is #45FB5E. Grayscale: #4B4B4B. Windows color (decimal): -4586335 or 10552506. OLE color: 10552506.
HSL color Cylindrical-coordinate representation of color #BA04A1: hue angle of 308.24º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.27 |
| HSL | 308.24º | 0.96% | 0.37% | - |
| HSV(B) | 308.24º | 0.98% | 0.73% | - |
| XYZ | 26.73 | 13.1 | 34.84 | - |
| YUV | 76.32 | 175.8 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 161 | 0 | 0.98 | 0.13 | 0.27 | 308.24 | 0.96 | 0.37 |
| Hex | BA | 4 | A1 | 0 | 62 | D | 1B | 134 | 60 | 25 |
| Octal | 272 | 4 | 241 | 0 | 142 | 15 | 33 | 464 | 140 | 45 |
| Binary | 10111010 | 100 | 10100001 | 0 | 1100010 | 1101 | 11011 | 100110100 | 1100000 | 100101 |
Color Harmonies of #BA04A1
Complementary color
Monochromatic Colors of #BA04A1
Black with #BA04A1
Text Example
Text Example
White with #BA04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04A1; }
p { color: rgb(186,4,161); }
H1.HeaderClassName
{
color: #BA04A1;
}
.AnyTagClassName
{
color: #BA04A1;
}
</style>
background-color css
<style>
a { background-color: #BA04A1; }
a { background-color: rgb(186,4,161); }
div.DivClassName
{
background-color: #BA04A1;
}
.BgClassName
{
background-color: #BA04A1;
}
</style>
border-color css
<style>
span { border-color: #BA04A1; }
span { border-color: rgb(186,4,161); }
td.TdClassName
{
border-color: #BA04A1;
}
.TagClassName
{
border-color: #BA04A1;
}
</style>