Shades of Medium Red Violet #BA3397
Tints of Medium Red Violet #BA3397
RGB
CMYK
RGB Variations
Color information
#BA3397 (or 0xBA3397) is known color: Medium Red Violet. HEX triplet: BA, 33 and 97. RGB value is (186,51,151). Sum of RGB (Red+Green+Blue) = 186+51+151=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3397 is #45CC68. Grayscale: #666666. Windows color (decimal): -4574313 or 9909178. OLE color: 9909178.
HSL color Cylindrical-coordinate representation of color #BA3397: hue angle of 315.56º 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 #BA3397 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 151 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.27 |
| HSL | 315.56º | 0.57% | 0.46% | - |
| HSV(B) | 315.56º | 0.73% | 0.73% | - |
| XYZ | 27.02 | 15.04 | 30.76 | - |
| YUV | 102.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 151 | 0 | 0.73 | 0.19 | 0.27 | 315.56 | 0.57 | 0.46 |
| Hex | BA | 33 | 97 | 0 | 49 | 13 | 1B | 13C | 39 | 2E |
| Octal | 272 | 63 | 227 | 0 | 111 | 23 | 33 | 474 | 71 | 56 |
| Binary | 10111010 | 110011 | 10010111 | 0 | 1001001 | 10011 | 11011 | 100111100 | 111001 | 101110 |
Color Harmonies of #BA3397
Complementary color
Monochromatic Colors of #BA3397
Black with #BA3397
Text Example
Text Example
White with #BA3397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3397; }
p { color: rgb(186,51,151); }
H1.HeaderClassName
{
color: #BA3397;
}
.AnyTagClassName
{
color: #BA3397;
}
</style>
background-color css
<style>
a { background-color: #BA3397; }
a { background-color: rgb(186,51,151); }
div.DivClassName
{
background-color: #BA3397;
}
.BgClassName
{
background-color: #BA3397;
}
</style>
border-color css
<style>
span { border-color: #BA3397; }
span { border-color: rgb(186,51,151); }
td.TdClassName
{
border-color: #BA3397;
}
.TagClassName
{
border-color: #BA3397;
}
</style>