Shades of Medium Red Violet #BA389E
Tints of Medium Red Violet #BA389E
RGB
CMYK
RGB Variations
Color information
#BA389E (or 0xBA389E) is known color: Medium Red Violet. HEX triplet: BA, 38 and 9E. RGB value is (186,56,158). Sum of RGB (Red+Green+Blue) = 186+56+158=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA389E is #45C761. Grayscale: #6A6A6A. Windows color (decimal): -4573026 or 10369210. OLE color: 10369210.
HSL color Cylindrical-coordinate representation of color #BA389E: hue angle of 312.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA389E is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 158 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.27 |
| HSL | 312.92º | 0.54% | 0.47% | - |
| HSV(B) | 312.92º | 0.7% | 0.73% | - |
| XYZ | 27.84 | 15.74 | 33.92 | - |
| YUV | 106.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 158 | 0 | 0.70 | 0.15 | 0.27 | 312.92 | 0.54 | 0.47 |
| Hex | BA | 38 | 9E | 0 | 46 | F | 1B | 139 | 36 | 2F |
| Octal | 272 | 70 | 236 | 0 | 106 | 17 | 33 | 471 | 66 | 57 |
| Binary | 10111010 | 111000 | 10011110 | 0 | 1000110 | 1111 | 11011 | 100111001 | 110110 | 101111 |
Color Harmonies of #BA389E
Complementary color
Monochromatic Colors of #BA389E
Black with #BA389E
Text Example
Text Example
White with #BA389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA389E; }
p { color: rgb(186,56,158); }
H1.HeaderClassName
{
color: #BA389E;
}
.AnyTagClassName
{
color: #BA389E;
}
</style>
background-color css
<style>
a { background-color: #BA389E; }
a { background-color: rgb(186,56,158); }
div.DivClassName
{
background-color: #BA389E;
}
.BgClassName
{
background-color: #BA389E;
}
</style>
border-color css
<style>
span { border-color: #BA389E; }
span { border-color: rgb(186,56,158); }
td.TdClassName
{
border-color: #BA389E;
}
.TagClassName
{
border-color: #BA389E;
}
</style>