Shades of Medium Red Violet #BA4284
Tints of Medium Red Violet #BA4284
RGB
CMYK
RGB Variations
Color information
#BA4284 (or 0xBA4284) is known color: Medium Red Violet. HEX triplet: BA, 42 and 84. RGB value is (186,66,132). Sum of RGB (Red+Green+Blue) = 186+66+132=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4284 is #45BD7B. Grayscale: #6D6D6D. Windows color (decimal): -4570492 or 8667834. OLE color: 8667834.
HSL color Cylindrical-coordinate representation of color #BA4284: hue angle of 327º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4284 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 132 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.27 |
| HSL | 327º | 0.48% | 0.49% | - |
| HSV(B) | 327º | 0.65% | 0.73% | - |
| XYZ | 26.36 | 16 | 23.53 | - |
| YUV | 109.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 132 | 0 | 0.65 | 0.29 | 0.27 | 327 | 0.48 | 0.49 |
| Hex | BA | 42 | 84 | 0 | 41 | 1D | 1B | 147 | 30 | 31 |
| Octal | 272 | 102 | 204 | 0 | 101 | 35 | 33 | 507 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10000100 | 0 | 1000001 | 11101 | 11011 | 101000111 | 110000 | 110001 |
Color Harmonies of #BA4284
Complementary color
Monochromatic Colors of #BA4284
Black with #BA4284
Text Example
Text Example
White with #BA4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4284; }
p { color: rgb(186,66,132); }
H1.HeaderClassName
{
color: #BA4284;
}
.AnyTagClassName
{
color: #BA4284;
}
</style>
background-color css
<style>
a { background-color: #BA4284; }
a { background-color: rgb(186,66,132); }
div.DivClassName
{
background-color: #BA4284;
}
.BgClassName
{
background-color: #BA4284;
}
</style>
border-color css
<style>
span { border-color: #BA4284; }
span { border-color: rgb(186,66,132); }
td.TdClassName
{
border-color: #BA4284;
}
.TagClassName
{
border-color: #BA4284;
}
</style>