Shades of Medium Red Violet #BA3F9A
Tints of Medium Red Violet #BA3F9A
RGB
CMYK
RGB Variations
Color information
#BA3F9A (or 0xBA3F9A) is known color: Medium Red Violet. HEX triplet: BA, 3F and 9A. RGB value is (186,63,154). Sum of RGB (Red+Green+Blue) = 186+63+154=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F9A is #45C065. Grayscale: #6D6D6D. Windows color (decimal): -4571238 or 10108858. OLE color: 10108858.
HSL color Cylindrical-coordinate representation of color #BA3F9A: hue angle of 315.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F9A is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 154 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.27 |
| HSL | 315.61º | 0.49% | 0.49% | - |
| HSV(B) | 315.61º | 0.66% | 0.73% | - |
| XYZ | 27.86 | 16.33 | 32.25 | - |
| YUV | 110.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 154 | 0 | 0.66 | 0.17 | 0.27 | 315.61 | 0.49 | 0.49 |
| Hex | BA | 3F | 9A | 0 | 42 | 11 | 1B | 13C | 31 | 31 |
| Octal | 272 | 77 | 232 | 0 | 102 | 21 | 33 | 474 | 61 | 61 |
| Binary | 10111010 | 111111 | 10011010 | 0 | 1000010 | 10001 | 11011 | 100111100 | 110001 | 110001 |
Color Harmonies of #BA3F9A
Complementary color
Monochromatic Colors of #BA3F9A
Black with #BA3F9A
Text Example
Text Example
White with #BA3F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F9A; }
p { color: rgb(186,63,154); }
H1.HeaderClassName
{
color: #BA3F9A;
}
.AnyTagClassName
{
color: #BA3F9A;
}
</style>
background-color css
<style>
a { background-color: #BA3F9A; }
a { background-color: rgb(186,63,154); }
div.DivClassName
{
background-color: #BA3F9A;
}
.BgClassName
{
background-color: #BA3F9A;
}
</style>
border-color css
<style>
span { border-color: #BA3F9A; }
span { border-color: rgb(186,63,154); }
td.TdClassName
{
border-color: #BA3F9A;
}
.TagClassName
{
border-color: #BA3F9A;
}
</style>