Shades of Medium Red Violet #BA3A90
Tints of Medium Red Violet #BA3A90
RGB
CMYK
RGB Variations
Color information
#BA3A90 (or 0xBA3A90) is known color: Medium Red Violet. HEX triplet: BA, 3A and 90. RGB value is (186,58,144). Sum of RGB (Red+Green+Blue) = 186+58+144=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3A90 is #45C56F. Grayscale: #696969. Windows color (decimal): -4572528 or 9452218. OLE color: 9452218.
HSL color Cylindrical-coordinate representation of color #BA3A90: hue angle of 319.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A90 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 144 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.27 |
| HSL | 319.69º | 0.52% | 0.48% | - |
| HSV(B) | 319.69º | 0.69% | 0.73% | - |
| XYZ | 26.8 | 15.48 | 27.96 | - |
| YUV | 106.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 144 | 0 | 0.69 | 0.23 | 0.27 | 319.69 | 0.52 | 0.48 |
| Hex | BA | 3A | 90 | 0 | 45 | 17 | 1B | 140 | 34 | 30 |
| Octal | 272 | 72 | 220 | 0 | 105 | 27 | 33 | 500 | 64 | 60 |
| Binary | 10111010 | 111010 | 10010000 | 0 | 1000101 | 10111 | 11011 | 101000000 | 110100 | 110000 |
Color Harmonies of #BA3A90
Complementary color
Monochromatic Colors of #BA3A90
Black with #BA3A90
Text Example
Text Example
White with #BA3A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A90; }
p { color: rgb(186,58,144); }
H1.HeaderClassName
{
color: #BA3A90;
}
.AnyTagClassName
{
color: #BA3A90;
}
</style>
background-color css
<style>
a { background-color: #BA3A90; }
a { background-color: rgb(186,58,144); }
div.DivClassName
{
background-color: #BA3A90;
}
.BgClassName
{
background-color: #BA3A90;
}
</style>
border-color css
<style>
span { border-color: #BA3A90; }
span { border-color: rgb(186,58,144); }
td.TdClassName
{
border-color: #BA3A90;
}
.TagClassName
{
border-color: #BA3A90;
}
</style>