Shades of Medium Violet Red #BA0882
Tints of Medium Violet Red #BA0882
RGB
CMYK
RGB Variations
Color information
#BA0882 (or 0xBA0882) is known color: Medium Violet Red. HEX triplet: BA, 08 and 82. RGB value is (186,8,130). Sum of RGB (Red+Green+Blue) = 186+8+130=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0882 is #45F77D. Grayscale: #4A4A4A. Windows color (decimal): -4585342 or 8521914. OLE color: 8521914.
HSL color Cylindrical-coordinate representation of color #BA0882: hue angle of 318.88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0882 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.27 |
| HSL | 318.88º | 0.92% | 0.38% | - |
| HSV(B) | 318.88º | 0.96% | 0.73% | - |
| XYZ | 24.37 | 12.22 | 22.19 | - |
| YUV | 75.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 130 | 0 | 0.96 | 0.30 | 0.27 | 318.88 | 0.92 | 0.38 |
| Hex | BA | 8 | 82 | 0 | 60 | 1E | 1B | 13F | 5C | 26 |
| Octal | 272 | 10 | 202 | 0 | 140 | 36 | 33 | 477 | 134 | 46 |
| Binary | 10111010 | 1000 | 10000010 | 0 | 1100000 | 11110 | 11011 | 100111111 | 1011100 | 100110 |
Color Harmonies of #BA0882
Complementary color
Monochromatic Colors of #BA0882
Black with #BA0882
Text Example
Text Example
White with #BA0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0882; }
p { color: rgb(186,8,130); }
H1.HeaderClassName
{
color: #BA0882;
}
.AnyTagClassName
{
color: #BA0882;
}
</style>
background-color css
<style>
a { background-color: #BA0882; }
a { background-color: rgb(186,8,130); }
div.DivClassName
{
background-color: #BA0882;
}
.BgClassName
{
background-color: #BA0882;
}
</style>
border-color css
<style>
span { border-color: #BA0882; }
span { border-color: rgb(186,8,130); }
td.TdClassName
{
border-color: #BA0882;
}
.TagClassName
{
border-color: #BA0882;
}
</style>