Shades of Deep Magenta #BF04DF
Tints of Deep Magenta #BF04DF
RGB
CMYK
RGB Variations
Color information
#BF04DF (or 0xBF04DF) is known color: Deep Magenta. HEX triplet: BF, 04 and DF. RGB value is (191,4,223). Sum of RGB (Red+Green+Blue) = 191+4+223=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04DF is #40FB20. Grayscale: #545454. Windows color (decimal): -4258593 or 14615743. OLE color: 14615743.
HSL color Cylindrical-coordinate representation of color #BF04DF: hue angle of 291.23º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF04DF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 4 | 223 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.13 |
| HSL | 291.23º | 0.96% | 0.45% | - |
| HSV(B) | 291.23º | 0.98% | 0.87% | - |
| XYZ | 34.85 | 16.49 | 71.16 | - |
| YUV | 84.88 | 205.95 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 223 | 0.14 | 0.98 | 0 | 0.13 | 291.23 | 0.96 | 0.45 |
| Hex | BF | 4 | DF | E | 62 | 0 | D | 123 | 60 | 2D |
| Octal | 277 | 4 | 337 | 16 | 142 | 0 | 15 | 443 | 140 | 55 |
| Binary | 10111111 | 100 | 11011111 | 1110 | 1100010 | 0 | 1101 | 100100011 | 1100000 | 101101 |
Color Harmonies of #BF04DF
Complementary color
Monochromatic Colors of #BF04DF
Black with #BF04DF
Text Example
Text Example
White with #BF04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04DF; }
p { color: rgb(191,4,223); }
H1.HeaderClassName
{
color: #BF04DF;
}
.AnyTagClassName
{
color: #BF04DF;
}
</style>
background-color css
<style>
a { background-color: #BF04DF; }
a { background-color: rgb(191,4,223); }
div.DivClassName
{
background-color: #BF04DF;
}
.BgClassName
{
background-color: #BF04DF;
}
</style>
border-color css
<style>
span { border-color: #BF04DF; }
span { border-color: rgb(191,4,223); }
td.TdClassName
{
border-color: #BF04DF;
}
.TagClassName
{
border-color: #BF04DF;
}
</style>