Shades of Medium Violet Red #BA1290
Tints of Medium Violet Red #BA1290
RGB
CMYK
RGB Variations
Color information
#BA1290 (or 0xBA1290) is known color: Medium Violet Red. HEX triplet: BA, 12 and 90. RGB value is (186,18,144). Sum of RGB (Red+Green+Blue) = 186+18+144=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1290 is #45ED6F. Grayscale: #525252. Windows color (decimal): -4582768 or 9441978. OLE color: 9441978.
HSL color Cylindrical-coordinate representation of color #BA1290: hue angle of 315º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1290 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 144 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.27 |
| HSL | 315º | 0.82% | 0.4% | - |
| HSV(B) | 315º | 0.9% | 0.73% | - |
| XYZ | 25.5 | 12.89 | 27.53 | - |
| YUV | 82.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 144 | 0 | 0.90 | 0.23 | 0.27 | 315 | 0.82 | 0.4 |
| Hex | BA | 12 | 90 | 0 | 5A | 17 | 1B | 13B | 52 | 28 |
| Octal | 272 | 22 | 220 | 0 | 132 | 27 | 33 | 473 | 122 | 50 |
| Binary | 10111010 | 10010 | 10010000 | 0 | 1011010 | 10111 | 11011 | 100111011 | 1010010 | 101000 |
Color Harmonies of #BA1290
Complementary color
Monochromatic Colors of #BA1290
Black with #BA1290
Text Example
Text Example
White with #BA1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1290; }
p { color: rgb(186,18,144); }
H1.HeaderClassName
{
color: #BA1290;
}
.AnyTagClassName
{
color: #BA1290;
}
</style>
background-color css
<style>
a { background-color: #BA1290; }
a { background-color: rgb(186,18,144); }
div.DivClassName
{
background-color: #BA1290;
}
.BgClassName
{
background-color: #BA1290;
}
</style>
border-color css
<style>
span { border-color: #BA1290; }
span { border-color: rgb(186,18,144); }
td.TdClassName
{
border-color: #BA1290;
}
.TagClassName
{
border-color: #BA1290;
}
</style>