Shades of Medium Red Violet #BA3D90
Tints of Medium Red Violet #BA3D90
RGB
CMYK
RGB Variations
Color information
#BA3D90 (or 0xBA3D90) is known color: Medium Red Violet. HEX triplet: BA, 3D and 90. RGB value is (186,61,144). Sum of RGB (Red+Green+Blue) = 186+61+144=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D90 is #45C26F. Grayscale: #6B6B6B. Windows color (decimal): -4571760 or 9452986. OLE color: 9452986.
HSL color Cylindrical-coordinate representation of color #BA3D90: hue angle of 320.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D90 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 144 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.27 |
| HSL | 320.16º | 0.51% | 0.48% | - |
| HSV(B) | 320.16º | 0.67% | 0.73% | - |
| XYZ | 26.95 | 15.79 | 28.01 | - |
| YUV | 107.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 144 | 0 | 0.67 | 0.23 | 0.27 | 320.16 | 0.51 | 0.48 |
| Hex | BA | 3D | 90 | 0 | 43 | 17 | 1B | 140 | 33 | 30 |
| Octal | 272 | 75 | 220 | 0 | 103 | 27 | 33 | 500 | 63 | 60 |
| Binary | 10111010 | 111101 | 10010000 | 0 | 1000011 | 10111 | 11011 | 101000000 | 110011 | 110000 |
Color Harmonies of #BA3D90
Complementary color
Monochromatic Colors of #BA3D90
Black with #BA3D90
Text Example
Text Example
White with #BA3D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D90; }
p { color: rgb(186,61,144); }
H1.HeaderClassName
{
color: #BA3D90;
}
.AnyTagClassName
{
color: #BA3D90;
}
</style>
background-color css
<style>
a { background-color: #BA3D90; }
a { background-color: rgb(186,61,144); }
div.DivClassName
{
background-color: #BA3D90;
}
.BgClassName
{
background-color: #BA3D90;
}
</style>
border-color css
<style>
span { border-color: #BA3D90; }
span { border-color: rgb(186,61,144); }
td.TdClassName
{
border-color: #BA3D90;
}
.TagClassName
{
border-color: #BA3D90;
}
</style>