Shades of Medium Red Violet #BA3DA4
Tints of Medium Red Violet #BA3DA4
RGB
CMYK
RGB Variations
Color information
#BA3DA4 (or 0xBA3DA4) is known color: Medium Red Violet. HEX triplet: BA, 3D and A4. RGB value is (186,61,164). Sum of RGB (Red+Green+Blue) = 186+61+164=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DA4 is #45C25B. Grayscale: #6D6D6D. Windows color (decimal): -4571740 or 10763706. OLE color: 10763706.
HSL color Cylindrical-coordinate representation of color #BA3DA4: hue angle of 310.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DA4 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 164 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.27 |
| HSL | 310.56º | 0.51% | 0.48% | - |
| HSV(B) | 310.56º | 0.67% | 0.73% | - |
| XYZ | 28.62 | 16.46 | 36.79 | - |
| YUV | 110.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 164 | 0 | 0.67 | 0.12 | 0.27 | 310.56 | 0.51 | 0.48 |
| Hex | BA | 3D | A4 | 0 | 43 | C | 1B | 137 | 33 | 30 |
| Octal | 272 | 75 | 244 | 0 | 103 | 14 | 33 | 467 | 63 | 60 |
| Binary | 10111010 | 111101 | 10100100 | 0 | 1000011 | 1100 | 11011 | 100110111 | 110011 | 110000 |
Color Harmonies of #BA3DA4
Complementary color
Monochromatic Colors of #BA3DA4
Black with #BA3DA4
Text Example
Text Example
White with #BA3DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DA4; }
p { color: rgb(186,61,164); }
H1.HeaderClassName
{
color: #BA3DA4;
}
.AnyTagClassName
{
color: #BA3DA4;
}
</style>
background-color css
<style>
a { background-color: #BA3DA4; }
a { background-color: rgb(186,61,164); }
div.DivClassName
{
background-color: #BA3DA4;
}
.BgClassName
{
background-color: #BA3DA4;
}
</style>
border-color css
<style>
span { border-color: #BA3DA4; }
span { border-color: rgb(186,61,164); }
td.TdClassName
{
border-color: #BA3DA4;
}
.TagClassName
{
border-color: #BA3DA4;
}
</style>