Shades of Medium Violet Red #BA017E
Tints of Medium Violet Red #BA017E
RGB
CMYK
RGB Variations
Color information
#BA017E (or 0xBA017E) is known color: Medium Violet Red. HEX triplet: BA, 01 and 7E. RGB value is (186,1,126). Sum of RGB (Red+Green+Blue) = 186+1+126=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017E is #45FE81. Grayscale: #464646. Windows color (decimal): -4587138 or 8257978. OLE color: 8257978.
HSL color Cylindrical-coordinate representation of color #BA017E: hue angle of 319.46º 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 #BA017E is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.27 |
| HSL | 319.46º | 0.99% | 0.37% | - |
| HSV(B) | 319.46º | 0.99% | 0.73% | - |
| XYZ | 24.03 | 11.97 | 20.78 | - |
| YUV | 70.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 126 | 0 | 0.99 | 0.32 | 0.27 | 319.46 | 0.99 | 0.37 |
| Hex | BA | 1 | 7E | 0 | 63 | 20 | 1B | 13F | 63 | 25 |
| Octal | 272 | 1 | 176 | 0 | 143 | 40 | 33 | 477 | 143 | 45 |
| Binary | 10111010 | 1 | 1111110 | 0 | 1100011 | 100000 | 11011 | 100111111 | 1100011 | 100101 |
Color Harmonies of #BA017E
Complementary color
Monochromatic Colors of #BA017E
Black with #BA017E
Text Example
Text Example
White with #BA017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA017E; }
p { color: rgb(186,1,126); }
H1.HeaderClassName
{
color: #BA017E;
}
.AnyTagClassName
{
color: #BA017E;
}
</style>
background-color css
<style>
a { background-color: #BA017E; }
a { background-color: rgb(186,1,126); }
div.DivClassName
{
background-color: #BA017E;
}
.BgClassName
{
background-color: #BA017E;
}
</style>
border-color css
<style>
span { border-color: #BA017E; }
span { border-color: rgb(186,1,126); }
td.TdClassName
{
border-color: #BA017E;
}
.TagClassName
{
border-color: #BA017E;
}
</style>