Shades of Deep Magenta #BF21D6
Tints of Deep Magenta #BF21D6
RGB
CMYK
RGB Variations
Color information
#BF21D6 (or 0xBF21D6) is known color: Deep Magenta. HEX triplet: BF, 21 and D6. RGB value is (191,33,214). Sum of RGB (Red+Green+Blue) = 191+33+214=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF21D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21D6 is #40DE29. Grayscale: #646464. Windows color (decimal): -4251178 or 14033343. OLE color: 14033343.
HSL color Cylindrical-coordinate representation of color #BF21D6: hue angle of 292.38º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF21D6 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 33 | 214 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.16 |
| HSL | 292.38º | 0.73% | 0.48% | - |
| HSV(B) | 292.38º | 0.85% | 0.84% | - |
| XYZ | 34.17 | 17.02 | 65.1 | - |
| YUV | 100.88 | 191.85 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 214 | 0.11 | 0.85 | 0 | 0.16 | 292.38 | 0.73 | 0.48 |
| Hex | BF | 21 | D6 | B | 55 | 0 | 10 | 124 | 49 | 30 |
| Octal | 277 | 41 | 326 | 13 | 125 | 0 | 20 | 444 | 111 | 60 |
| Binary | 10111111 | 100001 | 11010110 | 1011 | 1010101 | 0 | 10000 | 100100100 | 1001001 | 110000 |
Color Harmonies of #BF21D6
Complementary color
Monochromatic Colors of #BF21D6
Black with #BF21D6
Text Example
Text Example
White with #BF21D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21D6; }
p { color: rgb(191,33,214); }
H1.HeaderClassName
{
color: #BF21D6;
}
.AnyTagClassName
{
color: #BF21D6;
}
</style>
background-color css
<style>
a { background-color: #BF21D6; }
a { background-color: rgb(191,33,214); }
div.DivClassName
{
background-color: #BF21D6;
}
.BgClassName
{
background-color: #BF21D6;
}
</style>
border-color css
<style>
span { border-color: #BF21D6; }
span { border-color: rgb(191,33,214); }
td.TdClassName
{
border-color: #BF21D6;
}
.TagClassName
{
border-color: #BF21D6;
}
</style>