Shades of Deep Magenta #BA1FDD
Tints of Deep Magenta #BA1FDD
RGB
CMYK
RGB Variations
Color information
#BA1FDD (or 0xBA1FDD) is known color: Deep Magenta. HEX triplet: BA, 1F and DD. RGB value is (186,31,221). Sum of RGB (Red+Green+Blue) = 186+31+221=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FDD is #45E022. Grayscale: #626262. Windows color (decimal): -4579363 or 14491578. OLE color: 14491578.
HSL color Cylindrical-coordinate representation of color #BA1FDD: hue angle of 288.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1FDD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 31 | 221 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.13 |
| HSL | 288.95º | 0.75% | 0.49% | - |
| HSV(B) | 288.95º | 0.86% | 0.87% | - |
| XYZ | 33.79 | 16.64 | 69.84 | - |
| YUV | 99.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 221 | 0.16 | 0.86 | 0 | 0.13 | 288.95 | 0.75 | 0.49 |
| Hex | BA | 1F | DD | 10 | 56 | 0 | D | 121 | 4B | 31 |
| Octal | 272 | 37 | 335 | 20 | 126 | 0 | 15 | 441 | 113 | 61 |
| Binary | 10111010 | 11111 | 11011101 | 10000 | 1010110 | 0 | 1101 | 100100001 | 1001011 | 110001 |
Color Harmonies of #BA1FDD
Complementary color
Monochromatic Colors of #BA1FDD
Black with #BA1FDD
Text Example
Text Example
White with #BA1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FDD; }
p { color: rgb(186,31,221); }
H1.HeaderClassName
{
color: #BA1FDD;
}
.AnyTagClassName
{
color: #BA1FDD;
}
</style>
background-color css
<style>
a { background-color: #BA1FDD; }
a { background-color: rgb(186,31,221); }
div.DivClassName
{
background-color: #BA1FDD;
}
.BgClassName
{
background-color: #BA1FDD;
}
</style>
border-color css
<style>
span { border-color: #BA1FDD; }
span { border-color: rgb(186,31,221); }
td.TdClassName
{
border-color: #BA1FDD;
}
.TagClassName
{
border-color: #BA1FDD;
}
</style>