Shades of Deep Magenta #BA1FD0
Tints of Deep Magenta #BA1FD0
RGB
CMYK
RGB Variations
Color information
#BA1FD0 (or 0xBA1FD0) is known color: Deep Magenta. HEX triplet: BA, 1F and D0. RGB value is (186,31,208). Sum of RGB (Red+Green+Blue) = 186+31+208=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA1FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FD0 is #45E02F. Grayscale: #606060. Windows color (decimal): -4579376 or 13639610. OLE color: 13639610.
HSL color Cylindrical-coordinate representation of color #BA1FD0: hue angle of 292.54º 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 #BA1FD0 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 31 | 208 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.18 |
| HSL | 292.54º | 0.74% | 0.47% | - |
| HSV(B) | 292.54º | 0.85% | 0.82% | - |
| XYZ | 32.12 | 15.97 | 61.06 | - |
| YUV | 97.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 208 | 0.11 | 0.85 | 0 | 0.18 | 292.54 | 0.74 | 0.47 |
| Hex | BA | 1F | D0 | B | 55 | 0 | 12 | 125 | 4A | 2F |
| Octal | 272 | 37 | 320 | 13 | 125 | 0 | 22 | 445 | 112 | 57 |
| Binary | 10111010 | 11111 | 11010000 | 1011 | 1010101 | 0 | 10010 | 100100101 | 1001010 | 101111 |
Color Harmonies of #BA1FD0
Complementary color
Monochromatic Colors of #BA1FD0
Black with #BA1FD0
Text Example
Text Example
White with #BA1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FD0; }
p { color: rgb(186,31,208); }
H1.HeaderClassName
{
color: #BA1FD0;
}
.AnyTagClassName
{
color: #BA1FD0;
}
</style>
background-color css
<style>
a { background-color: #BA1FD0; }
a { background-color: rgb(186,31,208); }
div.DivClassName
{
background-color: #BA1FD0;
}
.BgClassName
{
background-color: #BA1FD0;
}
</style>
border-color css
<style>
span { border-color: #BA1FD0; }
span { border-color: rgb(186,31,208); }
td.TdClassName
{
border-color: #BA1FD0;
}
.TagClassName
{
border-color: #BA1FD0;
}
</style>