Shades of Deep Magenta #BF00DF
Tints of Deep Magenta #BF00DF
RGB
CMYK
RGB Variations
Color information
#BF00DF (or 0xBF00DF) is known color: Deep Magenta. HEX triplet: BF, 00 and DF. RGB value is (191,0,223). Sum of RGB (Red+Green+Blue) = 191+0+223=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00DF is #40FF20. Grayscale: #515151. Windows color (decimal): -4259617 or 14614719. OLE color: 14614719.
HSL color Cylindrical-coordinate representation of color #BF00DF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00DF is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 0 | 223 | - |
| CMYK | 0.14 | 1 | 0 | 0.13 |
| HSL | 291.39º | 1% | 0.44% | - |
| HSV(B) | 291.39º | 1% | 0.87% | - |
| XYZ | 34.81 | 16.4 | 71.14 | - |
| YUV | 82.53 | 207.28 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 223 | 0.14 | 1 | 0 | 0.13 | 291.39 | 1 | 0.44 |
| Hex | BF | 0 | DF | E | 64 | 0 | D | 123 | 64 | 2C |
| Octal | 277 | 0 | 337 | 16 | 144 | 0 | 15 | 443 | 144 | 54 |
| Binary | 10111111 | 0 | 11011111 | 1110 | 1100100 | 0 | 1101 | 100100011 | 1100100 | 101100 |
Color Harmonies of #BF00DF
Complementary color
Monochromatic Colors of #BF00DF
Black with #BF00DF
Text Example
Text Example
White with #BF00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00DF; }
p { color: rgb(191,0,223); }
H1.HeaderClassName
{
color: #BF00DF;
}
.AnyTagClassName
{
color: #BF00DF;
}
</style>
background-color css
<style>
a { background-color: #BF00DF; }
a { background-color: rgb(191,0,223); }
div.DivClassName
{
background-color: #BF00DF;
}
.BgClassName
{
background-color: #BF00DF;
}
</style>
border-color css
<style>
span { border-color: #BF00DF; }
span { border-color: rgb(191,0,223); }
td.TdClassName
{
border-color: #BF00DF;
}
.TagClassName
{
border-color: #BF00DF;
}
</style>