Shades of Medium Red Violet #BA388E
Tints of Medium Red Violet #BA388E
RGB
CMYK
RGB Variations
Color information
#BA388E (or 0xBA388E) is known color: Medium Red Violet. HEX triplet: BA, 38 and 8E. RGB value is (186,56,142). Sum of RGB (Red+Green+Blue) = 186+56+142=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA388E is #45C771. Grayscale: #686868. Windows color (decimal): -4573042 or 9320634. OLE color: 9320634.
HSL color Cylindrical-coordinate representation of color #BA388E: hue angle of 320.31º 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 #BA388E is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 142 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.27 |
| HSL | 320.31º | 0.54% | 0.47% | - |
| HSV(B) | 320.31º | 0.7% | 0.73% | - |
| XYZ | 26.55 | 15.22 | 27.13 | - |
| YUV | 104.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 142 | 0 | 0.70 | 0.24 | 0.27 | 320.31 | 0.54 | 0.47 |
| Hex | BA | 38 | 8E | 0 | 46 | 18 | 1B | 140 | 36 | 2F |
| Octal | 272 | 70 | 216 | 0 | 106 | 30 | 33 | 500 | 66 | 57 |
| Binary | 10111010 | 111000 | 10001110 | 0 | 1000110 | 11000 | 11011 | 101000000 | 110110 | 101111 |
Color Harmonies of #BA388E
Complementary color
Monochromatic Colors of #BA388E
Black with #BA388E
Text Example
Text Example
White with #BA388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA388E; }
p { color: rgb(186,56,142); }
H1.HeaderClassName
{
color: #BA388E;
}
.AnyTagClassName
{
color: #BA388E;
}
</style>
background-color css
<style>
a { background-color: #BA388E; }
a { background-color: rgb(186,56,142); }
div.DivClassName
{
background-color: #BA388E;
}
.BgClassName
{
background-color: #BA388E;
}
</style>
border-color css
<style>
span { border-color: #BA388E; }
span { border-color: rgb(186,56,142); }
td.TdClassName
{
border-color: #BA388E;
}
.TagClassName
{
border-color: #BA388E;
}
</style>