Shades of Deep Magenta #BF20DD
Tints of Deep Magenta #BF20DD
RGB
CMYK
RGB Variations
Color information
#BF20DD (or 0xBF20DD) is known color: Deep Magenta. HEX triplet: BF, 20 and DD. RGB value is (191,32,221). Sum of RGB (Red+Green+Blue) = 191+32+221=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20DD is #40DF22. Grayscale: #646464. Windows color (decimal): -4251427 or 14491839. OLE color: 14491839.
HSL color Cylindrical-coordinate representation of color #BF20DD: hue angle of 290.48º degrees, saturation: 0.75, 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 #BF20DD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 32 | 221 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.13 |
| HSL | 290.48º | 0.75% | 0.5% | - |
| HSV(B) | 290.48º | 0.86% | 0.87% | - |
| XYZ | 35.05 | 17.33 | 69.9 | - |
| YUV | 101.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 221 | 0.14 | 0.86 | 0 | 0.13 | 290.48 | 0.75 | 0.5 |
| Hex | BF | 20 | DD | E | 56 | 0 | D | 122 | 4B | 32 |
| Octal | 277 | 40 | 335 | 16 | 126 | 0 | 15 | 442 | 113 | 62 |
| Binary | 10111111 | 100000 | 11011101 | 1110 | 1010110 | 0 | 1101 | 100100010 | 1001011 | 110010 |
Color Harmonies of #BF20DD
Complementary color
Monochromatic Colors of #BF20DD
Black with #BF20DD
Text Example
Text Example
White with #BF20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20DD; }
p { color: rgb(191,32,221); }
H1.HeaderClassName
{
color: #BF20DD;
}
.AnyTagClassName
{
color: #BF20DD;
}
</style>
background-color css
<style>
a { background-color: #BF20DD; }
a { background-color: rgb(191,32,221); }
div.DivClassName
{
background-color: #BF20DD;
}
.BgClassName
{
background-color: #BF20DD;
}
</style>
border-color css
<style>
span { border-color: #BF20DD; }
span { border-color: rgb(191,32,221); }
td.TdClassName
{
border-color: #BF20DD;
}
.TagClassName
{
border-color: #BF20DD;
}
</style>