Shades of Medium Violet Red #BA1284
Tints of Medium Violet Red #BA1284
RGB
CMYK
RGB Variations
Color information
#BA1284 (or 0xBA1284) is known color: Medium Violet Red. HEX triplet: BA, 12 and 84. RGB value is (186,18,132). Sum of RGB (Red+Green+Blue) = 186+18+132=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1284 is #45ED7B. Grayscale: #505050. Windows color (decimal): -4582780 or 8655546. OLE color: 8655546.
HSL color Cylindrical-coordinate representation of color #BA1284: hue angle of 319.29º 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 #BA1284 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 132 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.27 |
| HSL | 319.29º | 0.82% | 0.4% | - |
| HSV(B) | 319.29º | 0.9% | 0.73% | - |
| XYZ | 24.63 | 12.54 | 22.95 | - |
| YUV | 81.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 132 | 0 | 0.90 | 0.29 | 0.27 | 319.29 | 0.82 | 0.4 |
| Hex | BA | 12 | 84 | 0 | 5A | 1D | 1B | 13F | 52 | 28 |
| Octal | 272 | 22 | 204 | 0 | 132 | 35 | 33 | 477 | 122 | 50 |
| Binary | 10111010 | 10010 | 10000100 | 0 | 1011010 | 11101 | 11011 | 100111111 | 1010010 | 101000 |
Color Harmonies of #BA1284
Complementary color
Monochromatic Colors of #BA1284
Black with #BA1284
Text Example
Text Example
White with #BA1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1284; }
p { color: rgb(186,18,132); }
H1.HeaderClassName
{
color: #BA1284;
}
.AnyTagClassName
{
color: #BA1284;
}
</style>
background-color css
<style>
a { background-color: #BA1284; }
a { background-color: rgb(186,18,132); }
div.DivClassName
{
background-color: #BA1284;
}
.BgClassName
{
background-color: #BA1284;
}
</style>
border-color css
<style>
span { border-color: #BA1284; }
span { border-color: rgb(186,18,132); }
td.TdClassName
{
border-color: #BA1284;
}
.TagClassName
{
border-color: #BA1284;
}
</style>