Shades of Medium Red Violet #BA398D
Tints of Medium Red Violet #BA398D
RGB
CMYK
RGB Variations
Color information
#BA398D (or 0xBA398D) is known color: Medium Red Violet. HEX triplet: BA, 39 and 8D. RGB value is (186,57,141). Sum of RGB (Red+Green+Blue) = 186+57+141=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA398D is #45C672. Grayscale: #686868. Windows color (decimal): -4572787 or 9255354. OLE color: 9255354.
HSL color Cylindrical-coordinate representation of color #BA398D: hue angle of 320.93º degrees, saturation: 0.53, 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 #BA398D is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 141 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.27 |
| HSL | 320.93º | 0.53% | 0.48% | - |
| HSV(B) | 320.93º | 0.69% | 0.73% | - |
| XYZ | 26.52 | 15.29 | 26.75 | - |
| YUV | 105.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 141 | 0 | 0.69 | 0.24 | 0.27 | 320.93 | 0.53 | 0.48 |
| Hex | BA | 39 | 8D | 0 | 45 | 18 | 1B | 141 | 35 | 30 |
| Octal | 272 | 71 | 215 | 0 | 105 | 30 | 33 | 501 | 65 | 60 |
| Binary | 10111010 | 111001 | 10001101 | 0 | 1000101 | 11000 | 11011 | 101000001 | 110101 | 110000 |
Color Harmonies of #BA398D
Complementary color
Monochromatic Colors of #BA398D
Black with #BA398D
Text Example
Text Example
White with #BA398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA398D; }
p { color: rgb(186,57,141); }
H1.HeaderClassName
{
color: #BA398D;
}
.AnyTagClassName
{
color: #BA398D;
}
</style>
background-color css
<style>
a { background-color: #BA398D; }
a { background-color: rgb(186,57,141); }
div.DivClassName
{
background-color: #BA398D;
}
.BgClassName
{
background-color: #BA398D;
}
</style>
border-color css
<style>
span { border-color: #BA398D; }
span { border-color: rgb(186,57,141); }
td.TdClassName
{
border-color: #BA398D;
}
.TagClassName
{
border-color: #BA398D;
}
</style>