Shades of Deep Magenta #BA1FD1
Tints of Deep Magenta #BA1FD1
RGB
CMYK
RGB Variations
Color information
#BA1FD1 (or 0xBA1FD1) is known color: Deep Magenta. HEX triplet: BA, 1F and D1. RGB value is (186,31,209). Sum of RGB (Red+Green+Blue) = 186+31+209=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA1FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FD1 is #45E02E. Grayscale: #616161. Windows color (decimal): -4579375 or 13705146. OLE color: 13705146.
HSL color Cylindrical-coordinate representation of color #BA1FD1: hue angle of 292.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1FD1 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 31 | 209 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.18 |
| HSL | 292.25º | 0.74% | 0.47% | - |
| HSV(B) | 292.25º | 0.85% | 0.82% | - |
| XYZ | 32.25 | 16.02 | 61.71 | - |
| YUV | 97.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 209 | 0.11 | 0.85 | 0 | 0.18 | 292.25 | 0.74 | 0.47 |
| Hex | BA | 1F | D1 | B | 55 | 0 | 12 | 124 | 4A | 2F |
| Octal | 272 | 37 | 321 | 13 | 125 | 0 | 22 | 444 | 112 | 57 |
| Binary | 10111010 | 11111 | 11010001 | 1011 | 1010101 | 0 | 10010 | 100100100 | 1001010 | 101111 |
Color Harmonies of #BA1FD1
Complementary color
Monochromatic Colors of #BA1FD1
Black with #BA1FD1
Text Example
Text Example
White with #BA1FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FD1; }
p { color: rgb(186,31,209); }
H1.HeaderClassName
{
color: #BA1FD1;
}
.AnyTagClassName
{
color: #BA1FD1;
}
</style>
background-color css
<style>
a { background-color: #BA1FD1; }
a { background-color: rgb(186,31,209); }
div.DivClassName
{
background-color: #BA1FD1;
}
.BgClassName
{
background-color: #BA1FD1;
}
</style>
border-color css
<style>
span { border-color: #BA1FD1; }
span { border-color: rgb(186,31,209); }
td.TdClassName
{
border-color: #BA1FD1;
}
.TagClassName
{
border-color: #BA1FD1;
}
</style>