Shades of Deep Magenta #BF21E0
Tints of Deep Magenta #BF21E0
RGB
CMYK
RGB Variations
Color information
#BF21E0 (or 0xBF21E0) is known color: Deep Magenta. HEX triplet: BF, 21 and E0. RGB value is (191,33,224). Sum of RGB (Red+Green+Blue) = 191+33+224=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21E0 is #40DE1F. Grayscale: #656565. Windows color (decimal): -4251168 or 14688703. OLE color: 14688703.
HSL color Cylindrical-coordinate representation of color #BF21E0: hue angle of 289.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF21E0 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 33 | 224 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.12 |
| HSL | 289.63º | 0.75% | 0.5% | - |
| HSV(B) | 289.63º | 0.85% | 0.88% | - |
| XYZ | 35.48 | 17.55 | 72.04 | - |
| YUV | 102.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 224 | 0.15 | 0.85 | 0 | 0.12 | 289.63 | 0.75 | 0.5 |
| Hex | BF | 21 | E0 | F | 55 | 0 | C | 122 | 4B | 32 |
| Octal | 277 | 41 | 340 | 17 | 125 | 0 | 14 | 442 | 113 | 62 |
| Binary | 10111111 | 100001 | 11100000 | 1111 | 1010101 | 0 | 1100 | 100100010 | 1001011 | 110010 |
Color Harmonies of #BF21E0
Complementary color
Monochromatic Colors of #BF21E0
Black with #BF21E0
Text Example
Text Example
White with #BF21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21E0; }
p { color: rgb(191,33,224); }
H1.HeaderClassName
{
color: #BF21E0;
}
.AnyTagClassName
{
color: #BF21E0;
}
</style>
background-color css
<style>
a { background-color: #BF21E0; }
a { background-color: rgb(191,33,224); }
div.DivClassName
{
background-color: #BF21E0;
}
.BgClassName
{
background-color: #BF21E0;
}
</style>
border-color css
<style>
span { border-color: #BF21E0; }
span { border-color: rgb(191,33,224); }
td.TdClassName
{
border-color: #BF21E0;
}
.TagClassName
{
border-color: #BF21E0;
}
</style>