Shades of Medium Violet Red #BA028F
Tints of Medium Violet Red #BA028F
RGB
CMYK
RGB Variations
Color information
#BA028F (or 0xBA028F) is known color: Medium Violet Red. HEX triplet: BA, 02 and 8F. RGB value is (186,2,143). Sum of RGB (Red+Green+Blue) = 186+2+143=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA028F is #45FD70. Grayscale: #484848. Windows color (decimal): -4586865 or 9372346. OLE color: 9372346.
HSL color Cylindrical-coordinate representation of color #BA028F: hue angle of 314.02º degrees, saturation: 0.98, 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 #BA028F is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.27 |
| HSL | 314.02º | 0.98% | 0.37% | - |
| HSV(B) | 314.02º | 0.99% | 0.73% | - |
| XYZ | 25.23 | 12.47 | 27.06 | - |
| YUV | 73.09 | 167.46 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 143 | 0 | 0.99 | 0.23 | 0.27 | 314.02 | 0.98 | 0.37 |
| Hex | BA | 2 | 8F | 0 | 63 | 17 | 1B | 13A | 62 | 25 |
| Octal | 272 | 2 | 217 | 0 | 143 | 27 | 33 | 472 | 142 | 45 |
| Binary | 10111010 | 10 | 10001111 | 0 | 1100011 | 10111 | 11011 | 100111010 | 1100010 | 100101 |
Color Harmonies of #BA028F
Complementary color
Monochromatic Colors of #BA028F
Black with #BA028F
Text Example
Text Example
White with #BA028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA028F; }
p { color: rgb(186,2,143); }
H1.HeaderClassName
{
color: #BA028F;
}
.AnyTagClassName
{
color: #BA028F;
}
</style>
background-color css
<style>
a { background-color: #BA028F; }
a { background-color: rgb(186,2,143); }
div.DivClassName
{
background-color: #BA028F;
}
.BgClassName
{
background-color: #BA028F;
}
</style>
border-color css
<style>
span { border-color: #BA028F; }
span { border-color: rgb(186,2,143); }
td.TdClassName
{
border-color: #BA028F;
}
.TagClassName
{
border-color: #BA028F;
}
</style>