Shades of Medium Red Violet #BA3370
Tints of Medium Red Violet #BA3370
RGB
CMYK
RGB Variations
Color information
#BA3370 (or 0xBA3370) is known color: Medium Red Violet. HEX triplet: BA, 33 and 70. RGB value is (186,51,112). Sum of RGB (Red+Green+Blue) = 186+51+112=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3370 is #45CC8F. Grayscale: #626262. Windows color (decimal): -4574352 or 7353274. OLE color: 7353274.
HSL color Cylindrical-coordinate representation of color #BA3370: hue angle of 332.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3370 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 112 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.27 |
| HSL | 332.89º | 0.57% | 0.46% | - |
| HSV(B) | 332.89º | 0.73% | 0.73% | - |
| XYZ | 24.36 | 13.98 | 16.74 | - |
| YUV | 98.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 112 | 0 | 0.73 | 0.40 | 0.27 | 332.89 | 0.57 | 0.46 |
| Hex | BA | 33 | 70 | 0 | 49 | 28 | 1B | 14D | 39 | 2E |
| Octal | 272 | 63 | 160 | 0 | 111 | 50 | 33 | 515 | 71 | 56 |
| Binary | 10111010 | 110011 | 1110000 | 0 | 1001001 | 101000 | 11011 | 101001101 | 111001 | 101110 |
Color Harmonies of #BA3370
Complementary color
Monochromatic Colors of #BA3370
Black with #BA3370
Text Example
Text Example
White with #BA3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3370; }
p { color: rgb(186,51,112); }
H1.HeaderClassName
{
color: #BA3370;
}
.AnyTagClassName
{
color: #BA3370;
}
</style>
background-color css
<style>
a { background-color: #BA3370; }
a { background-color: rgb(186,51,112); }
div.DivClassName
{
background-color: #BA3370;
}
.BgClassName
{
background-color: #BA3370;
}
</style>
border-color css
<style>
span { border-color: #BA3370; }
span { border-color: rgb(186,51,112); }
td.TdClassName
{
border-color: #BA3370;
}
.TagClassName
{
border-color: #BA3370;
}
</style>