Shades of Deep Magenta #BF21DB
Tints of Deep Magenta #BF21DB
RGB
CMYK
RGB Variations
Color information
#BF21DB (or 0xBF21DB) is known color: Deep Magenta. HEX triplet: BF, 21 and DB. RGB value is (191,33,219). Sum of RGB (Red+Green+Blue) = 191+33+219=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21DB is #40DE24. Grayscale: #646464. Windows color (decimal): -4251173 or 14361023. OLE color: 14361023.
HSL color Cylindrical-coordinate representation of color #BF21DB: hue angle of 290.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF21DB is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 33 | 219 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.14 |
| HSL | 290.97º | 0.74% | 0.49% | - |
| HSV(B) | 290.97º | 0.85% | 0.86% | - |
| XYZ | 34.82 | 17.28 | 68.52 | - |
| YUV | 101.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 219 | 0.13 | 0.85 | 0 | 0.14 | 290.97 | 0.74 | 0.49 |
| Hex | BF | 21 | DB | D | 55 | 0 | E | 123 | 4A | 31 |
| Octal | 277 | 41 | 333 | 15 | 125 | 0 | 16 | 443 | 112 | 61 |
| Binary | 10111111 | 100001 | 11011011 | 1101 | 1010101 | 0 | 1110 | 100100011 | 1001010 | 110001 |
Color Harmonies of #BF21DB
Complementary color
Monochromatic Colors of #BF21DB
Black with #BF21DB
Text Example
Text Example
White with #BF21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21DB; }
p { color: rgb(191,33,219); }
H1.HeaderClassName
{
color: #BF21DB;
}
.AnyTagClassName
{
color: #BF21DB;
}
</style>
background-color css
<style>
a { background-color: #BF21DB; }
a { background-color: rgb(191,33,219); }
div.DivClassName
{
background-color: #BF21DB;
}
.BgClassName
{
background-color: #BF21DB;
}
</style>
border-color css
<style>
span { border-color: #BF21DB; }
span { border-color: rgb(191,33,219); }
td.TdClassName
{
border-color: #BF21DB;
}
.TagClassName
{
border-color: #BF21DB;
}
</style>