Shades of Medium Red Violet #BA33A3
Tints of Medium Red Violet #BA33A3
RGB
CMYK
RGB Variations
Color information
#BA33A3 (or 0xBA33A3) is known color: Medium Red Violet. HEX triplet: BA, 33 and A3. RGB value is (186,51,163). Sum of RGB (Red+Green+Blue) = 186+51+163=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33A3 is #45CC5C. Grayscale: #676767. Windows color (decimal): -4574301 or 10695610. OLE color: 10695610.
HSL color Cylindrical-coordinate representation of color #BA33A3: hue angle of 310.22º 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 #BA33A3 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 163 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.27 |
| HSL | 310.22º | 0.57% | 0.46% | - |
| HSV(B) | 310.22º | 0.73% | 0.73% | - |
| XYZ | 28.04 | 15.45 | 36.15 | - |
| YUV | 104.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 163 | 0 | 0.73 | 0.12 | 0.27 | 310.22 | 0.57 | 0.46 |
| Hex | BA | 33 | A3 | 0 | 49 | C | 1B | 136 | 39 | 2E |
| Octal | 272 | 63 | 243 | 0 | 111 | 14 | 33 | 466 | 71 | 56 |
| Binary | 10111010 | 110011 | 10100011 | 0 | 1001001 | 1100 | 11011 | 100110110 | 111001 | 101110 |
Color Harmonies of #BA33A3
Complementary color
Monochromatic Colors of #BA33A3
Black with #BA33A3
Text Example
Text Example
White with #BA33A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33A3; }
p { color: rgb(186,51,163); }
H1.HeaderClassName
{
color: #BA33A3;
}
.AnyTagClassName
{
color: #BA33A3;
}
</style>
background-color css
<style>
a { background-color: #BA33A3; }
a { background-color: rgb(186,51,163); }
div.DivClassName
{
background-color: #BA33A3;
}
.BgClassName
{
background-color: #BA33A3;
}
</style>
border-color css
<style>
span { border-color: #BA33A3; }
span { border-color: rgb(186,51,163); }
td.TdClassName
{
border-color: #BA33A3;
}
.TagClassName
{
border-color: #BA33A3;
}
</style>