Shades of Medium Violet Red #BA18A1
Tints of Medium Violet Red #BA18A1
RGB
CMYK
RGB Variations
Color information
#BA18A1 (or 0xBA18A1) is known color: Medium Violet Red. HEX triplet: BA, 18 and A1. RGB value is (186,24,161). Sum of RGB (Red+Green+Blue) = 186+24+161=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA18A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA18A1 is #45E75E. Grayscale: #575757. Windows color (decimal): -4581215 or 10557626. OLE color: 10557626.
HSL color Cylindrical-coordinate representation of color #BA18A1: hue angle of 309.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA18A1 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 161 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.27 |
| HSL | 309.26º | 0.77% | 0.41% | - |
| HSV(B) | 309.26º | 0.87% | 0.73% | - |
| XYZ | 27.01 | 13.67 | 34.93 | - |
| YUV | 88.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 161 | 0 | 0.87 | 0.13 | 0.27 | 309.26 | 0.77 | 0.41 |
| Hex | BA | 18 | A1 | 0 | 57 | D | 1B | 135 | 4D | 29 |
| Octal | 272 | 30 | 241 | 0 | 127 | 15 | 33 | 465 | 115 | 51 |
| Binary | 10111010 | 11000 | 10100001 | 0 | 1010111 | 1101 | 11011 | 100110101 | 1001101 | 101001 |
Color Harmonies of #BA18A1
Complementary color
Monochromatic Colors of #BA18A1
Black with #BA18A1
Text Example
Text Example
White with #BA18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18A1; }
p { color: rgb(186,24,161); }
H1.HeaderClassName
{
color: #BA18A1;
}
.AnyTagClassName
{
color: #BA18A1;
}
</style>
background-color css
<style>
a { background-color: #BA18A1; }
a { background-color: rgb(186,24,161); }
div.DivClassName
{
background-color: #BA18A1;
}
.BgClassName
{
background-color: #BA18A1;
}
</style>
border-color css
<style>
span { border-color: #BA18A1; }
span { border-color: rgb(186,24,161); }
td.TdClassName
{
border-color: #BA18A1;
}
.TagClassName
{
border-color: #BA18A1;
}
</style>