Shades of Medium Violet Red #BA1183
Tints of Medium Violet Red #BA1183
RGB
CMYK
RGB Variations
Color information
#BA1183 (or 0xBA1183) is known color: Medium Violet Red. HEX triplet: BA, 11 and 83. RGB value is (186,17,131). Sum of RGB (Red+Green+Blue) = 186+17+131=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1183 is #45EE7C. Grayscale: #505050. Windows color (decimal): -4583037 or 8589754. OLE color: 8589754.
HSL color Cylindrical-coordinate representation of color #BA1183: hue angle of 319.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1183 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 131 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.27 |
| HSL | 319.53º | 0.83% | 0.4% | - |
| HSV(B) | 319.53º | 0.91% | 0.73% | - |
| XYZ | 24.55 | 12.48 | 22.59 | - |
| YUV | 80.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 131 | 0 | 0.91 | 0.30 | 0.27 | 319.53 | 0.83 | 0.4 |
| Hex | BA | 11 | 83 | 0 | 5B | 1E | 1B | 140 | 53 | 28 |
| Octal | 272 | 21 | 203 | 0 | 133 | 36 | 33 | 500 | 123 | 50 |
| Binary | 10111010 | 10001 | 10000011 | 0 | 1011011 | 11110 | 11011 | 101000000 | 1010011 | 101000 |
Color Harmonies of #BA1183
Complementary color
Monochromatic Colors of #BA1183
Black with #BA1183
Text Example
Text Example
White with #BA1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1183; }
p { color: rgb(186,17,131); }
H1.HeaderClassName
{
color: #BA1183;
}
.AnyTagClassName
{
color: #BA1183;
}
</style>
background-color css
<style>
a { background-color: #BA1183; }
a { background-color: rgb(186,17,131); }
div.DivClassName
{
background-color: #BA1183;
}
.BgClassName
{
background-color: #BA1183;
}
</style>
border-color css
<style>
span { border-color: #BA1183; }
span { border-color: rgb(186,17,131); }
td.TdClassName
{
border-color: #BA1183;
}
.TagClassName
{
border-color: #BA1183;
}
</style>