Shades of Medium Red Violet #BA23A8
Tints of Medium Red Violet #BA23A8
RGB
CMYK
RGB Variations
Color information
#BA23A8 (or 0xBA23A8) is known color: Medium Red Violet. HEX triplet: BA, 23 and A8. RGB value is (186,35,168). Sum of RGB (Red+Green+Blue) = 186+35+168=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23A8 is #45DC57. Grayscale: #5E5E5E. Windows color (decimal): -4578392 or 11019194. OLE color: 11019194.
HSL color Cylindrical-coordinate representation of color #BA23A8: hue angle of 307.15º 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 #BA23A8 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 168 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.27 |
| HSL | 307.15º | 0.68% | 0.43% | - |
| HSV(B) | 307.15º | 0.81% | 0.73% | - |
| XYZ | 27.92 | 14.47 | 38.37 | - |
| YUV | 95.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 168 | 0 | 0.81 | 0.10 | 0.27 | 307.15 | 0.68 | 0.43 |
| Hex | BA | 23 | A8 | 0 | 51 | A | 1B | 133 | 44 | 2B |
| Octal | 272 | 43 | 250 | 0 | 121 | 12 | 33 | 463 | 104 | 53 |
| Binary | 10111010 | 100011 | 10101000 | 0 | 1010001 | 1010 | 11011 | 100110011 | 1000100 | 101011 |
Color Harmonies of #BA23A8
Complementary color
Monochromatic Colors of #BA23A8
Black with #BA23A8
Text Example
Text Example
White with #BA23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23A8; }
p { color: rgb(186,35,168); }
H1.HeaderClassName
{
color: #BA23A8;
}
.AnyTagClassName
{
color: #BA23A8;
}
</style>
background-color css
<style>
a { background-color: #BA23A8; }
a { background-color: rgb(186,35,168); }
div.DivClassName
{
background-color: #BA23A8;
}
.BgClassName
{
background-color: #BA23A8;
}
</style>
border-color css
<style>
span { border-color: #BA23A8; }
span { border-color: rgb(186,35,168); }
td.TdClassName
{
border-color: #BA23A8;
}
.TagClassName
{
border-color: #BA23A8;
}
</style>