Shades of Medium Red Violet #BA3390
Tints of Medium Red Violet #BA3390
RGB
CMYK
RGB Variations
Color information
#BA3390 (or 0xBA3390) is known color: Medium Red Violet. HEX triplet: BA, 33 and 90. RGB value is (186,51,144). Sum of RGB (Red+Green+Blue) = 186+51+144=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3390 is #45CC6F. Grayscale: #656565. Windows color (decimal): -4574320 or 9450426. OLE color: 9450426.
HSL color Cylindrical-coordinate representation of color #BA3390: hue angle of 318.67º 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 #BA3390 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 144 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.27 |
| HSL | 318.67º | 0.57% | 0.46% | - |
| HSV(B) | 318.67º | 0.73% | 0.73% | - |
| XYZ | 26.47 | 14.82 | 27.85 | - |
| YUV | 101.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 144 | 0 | 0.73 | 0.23 | 0.27 | 318.67 | 0.57 | 0.46 |
| Hex | BA | 33 | 90 | 0 | 49 | 17 | 1B | 13F | 39 | 2E |
| Octal | 272 | 63 | 220 | 0 | 111 | 27 | 33 | 477 | 71 | 56 |
| Binary | 10111010 | 110011 | 10010000 | 0 | 1001001 | 10111 | 11011 | 100111111 | 111001 | 101110 |
Color Harmonies of #BA3390
Complementary color
Monochromatic Colors of #BA3390
Black with #BA3390
Text Example
Text Example
White with #BA3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3390; }
p { color: rgb(186,51,144); }
H1.HeaderClassName
{
color: #BA3390;
}
.AnyTagClassName
{
color: #BA3390;
}
</style>
background-color css
<style>
a { background-color: #BA3390; }
a { background-color: rgb(186,51,144); }
div.DivClassName
{
background-color: #BA3390;
}
.BgClassName
{
background-color: #BA3390;
}
</style>
border-color css
<style>
span { border-color: #BA3390; }
span { border-color: rgb(186,51,144); }
td.TdClassName
{
border-color: #BA3390;
}
.TagClassName
{
border-color: #BA3390;
}
</style>