Shades of Deep Magenta #BF04DB
Tints of Deep Magenta #BF04DB
RGB
CMYK
RGB Variations
Color information
#BF04DB (or 0xBF04DB) is known color: Deep Magenta. HEX triplet: BF, 04 and DB. RGB value is (191,4,219). Sum of RGB (Red+Green+Blue) = 191+4+219=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04DB is #40FB24. Grayscale: #535353. Windows color (decimal): -4258597 or 14353599. OLE color: 14353599.
HSL color Cylindrical-coordinate representation of color #BF04DB: hue angle of 292.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF04DB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 4 | 219 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.14 |
| HSL | 292.19º | 0.96% | 0.44% | - |
| HSV(B) | 292.19º | 0.98% | 0.86% | - |
| XYZ | 34.32 | 16.28 | 68.35 | - |
| YUV | 84.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 219 | 0.13 | 0.98 | 0 | 0.14 | 292.19 | 0.96 | 0.44 |
| Hex | BF | 4 | DB | D | 62 | 0 | E | 124 | 60 | 2C |
| Octal | 277 | 4 | 333 | 15 | 142 | 0 | 16 | 444 | 140 | 54 |
| Binary | 10111111 | 100 | 11011011 | 1101 | 1100010 | 0 | 1110 | 100100100 | 1100000 | 101100 |
Color Harmonies of #BF04DB
Complementary color
Monochromatic Colors of #BF04DB
Black with #BF04DB
Text Example
Text Example
White with #BF04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04DB; }
p { color: rgb(191,4,219); }
H1.HeaderClassName
{
color: #BF04DB;
}
.AnyTagClassName
{
color: #BF04DB;
}
</style>
background-color css
<style>
a { background-color: #BF04DB; }
a { background-color: rgb(191,4,219); }
div.DivClassName
{
background-color: #BF04DB;
}
.BgClassName
{
background-color: #BF04DB;
}
</style>
border-color css
<style>
span { border-color: #BF04DB; }
span { border-color: rgb(191,4,219); }
td.TdClassName
{
border-color: #BF04DB;
}
.TagClassName
{
border-color: #BF04DB;
}
</style>