Shades of Deep Magenta #BA1FDF
Tints of Deep Magenta #BA1FDF
RGB
CMYK
RGB Variations
Color information
#BA1FDF (or 0xBA1FDF) is known color: Deep Magenta. HEX triplet: BA, 1F and DF. RGB value is (186,31,223). Sum of RGB (Red+Green+Blue) = 186+31+223=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FDF is #45E020. Grayscale: #626262. Windows color (decimal): -4579361 or 14622650. OLE color: 14622650.
HSL color Cylindrical-coordinate representation of color #BA1FDF: hue angle of 288.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1FDF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 31 | 223 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.13 |
| HSL | 288.44º | 0.76% | 0.5% | - |
| HSV(B) | 288.44º | 0.86% | 0.87% | - |
| XYZ | 34.06 | 16.75 | 71.25 | - |
| YUV | 99.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 223 | 0.17 | 0.86 | 0 | 0.13 | 288.44 | 0.76 | 0.5 |
| Hex | BA | 1F | DF | 11 | 56 | 0 | D | 120 | 4C | 32 |
| Octal | 272 | 37 | 337 | 21 | 126 | 0 | 15 | 440 | 114 | 62 |
| Binary | 10111010 | 11111 | 11011111 | 10001 | 1010110 | 0 | 1101 | 100100000 | 1001100 | 110010 |
Color Harmonies of #BA1FDF
Complementary color
Monochromatic Colors of #BA1FDF
Black with #BA1FDF
Text Example
Text Example
White with #BA1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FDF; }
p { color: rgb(186,31,223); }
H1.HeaderClassName
{
color: #BA1FDF;
}
.AnyTagClassName
{
color: #BA1FDF;
}
</style>
background-color css
<style>
a { background-color: #BA1FDF; }
a { background-color: rgb(186,31,223); }
div.DivClassName
{
background-color: #BA1FDF;
}
.BgClassName
{
background-color: #BA1FDF;
}
</style>
border-color css
<style>
span { border-color: #BA1FDF; }
span { border-color: rgb(186,31,223); }
td.TdClassName
{
border-color: #BA1FDF;
}
.TagClassName
{
border-color: #BA1FDF;
}
</style>