Shades of Medium Violet Red #BA0182
Tints of Medium Violet Red #BA0182
RGB
CMYK
RGB Variations
Color information
#BA0182 (or 0xBA0182) is known color: Medium Violet Red. HEX triplet: BA, 01 and 82. RGB value is (186,1,130). Sum of RGB (Red+Green+Blue) = 186+1+130=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0182 is #45FE7D. Grayscale: #464646. Windows color (decimal): -4587134 or 8520122. OLE color: 8520122.
HSL color Cylindrical-coordinate representation of color #BA0182: hue angle of 318.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0182 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.27 |
| HSL | 318.16º | 0.99% | 0.37% | - |
| HSV(B) | 318.16º | 0.99% | 0.73% | - |
| XYZ | 24.29 | 12.07 | 22.17 | - |
| YUV | 71.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 130 | 0 | 0.99 | 0.30 | 0.27 | 318.16 | 0.99 | 0.37 |
| Hex | BA | 1 | 82 | 0 | 63 | 1E | 1B | 13E | 63 | 25 |
| Octal | 272 | 1 | 202 | 0 | 143 | 36 | 33 | 476 | 143 | 45 |
| Binary | 10111010 | 1 | 10000010 | 0 | 1100011 | 11110 | 11011 | 100111110 | 1100011 | 100101 |
Color Harmonies of #BA0182
Complementary color
Monochromatic Colors of #BA0182
Black with #BA0182
Text Example
Text Example
White with #BA0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0182; }
p { color: rgb(186,1,130); }
H1.HeaderClassName
{
color: #BA0182;
}
.AnyTagClassName
{
color: #BA0182;
}
</style>
background-color css
<style>
a { background-color: #BA0182; }
a { background-color: rgb(186,1,130); }
div.DivClassName
{
background-color: #BA0182;
}
.BgClassName
{
background-color: #BA0182;
}
</style>
border-color css
<style>
span { border-color: #BA0182; }
span { border-color: rgb(186,1,130); }
td.TdClassName
{
border-color: #BA0182;
}
.TagClassName
{
border-color: #BA0182;
}
</style>