Shades of Deep Magenta #BA24B0
Tints of Deep Magenta #BA24B0
RGB
CMYK
RGB Variations
Color information
#BA24B0 (or 0xBA24B0) is known color: Deep Magenta. HEX triplet: BA, 24 and B0. RGB value is (186,36,176). Sum of RGB (Red+Green+Blue) = 186+36+176=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24B0 is #45DB4F. Grayscale: #606060. Windows color (decimal): -4578128 or 11543738. OLE color: 11543738.
HSL color Cylindrical-coordinate representation of color #BA24B0: hue angle of 304º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA24B0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 176 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.27 |
| HSL | 304º | 0.68% | 0.44% | - |
| HSV(B) | 304º | 0.81% | 0.73% | - |
| XYZ | 28.72 | 14.84 | 42.42 | - |
| YUV | 96.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 176 | 0 | 0.81 | 0.05 | 0.27 | 304 | 0.68 | 0.44 |
| Hex | BA | 24 | B0 | 0 | 51 | 5 | 1B | 130 | 44 | 2C |
| Octal | 272 | 44 | 260 | 0 | 121 | 5 | 33 | 460 | 104 | 54 |
| Binary | 10111010 | 100100 | 10110000 | 0 | 1010001 | 101 | 11011 | 100110000 | 1000100 | 101100 |
Color Harmonies of #BA24B0
Complementary color
Monochromatic Colors of #BA24B0
Black with #BA24B0
Text Example
Text Example
White with #BA24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24B0; }
p { color: rgb(186,36,176); }
H1.HeaderClassName
{
color: #BA24B0;
}
.AnyTagClassName
{
color: #BA24B0;
}
</style>
background-color css
<style>
a { background-color: #BA24B0; }
a { background-color: rgb(186,36,176); }
div.DivClassName
{
background-color: #BA24B0;
}
.BgClassName
{
background-color: #BA24B0;
}
</style>
border-color css
<style>
span { border-color: #BA24B0; }
span { border-color: rgb(186,36,176); }
td.TdClassName
{
border-color: #BA24B0;
}
.TagClassName
{
border-color: #BA24B0;
}
</style>