Shades of Medium Violet Red #BA1784
Tints of Medium Violet Red #BA1784
RGB
CMYK
RGB Variations
Color information
#BA1784 (or 0xBA1784) is known color: Medium Violet Red. HEX triplet: BA, 17 and 84. RGB value is (186,23,132). Sum of RGB (Red+Green+Blue) = 186+23+132=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1784 is #45E87B. Grayscale: #535353. Windows color (decimal): -4581500 or 8656826. OLE color: 8656826.
HSL color Cylindrical-coordinate representation of color #BA1784: hue angle of 319.88º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1784 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 132 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.27 |
| HSL | 319.88º | 0.78% | 0.41% | - |
| HSV(B) | 319.88º | 0.88% | 0.73% | - |
| XYZ | 24.72 | 12.72 | 22.98 | - |
| YUV | 84.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 132 | 0 | 0.88 | 0.29 | 0.27 | 319.88 | 0.78 | 0.41 |
| Hex | BA | 17 | 84 | 0 | 58 | 1D | 1B | 140 | 4E | 29 |
| Octal | 272 | 27 | 204 | 0 | 130 | 35 | 33 | 500 | 116 | 51 |
| Binary | 10111010 | 10111 | 10000100 | 0 | 1011000 | 11101 | 11011 | 101000000 | 1001110 | 101001 |
Color Harmonies of #BA1784
Complementary color
Monochromatic Colors of #BA1784
Black with #BA1784
Text Example
Text Example
White with #BA1784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1784; }
p { color: rgb(186,23,132); }
H1.HeaderClassName
{
color: #BA1784;
}
.AnyTagClassName
{
color: #BA1784;
}
</style>
background-color css
<style>
a { background-color: #BA1784; }
a { background-color: rgb(186,23,132); }
div.DivClassName
{
background-color: #BA1784;
}
.BgClassName
{
background-color: #BA1784;
}
</style>
border-color css
<style>
span { border-color: #BA1784; }
span { border-color: rgb(186,23,132); }
td.TdClassName
{
border-color: #BA1784;
}
.TagClassName
{
border-color: #BA1784;
}
</style>