Shades of Medium Violet Red #BA1983
Tints of Medium Violet Red #BA1983
RGB
CMYK
RGB Variations
Color information
#BA1983 (or 0xBA1983) is known color: Medium Violet Red. HEX triplet: BA, 19 and 83. RGB value is (186,25,131). Sum of RGB (Red+Green+Blue) = 186+25+131=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1983 is #45E67C. Grayscale: #545454. Windows color (decimal): -4580989 or 8591802. OLE color: 8591802.
HSL color Cylindrical-coordinate representation of color #BA1983: hue angle of 320.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1983 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 131 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.27 |
| HSL | 320.5º | 0.76% | 0.41% | - |
| HSV(B) | 320.5º | 0.87% | 0.73% | - |
| XYZ | 24.69 | 12.77 | 22.64 | - |
| YUV | 85.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 131 | 0 | 0.87 | 0.30 | 0.27 | 320.5 | 0.76 | 0.41 |
| Hex | BA | 19 | 83 | 0 | 57 | 1E | 1B | 140 | 4C | 29 |
| Octal | 272 | 31 | 203 | 0 | 127 | 36 | 33 | 500 | 114 | 51 |
| Binary | 10111010 | 11001 | 10000011 | 0 | 1010111 | 11110 | 11011 | 101000000 | 1001100 | 101001 |
Color Harmonies of #BA1983
Complementary color
Monochromatic Colors of #BA1983
Black with #BA1983
Text Example
Text Example
White with #BA1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1983; }
p { color: rgb(186,25,131); }
H1.HeaderClassName
{
color: #BA1983;
}
.AnyTagClassName
{
color: #BA1983;
}
</style>
background-color css
<style>
a { background-color: #BA1983; }
a { background-color: rgb(186,25,131); }
div.DivClassName
{
background-color: #BA1983;
}
.BgClassName
{
background-color: #BA1983;
}
</style>
border-color css
<style>
span { border-color: #BA1983; }
span { border-color: rgb(186,25,131); }
td.TdClassName
{
border-color: #BA1983;
}
.TagClassName
{
border-color: #BA1983;
}
</style>