Shades of Deep Magenta #BA24C5
Tints of Deep Magenta #BA24C5
RGB
CMYK
RGB Variations
Color information
#BA24C5 (or 0xBA24C5) is known color: Deep Magenta. HEX triplet: BA, 24 and C5. RGB value is (186,36,197). Sum of RGB (Red+Green+Blue) = 186+36+197=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA24C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24C5 is #45DB3A. Grayscale: #626262. Windows color (decimal): -4578107 or 12919994. OLE color: 12919994.
HSL color Cylindrical-coordinate representation of color #BA24C5: hue angle of 295.9º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA24C5 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 36 | 197 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.23 |
| HSL | 295.9º | 0.69% | 0.46% | - |
| HSV(B) | 295.9º | 0.82% | 0.77% | - |
| XYZ | 30.96 | 15.73 | 54.23 | - |
| YUV | 99.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 197 | 0.06 | 0.82 | 0 | 0.23 | 295.9 | 0.69 | 0.46 |
| Hex | BA | 24 | C5 | 6 | 52 | 0 | 17 | 128 | 45 | 2E |
| Octal | 272 | 44 | 305 | 6 | 122 | 0 | 27 | 450 | 105 | 56 |
| Binary | 10111010 | 100100 | 11000101 | 110 | 1010010 | 0 | 10111 | 100101000 | 1000101 | 101110 |
Color Harmonies of #BA24C5
Complementary color
Monochromatic Colors of #BA24C5
Black with #BA24C5
Text Example
Text Example
White with #BA24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24C5; }
p { color: rgb(186,36,197); }
H1.HeaderClassName
{
color: #BA24C5;
}
.AnyTagClassName
{
color: #BA24C5;
}
</style>
background-color css
<style>
a { background-color: #BA24C5; }
a { background-color: rgb(186,36,197); }
div.DivClassName
{
background-color: #BA24C5;
}
.BgClassName
{
background-color: #BA24C5;
}
</style>
border-color css
<style>
span { border-color: #BA24C5; }
span { border-color: rgb(186,36,197); }
td.TdClassName
{
border-color: #BA24C5;
}
.TagClassName
{
border-color: #BA24C5;
}
</style>