Shades of Medium Red Violet #BA23A4
Tints of Medium Red Violet #BA23A4
RGB
CMYK
RGB Variations
Color information
#BA23A4 (or 0xBA23A4) is known color: Medium Red Violet. HEX triplet: BA, 23 and A4. RGB value is (186,35,164). Sum of RGB (Red+Green+Blue) = 186+35+164=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23A4 is #45DC5B. Grayscale: #5E5E5E. Windows color (decimal): -4578396 or 10757050. OLE color: 10757050.
HSL color Cylindrical-coordinate representation of color #BA23A4: hue angle of 308.74º 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 #BA23A4 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 164 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.27 |
| HSL | 308.74º | 0.68% | 0.43% | - |
| HSV(B) | 308.74º | 0.81% | 0.73% | - |
| XYZ | 27.55 | 14.32 | 36.43 | - |
| YUV | 94.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 164 | 0 | 0.81 | 0.12 | 0.27 | 308.74 | 0.68 | 0.43 |
| Hex | BA | 23 | A4 | 0 | 51 | C | 1B | 135 | 44 | 2B |
| Octal | 272 | 43 | 244 | 0 | 121 | 14 | 33 | 465 | 104 | 53 |
| Binary | 10111010 | 100011 | 10100100 | 0 | 1010001 | 1100 | 11011 | 100110101 | 1000100 | 101011 |
Color Harmonies of #BA23A4
Complementary color
Monochromatic Colors of #BA23A4
Black with #BA23A4
Text Example
Text Example
White with #BA23A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23A4; }
p { color: rgb(186,35,164); }
H1.HeaderClassName
{
color: #BA23A4;
}
.AnyTagClassName
{
color: #BA23A4;
}
</style>
background-color css
<style>
a { background-color: #BA23A4; }
a { background-color: rgb(186,35,164); }
div.DivClassName
{
background-color: #BA23A4;
}
.BgClassName
{
background-color: #BA23A4;
}
</style>
border-color css
<style>
span { border-color: #BA23A4; }
span { border-color: rgb(186,35,164); }
td.TdClassName
{
border-color: #BA23A4;
}
.TagClassName
{
border-color: #BA23A4;
}
</style>