Shades of Medium Red Violet #BA23A1
Tints of Medium Red Violet #BA23A1
RGB
CMYK
RGB Variations
Color information
#BA23A1 (or 0xBA23A1) is known color: Medium Red Violet. HEX triplet: BA, 23 and A1. RGB value is (186,35,161). Sum of RGB (Red+Green+Blue) = 186+35+161=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23A1 is #45DC5E. Grayscale: #5E5E5E. Windows color (decimal): -4578399 or 10560442. OLE color: 10560442.
HSL color Cylindrical-coordinate representation of color #BA23A1: hue angle of 309.93º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA23A1 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 161 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.27 |
| HSL | 309.93º | 0.68% | 0.43% | - |
| HSV(B) | 309.93º | 0.81% | 0.73% | - |
| XYZ | 27.28 | 14.21 | 35.02 | - |
| YUV | 94.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 161 | 0 | 0.81 | 0.13 | 0.27 | 309.93 | 0.68 | 0.43 |
| Hex | BA | 23 | A1 | 0 | 51 | D | 1B | 136 | 44 | 2B |
| Octal | 272 | 43 | 241 | 0 | 121 | 15 | 33 | 466 | 104 | 53 |
| Binary | 10111010 | 100011 | 10100001 | 0 | 1010001 | 1101 | 11011 | 100110110 | 1000100 | 101011 |
Color Harmonies of #BA23A1
Complementary color
Monochromatic Colors of #BA23A1
Black with #BA23A1
Text Example
Text Example
White with #BA23A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23A1; }
p { color: rgb(186,35,161); }
H1.HeaderClassName
{
color: #BA23A1;
}
.AnyTagClassName
{
color: #BA23A1;
}
</style>
background-color css
<style>
a { background-color: #BA23A1; }
a { background-color: rgb(186,35,161); }
div.DivClassName
{
background-color: #BA23A1;
}
.BgClassName
{
background-color: #BA23A1;
}
</style>
border-color css
<style>
span { border-color: #BA23A1; }
span { border-color: rgb(186,35,161); }
td.TdClassName
{
border-color: #BA23A1;
}
.TagClassName
{
border-color: #BA23A1;
}
</style>