Shades of Medium Violet Red #BA1285
Tints of Medium Violet Red #BA1285
RGB
CMYK
RGB Variations
Color information
#BA1285 (or 0xBA1285) is known color: Medium Violet Red. HEX triplet: BA, 12 and 85. RGB value is (186,18,133). Sum of RGB (Red+Green+Blue) = 186+18+133=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1285 is #45ED7A. Grayscale: #515151. Windows color (decimal): -4582779 or 8721082. OLE color: 8721082.
HSL color Cylindrical-coordinate representation of color #BA1285: hue angle of 318.93º 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 #BA1285 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 133 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.27 |
| HSL | 318.93º | 0.82% | 0.4% | - |
| HSV(B) | 318.93º | 0.9% | 0.73% | - |
| XYZ | 24.7 | 12.57 | 23.31 | - |
| YUV | 81.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 133 | 0 | 0.90 | 0.28 | 0.27 | 318.93 | 0.82 | 0.4 |
| Hex | BA | 12 | 85 | 0 | 5A | 1C | 1B | 13F | 52 | 28 |
| Octal | 272 | 22 | 205 | 0 | 132 | 34 | 33 | 477 | 122 | 50 |
| Binary | 10111010 | 10010 | 10000101 | 0 | 1011010 | 11100 | 11011 | 100111111 | 1010010 | 101000 |
Color Harmonies of #BA1285
Complementary color
Monochromatic Colors of #BA1285
Black with #BA1285
Text Example
Text Example
White with #BA1285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1285; }
p { color: rgb(186,18,133); }
H1.HeaderClassName
{
color: #BA1285;
}
.AnyTagClassName
{
color: #BA1285;
}
</style>
background-color css
<style>
a { background-color: #BA1285; }
a { background-color: rgb(186,18,133); }
div.DivClassName
{
background-color: #BA1285;
}
.BgClassName
{
background-color: #BA1285;
}
</style>
border-color css
<style>
span { border-color: #BA1285; }
span { border-color: rgb(186,18,133); }
td.TdClassName
{
border-color: #BA1285;
}
.TagClassName
{
border-color: #BA1285;
}
</style>