Shades of Medium Red Violet #BA3896
Tints of Medium Red Violet #BA3896
RGB
CMYK
RGB Variations
Color information
#BA3896 (or 0xBA3896) is known color: Medium Red Violet. HEX triplet: BA, 38 and 96. RGB value is (186,56,150). Sum of RGB (Red+Green+Blue) = 186+56+150=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3896 is #45C769. Grayscale: #696969. Windows color (decimal): -4573034 or 9844922. OLE color: 9844922.
HSL color Cylindrical-coordinate representation of color #BA3896: hue angle of 316.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3896 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 150 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.27 |
| HSL | 316.62º | 0.54% | 0.47% | - |
| HSV(B) | 316.62º | 0.7% | 0.73% | - |
| XYZ | 27.17 | 15.47 | 30.41 | - |
| YUV | 105.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 150 | 0 | 0.70 | 0.19 | 0.27 | 316.62 | 0.54 | 0.47 |
| Hex | BA | 38 | 96 | 0 | 46 | 13 | 1B | 13D | 36 | 2F |
| Octal | 272 | 70 | 226 | 0 | 106 | 23 | 33 | 475 | 66 | 57 |
| Binary | 10111010 | 111000 | 10010110 | 0 | 1000110 | 10011 | 11011 | 100111101 | 110110 | 101111 |
Color Harmonies of #BA3896
Complementary color
Monochromatic Colors of #BA3896
Black with #BA3896
Text Example
Text Example
White with #BA3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3896; }
p { color: rgb(186,56,150); }
H1.HeaderClassName
{
color: #BA3896;
}
.AnyTagClassName
{
color: #BA3896;
}
</style>
background-color css
<style>
a { background-color: #BA3896; }
a { background-color: rgb(186,56,150); }
div.DivClassName
{
background-color: #BA3896;
}
.BgClassName
{
background-color: #BA3896;
}
</style>
border-color css
<style>
span { border-color: #BA3896; }
span { border-color: rgb(186,56,150); }
td.TdClassName
{
border-color: #BA3896;
}
.TagClassName
{
border-color: #BA3896;
}
</style>