Shades of Deep Magenta #BA24BD
Tints of Deep Magenta #BA24BD
RGB
CMYK
RGB Variations
Color information
#BA24BD (or 0xBA24BD) is known color: Deep Magenta. HEX triplet: BA, 24 and BD. RGB value is (186,36,189). Sum of RGB (Red+Green+Blue) = 186+36+189=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24BD is #45DB42. Grayscale: #616161. Windows color (decimal): -4578115 or 12395706. OLE color: 12395706.
HSL color Cylindrical-coordinate representation of color #BA24BD: hue angle of 298.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA24BD is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 36 | 189 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.26 |
| HSL | 298.82º | 0.68% | 0.44% | - |
| HSV(B) | 298.82º | 0.81% | 0.74% | - |
| XYZ | 30.07 | 15.37 | 49.53 | - |
| YUV | 98.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 189 | 0.02 | 0.81 | 0 | 0.26 | 298.82 | 0.68 | 0.44 |
| Hex | BA | 24 | BD | 2 | 51 | 0 | 1A | 12B | 44 | 2C |
| Octal | 272 | 44 | 275 | 2 | 121 | 0 | 32 | 453 | 104 | 54 |
| Binary | 10111010 | 100100 | 10111101 | 10 | 1010001 | 0 | 11010 | 100101011 | 1000100 | 101100 |
Color Harmonies of #BA24BD
Complementary color
Monochromatic Colors of #BA24BD
Black with #BA24BD
Text Example
Text Example
White with #BA24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24BD; }
p { color: rgb(186,36,189); }
H1.HeaderClassName
{
color: #BA24BD;
}
.AnyTagClassName
{
color: #BA24BD;
}
</style>
background-color css
<style>
a { background-color: #BA24BD; }
a { background-color: rgb(186,36,189); }
div.DivClassName
{
background-color: #BA24BD;
}
.BgClassName
{
background-color: #BA24BD;
}
</style>
border-color css
<style>
span { border-color: #BA24BD; }
span { border-color: rgb(186,36,189); }
td.TdClassName
{
border-color: #BA24BD;
}
.TagClassName
{
border-color: #BA24BD;
}
</style>