Shades of Medium Violet Red #BA1D84
Tints of Medium Violet Red #BA1D84
RGB
CMYK
RGB Variations
Color information
#BA1D84 (or 0xBA1D84) is known color: Medium Violet Red. HEX triplet: BA, 1D and 84. RGB value is (186,29,132). Sum of RGB (Red+Green+Blue) = 186+29+132=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D84 is #45E27B. Grayscale: #575757. Windows color (decimal): -4579964 or 8658362. OLE color: 8658362.
HSL color Cylindrical-coordinate representation of color #BA1D84: hue angle of 320.64º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D84 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 132 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.27 |
| HSL | 320.64º | 0.73% | 0.42% | - |
| HSV(B) | 320.64º | 0.84% | 0.73% | - |
| XYZ | 24.85 | 12.98 | 23.03 | - |
| YUV | 87.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 132 | 0 | 0.84 | 0.29 | 0.27 | 320.64 | 0.73 | 0.42 |
| Hex | BA | 1D | 84 | 0 | 54 | 1D | 1B | 141 | 49 | 2A |
| Octal | 272 | 35 | 204 | 0 | 124 | 35 | 33 | 501 | 111 | 52 |
| Binary | 10111010 | 11101 | 10000100 | 0 | 1010100 | 11101 | 11011 | 101000001 | 1001001 | 101010 |
Color Harmonies of #BA1D84
Complementary color
Monochromatic Colors of #BA1D84
Black with #BA1D84
Text Example
Text Example
White with #BA1D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D84; }
p { color: rgb(186,29,132); }
H1.HeaderClassName
{
color: #BA1D84;
}
.AnyTagClassName
{
color: #BA1D84;
}
</style>
background-color css
<style>
a { background-color: #BA1D84; }
a { background-color: rgb(186,29,132); }
div.DivClassName
{
background-color: #BA1D84;
}
.BgClassName
{
background-color: #BA1D84;
}
</style>
border-color css
<style>
span { border-color: #BA1D84; }
span { border-color: rgb(186,29,132); }
td.TdClassName
{
border-color: #BA1D84;
}
.TagClassName
{
border-color: #BA1D84;
}
</style>