Shades of Deep Magenta #BF17DB
Tints of Deep Magenta #BF17DB
RGB
CMYK
RGB Variations
Color information
#BF17DB (or 0xBF17DB) is known color: Deep Magenta. HEX triplet: BF, 17 and DB. RGB value is (191,23,219). Sum of RGB (Red+Green+Blue) = 191+23+219=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17DB is #40E824. Grayscale: #5E5E5E. Windows color (decimal): -4253733 or 14358463. OLE color: 14358463.
HSL color Cylindrical-coordinate representation of color #BF17DB: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17DB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 23 | 219 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.14 |
| HSL | 291.43º | 0.81% | 0.47% | - |
| HSV(B) | 291.43º | 0.89% | 0.86% | - |
| XYZ | 34.58 | 16.8 | 68.44 | - |
| YUV | 95.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 219 | 0.13 | 0.89 | 0 | 0.14 | 291.43 | 0.81 | 0.47 |
| Hex | BF | 17 | DB | D | 59 | 0 | E | 123 | 51 | 2F |
| Octal | 277 | 27 | 333 | 15 | 131 | 0 | 16 | 443 | 121 | 57 |
| Binary | 10111111 | 10111 | 11011011 | 1101 | 1011001 | 0 | 1110 | 100100011 | 1010001 | 101111 |
Color Harmonies of #BF17DB
Complementary color
Monochromatic Colors of #BF17DB
Black with #BF17DB
Text Example
Text Example
White with #BF17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17DB; }
p { color: rgb(191,23,219); }
H1.HeaderClassName
{
color: #BF17DB;
}
.AnyTagClassName
{
color: #BF17DB;
}
</style>
background-color css
<style>
a { background-color: #BF17DB; }
a { background-color: rgb(191,23,219); }
div.DivClassName
{
background-color: #BF17DB;
}
.BgClassName
{
background-color: #BF17DB;
}
</style>
border-color css
<style>
span { border-color: #BF17DB; }
span { border-color: rgb(191,23,219); }
td.TdClassName
{
border-color: #BF17DB;
}
.TagClassName
{
border-color: #BF17DB;
}
</style>