Shades of Deep Magenta #BF22DF
Tints of Deep Magenta #BF22DF
RGB
CMYK
RGB Variations
Color information
#BF22DF (or 0xBF22DF) is known color: Deep Magenta. HEX triplet: BF, 22 and DF. RGB value is (191,34,223). Sum of RGB (Red+Green+Blue) = 191+34+223=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF22DF is #40DD20. Grayscale: #656565. Windows color (decimal): -4250913 or 14623423. OLE color: 14623423.
HSL color Cylindrical-coordinate representation of color #BF22DF: hue angle of 289.84º degrees, saturation: 0.75, 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 #BF22DF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 34 | 223 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.13 |
| HSL | 289.84º | 0.75% | 0.5% | - |
| HSV(B) | 289.84º | 0.85% | 0.87% | - |
| XYZ | 35.38 | 17.55 | 71.33 | - |
| YUV | 102.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 223 | 0.14 | 0.85 | 0 | 0.13 | 289.84 | 0.75 | 0.5 |
| Hex | BF | 22 | DF | E | 55 | 0 | D | 122 | 4B | 32 |
| Octal | 277 | 42 | 337 | 16 | 125 | 0 | 15 | 442 | 113 | 62 |
| Binary | 10111111 | 100010 | 11011111 | 1110 | 1010101 | 0 | 1101 | 100100010 | 1001011 | 110010 |
Color Harmonies of #BF22DF
Complementary color
Monochromatic Colors of #BF22DF
Black with #BF22DF
Text Example
Text Example
White with #BF22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF22DF; }
p { color: rgb(191,34,223); }
H1.HeaderClassName
{
color: #BF22DF;
}
.AnyTagClassName
{
color: #BF22DF;
}
</style>
background-color css
<style>
a { background-color: #BF22DF; }
a { background-color: rgb(191,34,223); }
div.DivClassName
{
background-color: #BF22DF;
}
.BgClassName
{
background-color: #BF22DF;
}
</style>
border-color css
<style>
span { border-color: #BF22DF; }
span { border-color: rgb(191,34,223); }
td.TdClassName
{
border-color: #BF22DF;
}
.TagClassName
{
border-color: #BF22DF;
}
</style>