Shades of Medium Violet Red #BA1583
Tints of Medium Violet Red #BA1583
RGB
CMYK
RGB Variations
Color information
#BA1583 (or 0xBA1583) is known color: Medium Violet Red. HEX triplet: BA, 15 and 83. RGB value is (186,21,131). Sum of RGB (Red+Green+Blue) = 186+21+131=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1583 is #45EA7C. Grayscale: #525252. Windows color (decimal): -4582013 or 8590778. OLE color: 8590778.
HSL color Cylindrical-coordinate representation of color #BA1583: hue angle of 320º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1583 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 131 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.27 |
| HSL | 320º | 0.8% | 0.41% | - |
| HSV(B) | 320º | 0.89% | 0.73% | - |
| XYZ | 24.61 | 12.61 | 22.61 | - |
| YUV | 82.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 131 | 0 | 0.89 | 0.30 | 0.27 | 320 | 0.8 | 0.41 |
| Hex | BA | 15 | 83 | 0 | 59 | 1E | 1B | 140 | 50 | 29 |
| Octal | 272 | 25 | 203 | 0 | 131 | 36 | 33 | 500 | 120 | 51 |
| Binary | 10111010 | 10101 | 10000011 | 0 | 1011001 | 11110 | 11011 | 101000000 | 1010000 | 101001 |
Color Harmonies of #BA1583
Complementary color
Monochromatic Colors of #BA1583
Black with #BA1583
Text Example
Text Example
White with #BA1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1583; }
p { color: rgb(186,21,131); }
H1.HeaderClassName
{
color: #BA1583;
}
.AnyTagClassName
{
color: #BA1583;
}
</style>
background-color css
<style>
a { background-color: #BA1583; }
a { background-color: rgb(186,21,131); }
div.DivClassName
{
background-color: #BA1583;
}
.BgClassName
{
background-color: #BA1583;
}
</style>
border-color css
<style>
span { border-color: #BA1583; }
span { border-color: rgb(186,21,131); }
td.TdClassName
{
border-color: #BA1583;
}
.TagClassName
{
border-color: #BA1583;
}
</style>