Shades of Medium Violet Red #BA1080
Tints of Medium Violet Red #BA1080
RGB
CMYK
RGB Variations
Color information
#BA1080 (or 0xBA1080) is known color: Medium Violet Red. HEX triplet: BA, 10 and 80. RGB value is (186,16,128). Sum of RGB (Red+Green+Blue) = 186+16+128=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1080 is #45EF7F. Grayscale: #4F4F4F. Windows color (decimal): -4583296 or 8392890. OLE color: 8392890.
HSL color Cylindrical-coordinate representation of color #BA1080: hue angle of 320.47º degrees, saturation: 0.84, 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 #BA1080 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 128 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.27 |
| HSL | 320.47º | 0.84% | 0.4% | - |
| HSV(B) | 320.47º | 0.91% | 0.73% | - |
| XYZ | 24.33 | 12.37 | 21.53 | - |
| YUV | 79.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 128 | 0 | 0.91 | 0.31 | 0.27 | 320.47 | 0.84 | 0.4 |
| Hex | BA | 10 | 80 | 0 | 5B | 1F | 1B | 140 | 54 | 28 |
| Octal | 272 | 20 | 200 | 0 | 133 | 37 | 33 | 500 | 124 | 50 |
| Binary | 10111010 | 10000 | 10000000 | 0 | 1011011 | 11111 | 11011 | 101000000 | 1010100 | 101000 |
Color Harmonies of #BA1080
Complementary color
Monochromatic Colors of #BA1080
Black with #BA1080
Text Example
Text Example
White with #BA1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1080; }
p { color: rgb(186,16,128); }
H1.HeaderClassName
{
color: #BA1080;
}
.AnyTagClassName
{
color: #BA1080;
}
</style>
background-color css
<style>
a { background-color: #BA1080; }
a { background-color: rgb(186,16,128); }
div.DivClassName
{
background-color: #BA1080;
}
.BgClassName
{
background-color: #BA1080;
}
</style>
border-color css
<style>
span { border-color: #BA1080; }
span { border-color: rgb(186,16,128); }
td.TdClassName
{
border-color: #BA1080;
}
.TagClassName
{
border-color: #BA1080;
}
</style>