Shades of Medium Violet Red #BA16A3
Tints of Medium Violet Red #BA16A3
RGB
CMYK
RGB Variations
Color information
#BA16A3 (or 0xBA16A3) is known color: Medium Violet Red. HEX triplet: BA, 16 and A3. RGB value is (186,22,163). Sum of RGB (Red+Green+Blue) = 186+22+163=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16A3 is #45E95C. Grayscale: #565656. Windows color (decimal): -4581725 or 10688186. OLE color: 10688186.
HSL color Cylindrical-coordinate representation of color #BA16A3: hue angle of 308.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16A3 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 163 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.27 |
| HSL | 308.41º | 0.79% | 0.41% | - |
| HSV(B) | 308.41º | 0.88% | 0.73% | - |
| XYZ | 27.15 | 13.66 | 35.86 | - |
| YUV | 87.11 | 170.83 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 163 | 0 | 0.88 | 0.12 | 0.27 | 308.41 | 0.79 | 0.41 |
| Hex | BA | 16 | A3 | 0 | 58 | C | 1B | 134 | 4F | 29 |
| Octal | 272 | 26 | 243 | 0 | 130 | 14 | 33 | 464 | 117 | 51 |
| Binary | 10111010 | 10110 | 10100011 | 0 | 1011000 | 1100 | 11011 | 100110100 | 1001111 | 101001 |
Color Harmonies of #BA16A3
Complementary color
Monochromatic Colors of #BA16A3
Black with #BA16A3
Text Example
Text Example
White with #BA16A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16A3; }
p { color: rgb(186,22,163); }
H1.HeaderClassName
{
color: #BA16A3;
}
.AnyTagClassName
{
color: #BA16A3;
}
</style>
background-color css
<style>
a { background-color: #BA16A3; }
a { background-color: rgb(186,22,163); }
div.DivClassName
{
background-color: #BA16A3;
}
.BgClassName
{
background-color: #BA16A3;
}
</style>
border-color css
<style>
span { border-color: #BA16A3; }
span { border-color: rgb(186,22,163); }
td.TdClassName
{
border-color: #BA16A3;
}
.TagClassName
{
border-color: #BA16A3;
}
</style>