Shades of Deep Magenta #BF19DB
Tints of Deep Magenta #BF19DB
RGB
CMYK
RGB Variations
Color information
#BF19DB (or 0xBF19DB) is known color: Deep Magenta. HEX triplet: BF, 19 and DB. RGB value is (191,25,219). Sum of RGB (Red+Green+Blue) = 191+25+219=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19DB is #40E624. Grayscale: #606060. Windows color (decimal): -4253221 or 14358975. OLE color: 14358975.
HSL color Cylindrical-coordinate representation of color #BF19DB: hue angle of 291.34º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19DB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 25 | 219 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.14 |
| HSL | 291.34º | 0.8% | 0.48% | - |
| HSV(B) | 291.34º | 0.89% | 0.86% | - |
| XYZ | 34.62 | 16.89 | 68.45 | - |
| YUV | 96.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 219 | 0.13 | 0.89 | 0 | 0.14 | 291.34 | 0.8 | 0.48 |
| Hex | BF | 19 | DB | D | 59 | 0 | E | 123 | 50 | 30 |
| Octal | 277 | 31 | 333 | 15 | 131 | 0 | 16 | 443 | 120 | 60 |
| Binary | 10111111 | 11001 | 11011011 | 1101 | 1011001 | 0 | 1110 | 100100011 | 1010000 | 110000 |
Color Harmonies of #BF19DB
Complementary color
Monochromatic Colors of #BF19DB
Black with #BF19DB
Text Example
Text Example
White with #BF19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19DB; }
p { color: rgb(191,25,219); }
H1.HeaderClassName
{
color: #BF19DB;
}
.AnyTagClassName
{
color: #BF19DB;
}
</style>
background-color css
<style>
a { background-color: #BF19DB; }
a { background-color: rgb(191,25,219); }
div.DivClassName
{
background-color: #BF19DB;
}
.BgClassName
{
background-color: #BF19DB;
}
</style>
border-color css
<style>
span { border-color: #BF19DB; }
span { border-color: rgb(191,25,219); }
td.TdClassName
{
border-color: #BF19DB;
}
.TagClassName
{
border-color: #BF19DB;
}
</style>