Shades of Medium Violet Red #BA1384
Tints of Medium Violet Red #BA1384
RGB
CMYK
RGB Variations
Color information
#BA1384 (or 0xBA1384) is known color: Medium Violet Red. HEX triplet: BA, 13 and 84. RGB value is (186,19,132). Sum of RGB (Red+Green+Blue) = 186+19+132=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1384 is #45EC7B. Grayscale: #515151. Windows color (decimal): -4582524 or 8655802. OLE color: 8655802.
HSL color Cylindrical-coordinate representation of color #BA1384: hue angle of 319.4º degrees, saturation: 0.81, 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 #BA1384 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 132 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.27 |
| HSL | 319.4º | 0.81% | 0.4% | - |
| HSV(B) | 319.4º | 0.9% | 0.73% | - |
| XYZ | 24.65 | 12.57 | 22.96 | - |
| YUV | 81.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 132 | 0 | 0.90 | 0.29 | 0.27 | 319.4 | 0.81 | 0.4 |
| Hex | BA | 13 | 84 | 0 | 5A | 1D | 1B | 13F | 51 | 28 |
| Octal | 272 | 23 | 204 | 0 | 132 | 35 | 33 | 477 | 121 | 50 |
| Binary | 10111010 | 10011 | 10000100 | 0 | 1011010 | 11101 | 11011 | 100111111 | 1010001 | 101000 |
Color Harmonies of #BA1384
Complementary color
Monochromatic Colors of #BA1384
Black with #BA1384
Text Example
Text Example
White with #BA1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1384; }
p { color: rgb(186,19,132); }
H1.HeaderClassName
{
color: #BA1384;
}
.AnyTagClassName
{
color: #BA1384;
}
</style>
background-color css
<style>
a { background-color: #BA1384; }
a { background-color: rgb(186,19,132); }
div.DivClassName
{
background-color: #BA1384;
}
.BgClassName
{
background-color: #BA1384;
}
</style>
border-color css
<style>
span { border-color: #BA1384; }
span { border-color: rgb(186,19,132); }
td.TdClassName
{
border-color: #BA1384;
}
.TagClassName
{
border-color: #BA1384;
}
</style>