Shades of Medium Violet Red #BA017A
Tints of Medium Violet Red #BA017A
RGB
CMYK
RGB Variations
Color information
#BA017A (or 0xBA017A) is known color: Medium Violet Red. HEX triplet: BA, 01 and 7A. RGB value is (186,1,122). Sum of RGB (Red+Green+Blue) = 186+1+122=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017A is #45FE85. Grayscale: #454545. Windows color (decimal): -4587142 or 7995834. OLE color: 7995834.
HSL color Cylindrical-coordinate representation of color #BA017A: hue angle of 320.76º 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 #BA017A is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.27 |
| HSL | 320.76º | 0.99% | 0.37% | - |
| HSV(B) | 320.76º | 0.99% | 0.73% | - |
| XYZ | 23.77 | 11.87 | 19.45 | - |
| YUV | 70.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 122 | 0 | 0.99 | 0.34 | 0.27 | 320.76 | 0.99 | 0.37 |
| Hex | BA | 1 | 7A | 0 | 63 | 22 | 1B | 141 | 63 | 25 |
| Octal | 272 | 1 | 172 | 0 | 143 | 42 | 33 | 501 | 143 | 45 |
| Binary | 10111010 | 1 | 1111010 | 0 | 1100011 | 100010 | 11011 | 101000001 | 1100011 | 100101 |
Color Harmonies of #BA017A
Complementary color
Monochromatic Colors of #BA017A
Black with #BA017A
Text Example
Text Example
White with #BA017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA017A; }
p { color: rgb(186,1,122); }
H1.HeaderClassName
{
color: #BA017A;
}
.AnyTagClassName
{
color: #BA017A;
}
</style>
background-color css
<style>
a { background-color: #BA017A; }
a { background-color: rgb(186,1,122); }
div.DivClassName
{
background-color: #BA017A;
}
.BgClassName
{
background-color: #BA017A;
}
</style>
border-color css
<style>
span { border-color: #BA017A; }
span { border-color: rgb(186,1,122); }
td.TdClassName
{
border-color: #BA017A;
}
.TagClassName
{
border-color: #BA017A;
}
</style>