Shades of Deep Magenta #BF20DF
Tints of Deep Magenta #BF20DF
RGB
CMYK
RGB Variations
Color information
#BF20DF (or 0xBF20DF) is known color: Deep Magenta. HEX triplet: BF, 20 and DF. RGB value is (191,32,223). Sum of RGB (Red+Green+Blue) = 191+32+223=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20DF is #40DF20. Grayscale: #646464. Windows color (decimal): -4251425 or 14622911. OLE color: 14622911.
HSL color Cylindrical-coordinate representation of color #BF20DF: hue angle of 289.95º 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 #BF20DF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 32 | 223 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.13 |
| HSL | 289.95º | 0.75% | 0.5% | - |
| HSV(B) | 289.95º | 0.86% | 0.87% | - |
| XYZ | 35.32 | 17.44 | 71.32 | - |
| YUV | 101.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 223 | 0.14 | 0.86 | 0 | 0.13 | 289.95 | 0.75 | 0.5 |
| Hex | BF | 20 | DF | E | 56 | 0 | D | 122 | 4B | 32 |
| Octal | 277 | 40 | 337 | 16 | 126 | 0 | 15 | 442 | 113 | 62 |
| Binary | 10111111 | 100000 | 11011111 | 1110 | 1010110 | 0 | 1101 | 100100010 | 1001011 | 110010 |
Color Harmonies of #BF20DF
Complementary color
Monochromatic Colors of #BF20DF
Black with #BF20DF
Text Example
Text Example
White with #BF20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20DF; }
p { color: rgb(191,32,223); }
H1.HeaderClassName
{
color: #BF20DF;
}
.AnyTagClassName
{
color: #BF20DF;
}
</style>
background-color css
<style>
a { background-color: #BF20DF; }
a { background-color: rgb(191,32,223); }
div.DivClassName
{
background-color: #BF20DF;
}
.BgClassName
{
background-color: #BF20DF;
}
</style>
border-color css
<style>
span { border-color: #BF20DF; }
span { border-color: rgb(191,32,223); }
td.TdClassName
{
border-color: #BF20DF;
}
.TagClassName
{
border-color: #BF20DF;
}
</style>