Shades of Medium Violet Red #BA1082
Tints of Medium Violet Red #BA1082
RGB
CMYK
RGB Variations
Color information
#BA1082 (or 0xBA1082) is known color: Medium Violet Red. HEX triplet: BA, 10 and 82. RGB value is (186,16,130). Sum of RGB (Red+Green+Blue) = 186+16+130=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1082 is #45EF7D. Grayscale: #4F4F4F. Windows color (decimal): -4583294 or 8523962. OLE color: 8523962.
HSL color Cylindrical-coordinate representation of color #BA1082: hue angle of 319.76º 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 #BA1082 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 130 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.27 |
| HSL | 319.76º | 0.84% | 0.4% | - |
| HSV(B) | 319.76º | 0.91% | 0.73% | - |
| XYZ | 24.46 | 12.42 | 22.23 | - |
| YUV | 79.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 130 | 0 | 0.91 | 0.30 | 0.27 | 319.76 | 0.84 | 0.4 |
| Hex | BA | 10 | 82 | 0 | 5B | 1E | 1B | 140 | 54 | 28 |
| Octal | 272 | 20 | 202 | 0 | 133 | 36 | 33 | 500 | 124 | 50 |
| Binary | 10111010 | 10000 | 10000010 | 0 | 1011011 | 11110 | 11011 | 101000000 | 1010100 | 101000 |
Color Harmonies of #BA1082
Complementary color
Monochromatic Colors of #BA1082
Black with #BA1082
Text Example
Text Example
White with #BA1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1082; }
p { color: rgb(186,16,130); }
H1.HeaderClassName
{
color: #BA1082;
}
.AnyTagClassName
{
color: #BA1082;
}
</style>
background-color css
<style>
a { background-color: #BA1082; }
a { background-color: rgb(186,16,130); }
div.DivClassName
{
background-color: #BA1082;
}
.BgClassName
{
background-color: #BA1082;
}
</style>
border-color css
<style>
span { border-color: #BA1082; }
span { border-color: rgb(186,16,130); }
td.TdClassName
{
border-color: #BA1082;
}
.TagClassName
{
border-color: #BA1082;
}
</style>