Shades of Medium Red Violet #BA3396
Tints of Medium Red Violet #BA3396
RGB
CMYK
RGB Variations
Color information
#BA3396 (or 0xBA3396) is known color: Medium Red Violet. HEX triplet: BA, 33 and 96. RGB value is (186,51,150). Sum of RGB (Red+Green+Blue) = 186+51+150=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3396 is #45CC69. Grayscale: #666666. Windows color (decimal): -4574314 or 9843642. OLE color: 9843642.
HSL color Cylindrical-coordinate representation of color #BA3396: hue angle of 316º 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 #BA3396 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 150 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.27 |
| HSL | 316º | 0.57% | 0.46% | - |
| HSV(B) | 316º | 0.73% | 0.73% | - |
| XYZ | 26.94 | 15.01 | 30.33 | - |
| YUV | 102.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 150 | 0 | 0.73 | 0.19 | 0.27 | 316 | 0.57 | 0.46 |
| Hex | BA | 33 | 96 | 0 | 49 | 13 | 1B | 13C | 39 | 2E |
| Octal | 272 | 63 | 226 | 0 | 111 | 23 | 33 | 474 | 71 | 56 |
| Binary | 10111010 | 110011 | 10010110 | 0 | 1001001 | 10011 | 11011 | 100111100 | 111001 | 101110 |
Color Harmonies of #BA3396
Complementary color
Monochromatic Colors of #BA3396
Black with #BA3396
Text Example
Text Example
White with #BA3396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3396; }
p { color: rgb(186,51,150); }
H1.HeaderClassName
{
color: #BA3396;
}
.AnyTagClassName
{
color: #BA3396;
}
</style>
background-color css
<style>
a { background-color: #BA3396; }
a { background-color: rgb(186,51,150); }
div.DivClassName
{
background-color: #BA3396;
}
.BgClassName
{
background-color: #BA3396;
}
</style>
border-color css
<style>
span { border-color: #BA3396; }
span { border-color: rgb(186,51,150); }
td.TdClassName
{
border-color: #BA3396;
}
.TagClassName
{
border-color: #BA3396;
}
</style>