Shades of Medium Red Violet #BA3C96
Tints of Medium Red Violet #BA3C96
RGB
CMYK
RGB Variations
Color information
#BA3C96 (or 0xBA3C96) is known color: Medium Red Violet. HEX triplet: BA, 3C and 96. RGB value is (186,60,150). Sum of RGB (Red+Green+Blue) = 186+60+150=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3C96 is #45C369. Grayscale: #6B6B6B. Windows color (decimal): -4572010 or 9845946. OLE color: 9845946.
HSL color Cylindrical-coordinate representation of color #BA3C96: hue angle of 317.14º 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 #BA3C96 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 150 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.27 |
| HSL | 317.14º | 0.51% | 0.48% | - |
| HSV(B) | 317.14º | 0.68% | 0.73% | - |
| XYZ | 27.37 | 15.87 | 30.48 | - |
| YUV | 107.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 150 | 0 | 0.68 | 0.19 | 0.27 | 317.14 | 0.51 | 0.48 |
| Hex | BA | 3C | 96 | 0 | 44 | 13 | 1B | 13D | 33 | 30 |
| Octal | 272 | 74 | 226 | 0 | 104 | 23 | 33 | 475 | 63 | 60 |
| Binary | 10111010 | 111100 | 10010110 | 0 | 1000100 | 10011 | 11011 | 100111101 | 110011 | 110000 |
Color Harmonies of #BA3C96
Complementary color
Monochromatic Colors of #BA3C96
Black with #BA3C96
Text Example
Text Example
White with #BA3C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C96; }
p { color: rgb(186,60,150); }
H1.HeaderClassName
{
color: #BA3C96;
}
.AnyTagClassName
{
color: #BA3C96;
}
</style>
background-color css
<style>
a { background-color: #BA3C96; }
a { background-color: rgb(186,60,150); }
div.DivClassName
{
background-color: #BA3C96;
}
.BgClassName
{
background-color: #BA3C96;
}
</style>
border-color css
<style>
span { border-color: #BA3C96; }
span { border-color: rgb(186,60,150); }
td.TdClassName
{
border-color: #BA3C96;
}
.TagClassName
{
border-color: #BA3C96;
}
</style>