Shades of Medium Violet Red #BA1DA1
Tints of Medium Violet Red #BA1DA1
RGB
CMYK
RGB Variations
Color information
#BA1DA1 (or 0xBA1DA1) is known color: Medium Violet Red. HEX triplet: BA, 1D and A1. RGB value is (186,29,161). Sum of RGB (Red+Green+Blue) = 186+29+161=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DA1 is #45E25E. Grayscale: #5A5A5A. Windows color (decimal): -4579935 or 10558906. OLE color: 10558906.
HSL color Cylindrical-coordinate representation of color #BA1DA1: hue angle of 309.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1DA1 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 161 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.27 |
| HSL | 309.55º | 0.73% | 0.42% | - |
| HSV(B) | 309.55º | 0.84% | 0.73% | - |
| XYZ | 27.12 | 13.89 | 34.97 | - |
| YUV | 90.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 161 | 0 | 0.84 | 0.13 | 0.27 | 309.55 | 0.73 | 0.42 |
| Hex | BA | 1D | A1 | 0 | 54 | D | 1B | 136 | 49 | 2A |
| Octal | 272 | 35 | 241 | 0 | 124 | 15 | 33 | 466 | 111 | 52 |
| Binary | 10111010 | 11101 | 10100001 | 0 | 1010100 | 1101 | 11011 | 100110110 | 1001001 | 101010 |
Color Harmonies of #BA1DA1
Complementary color
Monochromatic Colors of #BA1DA1
Black with #BA1DA1
Text Example
Text Example
White with #BA1DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DA1; }
p { color: rgb(186,29,161); }
H1.HeaderClassName
{
color: #BA1DA1;
}
.AnyTagClassName
{
color: #BA1DA1;
}
</style>
background-color css
<style>
a { background-color: #BA1DA1; }
a { background-color: rgb(186,29,161); }
div.DivClassName
{
background-color: #BA1DA1;
}
.BgClassName
{
background-color: #BA1DA1;
}
</style>
border-color css
<style>
span { border-color: #BA1DA1; }
span { border-color: rgb(186,29,161); }
td.TdClassName
{
border-color: #BA1DA1;
}
.TagClassName
{
border-color: #BA1DA1;
}
</style>