Shades of Medium Red Violet #BA3899
Tints of Medium Red Violet #BA3899
RGB
CMYK
RGB Variations
Color information
#BA3899 (or 0xBA3899) is known color: Medium Red Violet. HEX triplet: BA, 38 and 99. RGB value is (186,56,153). Sum of RGB (Red+Green+Blue) = 186+56+153=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3899 is #45C766. Grayscale: #696969. Windows color (decimal): -4573031 or 10041530. OLE color: 10041530.
HSL color Cylindrical-coordinate representation of color #BA3899: hue angle of 315.23º 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 #BA3899 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 153 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.27 |
| HSL | 315.23º | 0.54% | 0.47% | - |
| HSV(B) | 315.23º | 0.7% | 0.73% | - |
| XYZ | 27.41 | 15.57 | 31.7 | - |
| YUV | 105.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 153 | 0 | 0.70 | 0.18 | 0.27 | 315.23 | 0.54 | 0.47 |
| Hex | BA | 38 | 99 | 0 | 46 | 12 | 1B | 13B | 36 | 2F |
| Octal | 272 | 70 | 231 | 0 | 106 | 22 | 33 | 473 | 66 | 57 |
| Binary | 10111010 | 111000 | 10011001 | 0 | 1000110 | 10010 | 11011 | 100111011 | 110110 | 101111 |
Color Harmonies of #BA3899
Complementary color
Monochromatic Colors of #BA3899
Black with #BA3899
Text Example
Text Example
White with #BA3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3899; }
p { color: rgb(186,56,153); }
H1.HeaderClassName
{
color: #BA3899;
}
.AnyTagClassName
{
color: #BA3899;
}
</style>
background-color css
<style>
a { background-color: #BA3899; }
a { background-color: rgb(186,56,153); }
div.DivClassName
{
background-color: #BA3899;
}
.BgClassName
{
background-color: #BA3899;
}
</style>
border-color css
<style>
span { border-color: #BA3899; }
span { border-color: rgb(186,56,153); }
td.TdClassName
{
border-color: #BA3899;
}
.TagClassName
{
border-color: #BA3899;
}
</style>