Shades of Deep Magenta #BF21D0
Tints of Deep Magenta #BF21D0
RGB
CMYK
RGB Variations
Color information
#BF21D0 (or 0xBF21D0) is known color: Deep Magenta. HEX triplet: BF, 21 and D0. RGB value is (191,33,208). Sum of RGB (Red+Green+Blue) = 191+33+208=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF21D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21D0 is #40DE2F. Grayscale: #636363. Windows color (decimal): -4251184 or 13640127. OLE color: 13640127.
HSL color Cylindrical-coordinate representation of color #BF21D0: hue angle of 294.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF21D0 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 33 | 208 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.18 |
| HSL | 294.17º | 0.73% | 0.47% | - |
| HSV(B) | 294.17º | 0.84% | 0.82% | - |
| XYZ | 33.41 | 16.72 | 61.14 | - |
| YUV | 100.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 208 | 0.08 | 0.84 | 0 | 0.18 | 294.17 | 0.73 | 0.47 |
| Hex | BF | 21 | D0 | 8 | 54 | 0 | 12 | 126 | 49 | 2F |
| Octal | 277 | 41 | 320 | 10 | 124 | 0 | 22 | 446 | 111 | 57 |
| Binary | 10111111 | 100001 | 11010000 | 1000 | 1010100 | 0 | 10010 | 100100110 | 1001001 | 101111 |
Color Harmonies of #BF21D0
Complementary color
Monochromatic Colors of #BF21D0
Black with #BF21D0
Text Example
Text Example
White with #BF21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21D0; }
p { color: rgb(191,33,208); }
H1.HeaderClassName
{
color: #BF21D0;
}
.AnyTagClassName
{
color: #BF21D0;
}
</style>
background-color css
<style>
a { background-color: #BF21D0; }
a { background-color: rgb(191,33,208); }
div.DivClassName
{
background-color: #BF21D0;
}
.BgClassName
{
background-color: #BF21D0;
}
</style>
border-color css
<style>
span { border-color: #BF21D0; }
span { border-color: rgb(191,33,208); }
td.TdClassName
{
border-color: #BF21D0;
}
.TagClassName
{
border-color: #BF21D0;
}
</style>