Shades of Medium Red Violet #BA4190
Tints of Medium Red Violet #BA4190
RGB
CMYK
RGB Variations
Color information
#BA4190 (or 0xBA4190) is known color: Medium Red Violet. HEX triplet: BA, 41 and 90. RGB value is (186,65,144). Sum of RGB (Red+Green+Blue) = 186+65+144=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4190 is #45BE6F. Grayscale: #6D6D6D. Windows color (decimal): -4570736 or 9454010. OLE color: 9454010.
HSL color Cylindrical-coordinate representation of color #BA4190: hue angle of 320.83º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4190 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 144 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.27 |
| HSL | 320.83º | 0.48% | 0.49% | - |
| HSV(B) | 320.83º | 0.65% | 0.73% | - |
| XYZ | 27.17 | 16.23 | 28.09 | - |
| YUV | 110.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 144 | 0 | 0.65 | 0.23 | 0.27 | 320.83 | 0.48 | 0.49 |
| Hex | BA | 41 | 90 | 0 | 41 | 17 | 1B | 141 | 30 | 31 |
| Octal | 272 | 101 | 220 | 0 | 101 | 27 | 33 | 501 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10010000 | 0 | 1000001 | 10111 | 11011 | 101000001 | 110000 | 110001 |
Color Harmonies of #BA4190
Complementary color
Monochromatic Colors of #BA4190
Black with #BA4190
Text Example
Text Example
White with #BA4190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4190; }
p { color: rgb(186,65,144); }
H1.HeaderClassName
{
color: #BA4190;
}
.AnyTagClassName
{
color: #BA4190;
}
</style>
background-color css
<style>
a { background-color: #BA4190; }
a { background-color: rgb(186,65,144); }
div.DivClassName
{
background-color: #BA4190;
}
.BgClassName
{
background-color: #BA4190;
}
</style>
border-color css
<style>
span { border-color: #BA4190; }
span { border-color: rgb(186,65,144); }
td.TdClassName
{
border-color: #BA4190;
}
.TagClassName
{
border-color: #BA4190;
}
</style>