Shades of Medium Red Violet #BA3C84
Tints of Medium Red Violet #BA3C84
RGB
CMYK
RGB Variations
Color information
#BA3C84 (or 0xBA3C84) is known color: Medium Red Violet. HEX triplet: BA, 3C and 84. RGB value is (186,60,132). Sum of RGB (Red+Green+Blue) = 186+60+132=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3C84 is #45C37B. Grayscale: #696969. Windows color (decimal): -4572028 or 8666298. OLE color: 8666298.
HSL color Cylindrical-coordinate representation of color #BA3C84: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C84 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 132 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.27 |
| HSL | 325.71º | 0.51% | 0.48% | - |
| HSV(B) | 325.71º | 0.68% | 0.73% | - |
| XYZ | 26.03 | 15.34 | 23.42 | - |
| YUV | 105.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 132 | 0 | 0.68 | 0.29 | 0.27 | 325.71 | 0.51 | 0.48 |
| Hex | BA | 3C | 84 | 0 | 44 | 1D | 1B | 146 | 33 | 30 |
| Octal | 272 | 74 | 204 | 0 | 104 | 35 | 33 | 506 | 63 | 60 |
| Binary | 10111010 | 111100 | 10000100 | 0 | 1000100 | 11101 | 11011 | 101000110 | 110011 | 110000 |
Color Harmonies of #BA3C84
Complementary color
Monochromatic Colors of #BA3C84
Black with #BA3C84
Text Example
Text Example
White with #BA3C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C84; }
p { color: rgb(186,60,132); }
H1.HeaderClassName
{
color: #BA3C84;
}
.AnyTagClassName
{
color: #BA3C84;
}
</style>
background-color css
<style>
a { background-color: #BA3C84; }
a { background-color: rgb(186,60,132); }
div.DivClassName
{
background-color: #BA3C84;
}
.BgClassName
{
background-color: #BA3C84;
}
</style>
border-color css
<style>
span { border-color: #BA3C84; }
span { border-color: rgb(186,60,132); }
td.TdClassName
{
border-color: #BA3C84;
}
.TagClassName
{
border-color: #BA3C84;
}
</style>