Shades of Medium Violet Red #BA038F
Tints of Medium Violet Red #BA038F
RGB
CMYK
RGB Variations
Color information
#BA038F (or 0xBA038F) is known color: Medium Violet Red. HEX triplet: BA, 03 and 8F. RGB value is (186,3,143). Sum of RGB (Red+Green+Blue) = 186+3+143=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA038F is #45FC70. Grayscale: #494949. Windows color (decimal): -4586609 or 9372602. OLE color: 9372602.
HSL color Cylindrical-coordinate representation of color #BA038F: hue angle of 314.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA038F is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 143 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.27 |
| HSL | 314.1º | 0.97% | 0.37% | - |
| HSV(B) | 314.1º | 0.98% | 0.73% | - |
| XYZ | 25.24 | 12.49 | 27.07 | - |
| YUV | 73.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 143 | 0 | 0.98 | 0.23 | 0.27 | 314.1 | 0.97 | 0.37 |
| Hex | BA | 3 | 8F | 0 | 62 | 17 | 1B | 13A | 61 | 25 |
| Octal | 272 | 3 | 217 | 0 | 142 | 27 | 33 | 472 | 141 | 45 |
| Binary | 10111010 | 11 | 10001111 | 0 | 1100010 | 10111 | 11011 | 100111010 | 1100001 | 100101 |
Color Harmonies of #BA038F
Complementary color
Monochromatic Colors of #BA038F
Black with #BA038F
Text Example
Text Example
White with #BA038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA038F; }
p { color: rgb(186,3,143); }
H1.HeaderClassName
{
color: #BA038F;
}
.AnyTagClassName
{
color: #BA038F;
}
</style>
background-color css
<style>
a { background-color: #BA038F; }
a { background-color: rgb(186,3,143); }
div.DivClassName
{
background-color: #BA038F;
}
.BgClassName
{
background-color: #BA038F;
}
</style>
border-color css
<style>
span { border-color: #BA038F; }
span { border-color: rgb(186,3,143); }
td.TdClassName
{
border-color: #BA038F;
}
.TagClassName
{
border-color: #BA038F;
}
</style>