Shades of Deep Magenta #BF21DE
Tints of Deep Magenta #BF21DE
RGB
CMYK
RGB Variations
Color information
#BF21DE (or 0xBF21DE) is known color: Deep Magenta. HEX triplet: BF, 21 and DE. RGB value is (191,33,222). Sum of RGB (Red+Green+Blue) = 191+33+222=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF21DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21DE is #40DE21. Grayscale: #656565. Windows color (decimal): -4251170 or 14557631. OLE color: 14557631.
HSL color Cylindrical-coordinate representation of color #BF21DE: hue angle of 290.16º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF21DE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 33 | 222 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.13 |
| HSL | 290.16º | 0.74% | 0.5% | - |
| HSV(B) | 290.16º | 0.85% | 0.87% | - |
| XYZ | 35.21 | 17.44 | 70.62 | - |
| YUV | 101.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 222 | 0.14 | 0.85 | 0 | 0.13 | 290.16 | 0.74 | 0.5 |
| Hex | BF | 21 | DE | E | 55 | 0 | D | 122 | 4A | 32 |
| Octal | 277 | 41 | 336 | 16 | 125 | 0 | 15 | 442 | 112 | 62 |
| Binary | 10111111 | 100001 | 11011110 | 1110 | 1010101 | 0 | 1101 | 100100010 | 1001010 | 110010 |
Color Harmonies of #BF21DE
Complementary color
Monochromatic Colors of #BF21DE
Black with #BF21DE
Text Example
Text Example
White with #BF21DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21DE; }
p { color: rgb(191,33,222); }
H1.HeaderClassName
{
color: #BF21DE;
}
.AnyTagClassName
{
color: #BF21DE;
}
</style>
background-color css
<style>
a { background-color: #BF21DE; }
a { background-color: rgb(191,33,222); }
div.DivClassName
{
background-color: #BF21DE;
}
.BgClassName
{
background-color: #BF21DE;
}
</style>
border-color css
<style>
span { border-color: #BF21DE; }
span { border-color: rgb(191,33,222); }
td.TdClassName
{
border-color: #BF21DE;
}
.TagClassName
{
border-color: #BF21DE;
}
</style>