Shades of Medium Red Violet #BA33A4
Tints of Medium Red Violet #BA33A4
RGB
CMYK
RGB Variations
Color information
#BA33A4 (or 0xBA33A4) is known color: Medium Red Violet. HEX triplet: BA, 33 and A4. RGB value is (186,51,164). Sum of RGB (Red+Green+Blue) = 186+51+164=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33A4 is #45CC5B. Grayscale: #676767. Windows color (decimal): -4574300 or 10761146. OLE color: 10761146.
HSL color Cylindrical-coordinate representation of color #BA33A4: hue angle of 309.78º 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 #BA33A4 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 164 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.27 |
| HSL | 309.78º | 0.57% | 0.46% | - |
| HSV(B) | 309.78º | 0.73% | 0.73% | - |
| XYZ | 28.13 | 15.49 | 36.63 | - |
| YUV | 104.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 164 | 0 | 0.73 | 0.12 | 0.27 | 309.78 | 0.57 | 0.46 |
| Hex | BA | 33 | A4 | 0 | 49 | C | 1B | 136 | 39 | 2E |
| Octal | 272 | 63 | 244 | 0 | 111 | 14 | 33 | 466 | 71 | 56 |
| Binary | 10111010 | 110011 | 10100100 | 0 | 1001001 | 1100 | 11011 | 100110110 | 111001 | 101110 |
Color Harmonies of #BA33A4
Complementary color
Monochromatic Colors of #BA33A4
Black with #BA33A4
Text Example
Text Example
White with #BA33A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33A4; }
p { color: rgb(186,51,164); }
H1.HeaderClassName
{
color: #BA33A4;
}
.AnyTagClassName
{
color: #BA33A4;
}
</style>
background-color css
<style>
a { background-color: #BA33A4; }
a { background-color: rgb(186,51,164); }
div.DivClassName
{
background-color: #BA33A4;
}
.BgClassName
{
background-color: #BA33A4;
}
</style>
border-color css
<style>
span { border-color: #BA33A4; }
span { border-color: rgb(186,51,164); }
td.TdClassName
{
border-color: #BA33A4;
}
.TagClassName
{
border-color: #BA33A4;
}
</style>