Shades of Deep Magenta #BF17D9
Tints of Deep Magenta #BF17D9
RGB
CMYK
RGB Variations
Color information
#BF17D9 (or 0xBF17D9) is known color: Deep Magenta. HEX triplet: BF, 17 and D9. RGB value is (191,23,217). Sum of RGB (Red+Green+Blue) = 191+23+217=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF17D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17D9 is #40E826. Grayscale: #5E5E5E. Windows color (decimal): -4253735 or 14227391. OLE color: 14227391.
HSL color Cylindrical-coordinate representation of color #BF17D9: hue angle of 291.96º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17D9 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 23 | 217 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.15 |
| HSL | 291.96º | 0.81% | 0.47% | - |
| HSV(B) | 291.96º | 0.89% | 0.85% | - |
| XYZ | 34.32 | 16.7 | 67.06 | - |
| YUV | 95.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 217 | 0.12 | 0.89 | 0 | 0.15 | 291.96 | 0.81 | 0.47 |
| Hex | BF | 17 | D9 | C | 59 | 0 | F | 124 | 51 | 2F |
| Octal | 277 | 27 | 331 | 14 | 131 | 0 | 17 | 444 | 121 | 57 |
| Binary | 10111111 | 10111 | 11011001 | 1100 | 1011001 | 0 | 1111 | 100100100 | 1010001 | 101111 |
Color Harmonies of #BF17D9
Complementary color
Monochromatic Colors of #BF17D9
Black with #BF17D9
Text Example
Text Example
White with #BF17D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17D9; }
p { color: rgb(191,23,217); }
H1.HeaderClassName
{
color: #BF17D9;
}
.AnyTagClassName
{
color: #BF17D9;
}
</style>
background-color css
<style>
a { background-color: #BF17D9; }
a { background-color: rgb(191,23,217); }
div.DivClassName
{
background-color: #BF17D9;
}
.BgClassName
{
background-color: #BF17D9;
}
</style>
border-color css
<style>
span { border-color: #BF17D9; }
span { border-color: rgb(191,23,217); }
td.TdClassName
{
border-color: #BF17D9;
}
.TagClassName
{
border-color: #BF17D9;
}
</style>