Shades of Medium Red Violet #BA33A5
Tints of Medium Red Violet #BA33A5
RGB
CMYK
RGB Variations
Color information
#BA33A5 (or 0xBA33A5) is known color: Medium Red Violet. HEX triplet: BA, 33 and A5. RGB value is (186,51,165). Sum of RGB (Red+Green+Blue) = 186+51+165=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33A5 is #45CC5A. Grayscale: #686868. Windows color (decimal): -4574299 or 10826682. OLE color: 10826682.
HSL color Cylindrical-coordinate representation of color #BA33A5: hue angle of 309.33º 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 #BA33A5 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 165 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.27 |
| HSL | 309.33º | 0.57% | 0.46% | - |
| HSV(B) | 309.33º | 0.73% | 0.73% | - |
| XYZ | 28.23 | 15.52 | 37.11 | - |
| YUV | 104.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 165 | 0 | 0.73 | 0.11 | 0.27 | 309.33 | 0.57 | 0.46 |
| Hex | BA | 33 | A5 | 0 | 49 | B | 1B | 135 | 39 | 2E |
| Octal | 272 | 63 | 245 | 0 | 111 | 13 | 33 | 465 | 71 | 56 |
| Binary | 10111010 | 110011 | 10100101 | 0 | 1001001 | 1011 | 11011 | 100110101 | 111001 | 101110 |
Color Harmonies of #BA33A5
Complementary color
Monochromatic Colors of #BA33A5
Black with #BA33A5
Text Example
Text Example
White with #BA33A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33A5; }
p { color: rgb(186,51,165); }
H1.HeaderClassName
{
color: #BA33A5;
}
.AnyTagClassName
{
color: #BA33A5;
}
</style>
background-color css
<style>
a { background-color: #BA33A5; }
a { background-color: rgb(186,51,165); }
div.DivClassName
{
background-color: #BA33A5;
}
.BgClassName
{
background-color: #BA33A5;
}
</style>
border-color css
<style>
span { border-color: #BA33A5; }
span { border-color: rgb(186,51,165); }
td.TdClassName
{
border-color: #BA33A5;
}
.TagClassName
{
border-color: #BA33A5;
}
</style>