Shades of Deep Magenta #BA1FD4
Tints of Deep Magenta #BA1FD4
RGB
CMYK
RGB Variations
Color information
#BA1FD4 (or 0xBA1FD4) is known color: Deep Magenta. HEX triplet: BA, 1F and D4. RGB value is (186,31,212). Sum of RGB (Red+Green+Blue) = 186+31+212=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA1FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FD4 is #45E02B. Grayscale: #616161. Windows color (decimal): -4579372 or 13901754. OLE color: 13901754.
HSL color Cylindrical-coordinate representation of color #BA1FD4: hue angle of 291.38º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1FD4 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 31 | 212 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.17 |
| HSL | 291.38º | 0.74% | 0.48% | - |
| HSV(B) | 291.38º | 0.85% | 0.83% | - |
| XYZ | 32.62 | 16.17 | 63.69 | - |
| YUV | 97.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 212 | 0.12 | 0.85 | 0 | 0.17 | 291.38 | 0.74 | 0.48 |
| Hex | BA | 1F | D4 | C | 55 | 0 | 11 | 123 | 4A | 30 |
| Octal | 272 | 37 | 324 | 14 | 125 | 0 | 21 | 443 | 112 | 60 |
| Binary | 10111010 | 11111 | 11010100 | 1100 | 1010101 | 0 | 10001 | 100100011 | 1001010 | 110000 |
Color Harmonies of #BA1FD4
Complementary color
Monochromatic Colors of #BA1FD4
Black with #BA1FD4
Text Example
Text Example
White with #BA1FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FD4; }
p { color: rgb(186,31,212); }
H1.HeaderClassName
{
color: #BA1FD4;
}
.AnyTagClassName
{
color: #BA1FD4;
}
</style>
background-color css
<style>
a { background-color: #BA1FD4; }
a { background-color: rgb(186,31,212); }
div.DivClassName
{
background-color: #BA1FD4;
}
.BgClassName
{
background-color: #BA1FD4;
}
</style>
border-color css
<style>
span { border-color: #BA1FD4; }
span { border-color: rgb(186,31,212); }
td.TdClassName
{
border-color: #BA1FD4;
}
.TagClassName
{
border-color: #BA1FD4;
}
</style>