Shades of Medium Red Violet #BA4093
Tints of Medium Red Violet #BA4093
RGB
CMYK
RGB Variations
Color information
#BA4093 (or 0xBA4093) is known color: Medium Red Violet. HEX triplet: BA, 40 and 93. RGB value is (186,64,147). Sum of RGB (Red+Green+Blue) = 186+64+147=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4093 is #45BF6C. Grayscale: #6D6D6D. Windows color (decimal): -4570989 or 9650362. OLE color: 9650362.
HSL color Cylindrical-coordinate representation of color #BA4093: hue angle of 319.18º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4093 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 147 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.27 |
| HSL | 319.18º | 0.49% | 0.49% | - |
| HSV(B) | 319.18º | 0.66% | 0.73% | - |
| XYZ | 27.35 | 16.21 | 29.29 | - |
| YUV | 109.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 147 | 0 | 0.66 | 0.21 | 0.27 | 319.18 | 0.49 | 0.49 |
| Hex | BA | 40 | 93 | 0 | 42 | 15 | 1B | 13F | 31 | 31 |
| Octal | 272 | 100 | 223 | 0 | 102 | 25 | 33 | 477 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10010011 | 0 | 1000010 | 10101 | 11011 | 100111111 | 110001 | 110001 |
Color Harmonies of #BA4093
Complementary color
Monochromatic Colors of #BA4093
Black with #BA4093
Text Example
Text Example
White with #BA4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4093; }
p { color: rgb(186,64,147); }
H1.HeaderClassName
{
color: #BA4093;
}
.AnyTagClassName
{
color: #BA4093;
}
</style>
background-color css
<style>
a { background-color: #BA4093; }
a { background-color: rgb(186,64,147); }
div.DivClassName
{
background-color: #BA4093;
}
.BgClassName
{
background-color: #BA4093;
}
</style>
border-color css
<style>
span { border-color: #BA4093; }
span { border-color: rgb(186,64,147); }
td.TdClassName
{
border-color: #BA4093;
}
.TagClassName
{
border-color: #BA4093;
}
</style>