Shades of Medium Red Violet #BA3384
Tints of Medium Red Violet #BA3384
RGB
CMYK
RGB Variations
Color information
#BA3384 (or 0xBA3384) is known color: Medium Red Violet. HEX triplet: BA, 33 and 84. RGB value is (186,51,132). Sum of RGB (Red+Green+Blue) = 186+51+132=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3384 is #45CC7B. Grayscale: #646464. Windows color (decimal): -4574332 or 8663994. OLE color: 8663994.
HSL color Cylindrical-coordinate representation of color #BA3384: hue angle of 324º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3384 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 132 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.27 |
| HSL | 324º | 0.57% | 0.46% | - |
| HSV(B) | 324º | 0.73% | 0.73% | - |
| XYZ | 25.6 | 14.47 | 23.27 | - |
| YUV | 100.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 132 | 0 | 0.73 | 0.29 | 0.27 | 324 | 0.57 | 0.46 |
| Hex | BA | 33 | 84 | 0 | 49 | 1D | 1B | 144 | 39 | 2E |
| Octal | 272 | 63 | 204 | 0 | 111 | 35 | 33 | 504 | 71 | 56 |
| Binary | 10111010 | 110011 | 10000100 | 0 | 1001001 | 11101 | 11011 | 101000100 | 111001 | 101110 |
Color Harmonies of #BA3384
Complementary color
Monochromatic Colors of #BA3384
Black with #BA3384
Text Example
Text Example
White with #BA3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3384; }
p { color: rgb(186,51,132); }
H1.HeaderClassName
{
color: #BA3384;
}
.AnyTagClassName
{
color: #BA3384;
}
</style>
background-color css
<style>
a { background-color: #BA3384; }
a { background-color: rgb(186,51,132); }
div.DivClassName
{
background-color: #BA3384;
}
.BgClassName
{
background-color: #BA3384;
}
</style>
border-color css
<style>
span { border-color: #BA3384; }
span { border-color: rgb(186,51,132); }
td.TdClassName
{
border-color: #BA3384;
}
.TagClassName
{
border-color: #BA3384;
}
</style>