Shades of Medium Violet Red #BA21AC
Tints of Medium Violet Red #BA21AC
RGB
CMYK
RGB Variations
Color information
#BA21AC (or 0xBA21AC) is known color: Medium Violet Red. HEX triplet: BA, 21 and AC. RGB value is (186,33,172). Sum of RGB (Red+Green+Blue) = 186+33+172=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21AC is #45DE53. Grayscale: #5E5E5E. Windows color (decimal): -4578900 or 11280826. OLE color: 11280826.
HSL color Cylindrical-coordinate representation of color #BA21AC: hue angle of 305.49º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA21AC is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 172 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.27 |
| HSL | 305.49º | 0.7% | 0.43% | - |
| HSV(B) | 305.49º | 0.82% | 0.73% | - |
| XYZ | 28.24 | 14.51 | 40.34 | - |
| YUV | 94.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 172 | 0 | 0.82 | 0.08 | 0.27 | 305.49 | 0.7 | 0.43 |
| Hex | BA | 21 | AC | 0 | 52 | 8 | 1B | 131 | 46 | 2B |
| Octal | 272 | 41 | 254 | 0 | 122 | 10 | 33 | 461 | 106 | 53 |
| Binary | 10111010 | 100001 | 10101100 | 0 | 1010010 | 1000 | 11011 | 100110001 | 1000110 | 101011 |
Color Harmonies of #BA21AC
Complementary color
Monochromatic Colors of #BA21AC
Black with #BA21AC
Text Example
Text Example
White with #BA21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21AC; }
p { color: rgb(186,33,172); }
H1.HeaderClassName
{
color: #BA21AC;
}
.AnyTagClassName
{
color: #BA21AC;
}
</style>
background-color css
<style>
a { background-color: #BA21AC; }
a { background-color: rgb(186,33,172); }
div.DivClassName
{
background-color: #BA21AC;
}
.BgClassName
{
background-color: #BA21AC;
}
</style>
border-color css
<style>
span { border-color: #BA21AC; }
span { border-color: rgb(186,33,172); }
td.TdClassName
{
border-color: #BA21AC;
}
.TagClassName
{
border-color: #BA21AC;
}
</style>