Shades of Medium Red Violet #BA3284
Tints of Medium Red Violet #BA3284
RGB
CMYK
RGB Variations
Color information
#BA3284 (or 0xBA3284) is known color: Medium Red Violet. HEX triplet: BA, 32 and 84. RGB value is (186,50,132). Sum of RGB (Red+Green+Blue) = 186+50+132=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3284 is #45CD7B. Grayscale: #636363. Windows color (decimal): -4574588 or 8663738. OLE color: 8663738.
HSL color Cylindrical-coordinate representation of color #BA3284: hue angle of 323.82º degrees, saturation: 0.58, 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 #BA3284 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 132 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.27 |
| HSL | 323.82º | 0.58% | 0.46% | - |
| HSV(B) | 323.82º | 0.73% | 0.73% | - |
| XYZ | 25.56 | 14.39 | 23.26 | - |
| YUV | 100.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 132 | 0 | 0.73 | 0.29 | 0.27 | 323.82 | 0.58 | 0.46 |
| Hex | BA | 32 | 84 | 0 | 49 | 1D | 1B | 144 | 3A | 2E |
| Octal | 272 | 62 | 204 | 0 | 111 | 35 | 33 | 504 | 72 | 56 |
| Binary | 10111010 | 110010 | 10000100 | 0 | 1001001 | 11101 | 11011 | 101000100 | 111010 | 101110 |
Color Harmonies of #BA3284
Complementary color
Monochromatic Colors of #BA3284
Black with #BA3284
Text Example
Text Example
White with #BA3284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3284; }
p { color: rgb(186,50,132); }
H1.HeaderClassName
{
color: #BA3284;
}
.AnyTagClassName
{
color: #BA3284;
}
</style>
background-color css
<style>
a { background-color: #BA3284; }
a { background-color: rgb(186,50,132); }
div.DivClassName
{
background-color: #BA3284;
}
.BgClassName
{
background-color: #BA3284;
}
</style>
border-color css
<style>
span { border-color: #BA3284; }
span { border-color: rgb(186,50,132); }
td.TdClassName
{
border-color: #BA3284;
}
.TagClassName
{
border-color: #BA3284;
}
</style>