Shades of Medium Violet Red #BA1281
Tints of Medium Violet Red #BA1281
RGB
CMYK
RGB Variations
Color information
#BA1281 (or 0xBA1281) is known color: Medium Violet Red. HEX triplet: BA, 12 and 81. RGB value is (186,18,129). Sum of RGB (Red+Green+Blue) = 186+18+129=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1281 is #45ED7E. Grayscale: #505050. Windows color (decimal): -4582783 or 8458938. OLE color: 8458938.
HSL color Cylindrical-coordinate representation of color #BA1281: hue angle of 320.36º 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 #BA1281 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 129 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.27 |
| HSL | 320.36º | 0.82% | 0.4% | - |
| HSV(B) | 320.36º | 0.9% | 0.73% | - |
| XYZ | 24.43 | 12.46 | 21.89 | - |
| YUV | 80.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 129 | 0 | 0.90 | 0.31 | 0.27 | 320.36 | 0.82 | 0.4 |
| Hex | BA | 12 | 81 | 0 | 5A | 1F | 1B | 140 | 52 | 28 |
| Octal | 272 | 22 | 201 | 0 | 132 | 37 | 33 | 500 | 122 | 50 |
| Binary | 10111010 | 10010 | 10000001 | 0 | 1011010 | 11111 | 11011 | 101000000 | 1010010 | 101000 |
Color Harmonies of #BA1281
Complementary color
Monochromatic Colors of #BA1281
Black with #BA1281
Text Example
Text Example
White with #BA1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1281; }
p { color: rgb(186,18,129); }
H1.HeaderClassName
{
color: #BA1281;
}
.AnyTagClassName
{
color: #BA1281;
}
</style>
background-color css
<style>
a { background-color: #BA1281; }
a { background-color: rgb(186,18,129); }
div.DivClassName
{
background-color: #BA1281;
}
.BgClassName
{
background-color: #BA1281;
}
</style>
border-color css
<style>
span { border-color: #BA1281; }
span { border-color: rgb(186,18,129); }
td.TdClassName
{
border-color: #BA1281;
}
.TagClassName
{
border-color: #BA1281;
}
</style>