Shades of Medium Violet Red #BA1283
Tints of Medium Violet Red #BA1283
RGB
CMYK
RGB Variations
Color information
#BA1283 (or 0xBA1283) is known color: Medium Violet Red. HEX triplet: BA, 12 and 83. RGB value is (186,18,131). Sum of RGB (Red+Green+Blue) = 186+18+131=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1283 is #45ED7C. Grayscale: #505050. Windows color (decimal): -4582781 or 8590010. OLE color: 8590010.
HSL color Cylindrical-coordinate representation of color #BA1283: hue angle of 319.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1283 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 131 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.27 |
| HSL | 319.64º | 0.82% | 0.4% | - |
| HSV(B) | 319.64º | 0.9% | 0.73% | - |
| XYZ | 24.56 | 12.51 | 22.59 | - |
| YUV | 81.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 131 | 0 | 0.90 | 0.30 | 0.27 | 319.64 | 0.82 | 0.4 |
| Hex | BA | 12 | 83 | 0 | 5A | 1E | 1B | 140 | 52 | 28 |
| Octal | 272 | 22 | 203 | 0 | 132 | 36 | 33 | 500 | 122 | 50 |
| Binary | 10111010 | 10010 | 10000011 | 0 | 1011010 | 11110 | 11011 | 101000000 | 1010010 | 101000 |
Color Harmonies of #BA1283
Complementary color
Monochromatic Colors of #BA1283
Black with #BA1283
Text Example
Text Example
White with #BA1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1283; }
p { color: rgb(186,18,131); }
H1.HeaderClassName
{
color: #BA1283;
}
.AnyTagClassName
{
color: #BA1283;
}
</style>
background-color css
<style>
a { background-color: #BA1283; }
a { background-color: rgb(186,18,131); }
div.DivClassName
{
background-color: #BA1283;
}
.BgClassName
{
background-color: #BA1283;
}
</style>
border-color css
<style>
span { border-color: #BA1283; }
span { border-color: rgb(186,18,131); }
td.TdClassName
{
border-color: #BA1283;
}
.TagClassName
{
border-color: #BA1283;
}
</style>