Shades of Medium Red Violet #BA318A
Tints of Medium Red Violet #BA318A
RGB
CMYK
RGB Variations
Color information
#BA318A (or 0xBA318A) is known color: Medium Red Violet. HEX triplet: BA, 31 and 8A. RGB value is (186,49,138). Sum of RGB (Red+Green+Blue) = 186+49+138=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA318A is #45CE75. Grayscale: #636363. Windows color (decimal): -4574838 or 9056698. OLE color: 9056698.
HSL color Cylindrical-coordinate representation of color #BA318A: hue angle of 321.02º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA318A is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 138 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.27 |
| HSL | 321.02º | 0.58% | 0.46% | - |
| HSV(B) | 321.02º | 0.74% | 0.73% | - |
| XYZ | 25.94 | 14.47 | 25.47 | - |
| YUV | 100.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 138 | 0 | 0.74 | 0.26 | 0.27 | 321.02 | 0.58 | 0.46 |
| Hex | BA | 31 | 8A | 0 | 4A | 1A | 1B | 141 | 3A | 2E |
| Octal | 272 | 61 | 212 | 0 | 112 | 32 | 33 | 501 | 72 | 56 |
| Binary | 10111010 | 110001 | 10001010 | 0 | 1001010 | 11010 | 11011 | 101000001 | 111010 | 101110 |
Color Harmonies of #BA318A
Complementary color
Monochromatic Colors of #BA318A
Black with #BA318A
Text Example
Text Example
White with #BA318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA318A; }
p { color: rgb(186,49,138); }
H1.HeaderClassName
{
color: #BA318A;
}
.AnyTagClassName
{
color: #BA318A;
}
</style>
background-color css
<style>
a { background-color: #BA318A; }
a { background-color: rgb(186,49,138); }
div.DivClassName
{
background-color: #BA318A;
}
.BgClassName
{
background-color: #BA318A;
}
</style>
border-color css
<style>
span { border-color: #BA318A; }
span { border-color: rgb(186,49,138); }
td.TdClassName
{
border-color: #BA318A;
}
.TagClassName
{
border-color: #BA318A;
}
</style>