Shades of Medium Red Violet #BA398F
Tints of Medium Red Violet #BA398F
RGB
CMYK
RGB Variations
Color information
#BA398F (or 0xBA398F) is known color: Medium Red Violet. HEX triplet: BA, 39 and 8F. RGB value is (186,57,143). Sum of RGB (Red+Green+Blue) = 186+57+143=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA398F is #45C670. Grayscale: #696969. Windows color (decimal): -4572785 or 9386426. OLE color: 9386426.
HSL color Cylindrical-coordinate representation of color #BA398F: hue angle of 320º 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 #BA398F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 143 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.27 |
| HSL | 320º | 0.53% | 0.48% | - |
| HSV(B) | 320º | 0.69% | 0.73% | - |
| XYZ | 26.67 | 15.35 | 27.54 | - |
| YUV | 105.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 143 | 0 | 0.69 | 0.23 | 0.27 | 320 | 0.53 | 0.48 |
| Hex | BA | 39 | 8F | 0 | 45 | 17 | 1B | 140 | 35 | 30 |
| Octal | 272 | 71 | 217 | 0 | 105 | 27 | 33 | 500 | 65 | 60 |
| Binary | 10111010 | 111001 | 10001111 | 0 | 1000101 | 10111 | 11011 | 101000000 | 110101 | 110000 |
Color Harmonies of #BA398F
Complementary color
Monochromatic Colors of #BA398F
Black with #BA398F
Text Example
Text Example
White with #BA398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA398F; }
p { color: rgb(186,57,143); }
H1.HeaderClassName
{
color: #BA398F;
}
.AnyTagClassName
{
color: #BA398F;
}
</style>
background-color css
<style>
a { background-color: #BA398F; }
a { background-color: rgb(186,57,143); }
div.DivClassName
{
background-color: #BA398F;
}
.BgClassName
{
background-color: #BA398F;
}
</style>
border-color css
<style>
span { border-color: #BA398F; }
span { border-color: rgb(186,57,143); }
td.TdClassName
{
border-color: #BA398F;
}
.TagClassName
{
border-color: #BA398F;
}
</style>