Shades of Medium Red Violet #BA3484
Tints of Medium Red Violet #BA3484
RGB
CMYK
RGB Variations
Color information
#BA3484 (or 0xBA3484) is known color: Medium Red Violet. HEX triplet: BA, 34 and 84. RGB value is (186,52,132). Sum of RGB (Red+Green+Blue) = 186+52+132=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3484 is #45CB7B. Grayscale: #646464. Windows color (decimal): -4574076 or 8664250. OLE color: 8664250.
HSL color Cylindrical-coordinate representation of color #BA3484: hue angle of 324.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3484 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 132 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.27 |
| HSL | 324.18º | 0.56% | 0.47% | - |
| HSV(B) | 324.18º | 0.72% | 0.73% | - |
| XYZ | 25.64 | 14.56 | 23.29 | - |
| YUV | 101.19 | 145.39 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 132 | 0 | 0.72 | 0.29 | 0.27 | 324.18 | 0.56 | 0.47 |
| Hex | BA | 34 | 84 | 0 | 48 | 1D | 1B | 144 | 38 | 2F |
| Octal | 272 | 64 | 204 | 0 | 110 | 35 | 33 | 504 | 70 | 57 |
| Binary | 10111010 | 110100 | 10000100 | 0 | 1001000 | 11101 | 11011 | 101000100 | 111000 | 101111 |
Color Harmonies of #BA3484
Complementary color
Monochromatic Colors of #BA3484
Black with #BA3484
Text Example
Text Example
White with #BA3484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3484; }
p { color: rgb(186,52,132); }
H1.HeaderClassName
{
color: #BA3484;
}
.AnyTagClassName
{
color: #BA3484;
}
</style>
background-color css
<style>
a { background-color: #BA3484; }
a { background-color: rgb(186,52,132); }
div.DivClassName
{
background-color: #BA3484;
}
.BgClassName
{
background-color: #BA3484;
}
</style>
border-color css
<style>
span { border-color: #BA3484; }
span { border-color: rgb(186,52,132); }
td.TdClassName
{
border-color: #BA3484;
}
.TagClassName
{
border-color: #BA3484;
}
</style>