Shades of Medium Red Violet #BA3FA0
Tints of Medium Red Violet #BA3FA0
RGB
CMYK
RGB Variations
Color information
#BA3FA0 (or 0xBA3FA0) is known color: Medium Red Violet. HEX triplet: BA, 3F and A0. RGB value is (186,63,160). Sum of RGB (Red+Green+Blue) = 186+63+160=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FA0 is #45C05F. Grayscale: #6E6E6E. Windows color (decimal): -4571232 or 10502074. OLE color: 10502074.
HSL color Cylindrical-coordinate representation of color #BA3FA0: hue angle of 312.68º 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 #BA3FA0 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 160 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.27 |
| HSL | 312.68º | 0.49% | 0.49% | - |
| HSV(B) | 312.68º | 0.66% | 0.73% | - |
| XYZ | 28.37 | 16.53 | 34.95 | - |
| YUV | 110.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 160 | 0 | 0.66 | 0.14 | 0.27 | 312.68 | 0.49 | 0.49 |
| Hex | BA | 3F | A0 | 0 | 42 | E | 1B | 139 | 31 | 31 |
| Octal | 272 | 77 | 240 | 0 | 102 | 16 | 33 | 471 | 61 | 61 |
| Binary | 10111010 | 111111 | 10100000 | 0 | 1000010 | 1110 | 11011 | 100111001 | 110001 | 110001 |
Color Harmonies of #BA3FA0
Complementary color
Monochromatic Colors of #BA3FA0
Black with #BA3FA0
Text Example
Text Example
White with #BA3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FA0; }
p { color: rgb(186,63,160); }
H1.HeaderClassName
{
color: #BA3FA0;
}
.AnyTagClassName
{
color: #BA3FA0;
}
</style>
background-color css
<style>
a { background-color: #BA3FA0; }
a { background-color: rgb(186,63,160); }
div.DivClassName
{
background-color: #BA3FA0;
}
.BgClassName
{
background-color: #BA3FA0;
}
</style>
border-color css
<style>
span { border-color: #BA3FA0; }
span { border-color: rgb(186,63,160); }
td.TdClassName
{
border-color: #BA3FA0;
}
.TagClassName
{
border-color: #BA3FA0;
}
</style>