Shades of Medium Violet Red #BA21AB
Tints of Medium Violet Red #BA21AB
RGB
CMYK
RGB Variations
Color information
#BA21AB (or 0xBA21AB) is known color: Medium Violet Red. HEX triplet: BA, 21 and AB. RGB value is (186,33,171). Sum of RGB (Red+Green+Blue) = 186+33+171=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21AB is #45DE54. Grayscale: #5E5E5E. Windows color (decimal): -4578901 or 11215290. OLE color: 11215290.
HSL color Cylindrical-coordinate representation of color #BA21AB: hue angle of 305.88º 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 #BA21AB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 171 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.27 |
| HSL | 305.88º | 0.7% | 0.43% | - |
| HSV(B) | 305.88º | 0.82% | 0.73% | - |
| XYZ | 28.14 | 14.47 | 39.84 | - |
| YUV | 94.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 171 | 0 | 0.82 | 0.08 | 0.27 | 305.88 | 0.7 | 0.43 |
| Hex | BA | 21 | AB | 0 | 52 | 8 | 1B | 132 | 46 | 2B |
| Octal | 272 | 41 | 253 | 0 | 122 | 10 | 33 | 462 | 106 | 53 |
| Binary | 10111010 | 100001 | 10101011 | 0 | 1010010 | 1000 | 11011 | 100110010 | 1000110 | 101011 |
Color Harmonies of #BA21AB
Complementary color
Monochromatic Colors of #BA21AB
Black with #BA21AB
Text Example
Text Example
White with #BA21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21AB; }
p { color: rgb(186,33,171); }
H1.HeaderClassName
{
color: #BA21AB;
}
.AnyTagClassName
{
color: #BA21AB;
}
</style>
background-color css
<style>
a { background-color: #BA21AB; }
a { background-color: rgb(186,33,171); }
div.DivClassName
{
background-color: #BA21AB;
}
.BgClassName
{
background-color: #BA21AB;
}
</style>
border-color css
<style>
span { border-color: #BA21AB; }
span { border-color: rgb(186,33,171); }
td.TdClassName
{
border-color: #BA21AB;
}
.TagClassName
{
border-color: #BA21AB;
}
</style>