Shades of Deep Magenta #BF00D8
Tints of Deep Magenta #BF00D8
RGB
CMYK
RGB Variations
Color information
#BF00D8 (or 0xBF00D8) is known color: Deep Magenta. HEX triplet: BF, 00 and D8. RGB value is (191,0,216). Sum of RGB (Red+Green+Blue) = 191+0+216=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF00D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00D8 is #40FF27. Grayscale: #515151. Windows color (decimal): -4259624 or 14155967. OLE color: 14155967.
HSL color Cylindrical-coordinate representation of color #BF00D8: hue angle of 293.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00D8 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 0 | 216 | - |
| CMYK | 0.12 | 1 | 0 | 0.15 |
| HSL | 293.06º | 1% | 0.42% | - |
| HSV(B) | 293.06º | 1% | 0.85% | - |
| XYZ | 33.88 | 16.03 | 66.27 | - |
| YUV | 81.73 | 203.78 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 216 | 0.12 | 1 | 0 | 0.15 | 293.06 | 1 | 0.42 |
| Hex | BF | 0 | D8 | C | 64 | 0 | F | 125 | 64 | 2A |
| Octal | 277 | 0 | 330 | 14 | 144 | 0 | 17 | 445 | 144 | 52 |
| Binary | 10111111 | 0 | 11011000 | 1100 | 1100100 | 0 | 1111 | 100100101 | 1100100 | 101010 |
Color Harmonies of #BF00D8
Complementary color
Monochromatic Colors of #BF00D8
Black with #BF00D8
Text Example
Text Example
White with #BF00D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00D8; }
p { color: rgb(191,0,216); }
H1.HeaderClassName
{
color: #BF00D8;
}
.AnyTagClassName
{
color: #BF00D8;
}
</style>
background-color css
<style>
a { background-color: #BF00D8; }
a { background-color: rgb(191,0,216); }
div.DivClassName
{
background-color: #BF00D8;
}
.BgClassName
{
background-color: #BF00D8;
}
</style>
border-color css
<style>
span { border-color: #BF00D8; }
span { border-color: rgb(191,0,216); }
td.TdClassName
{
border-color: #BF00D8;
}
.TagClassName
{
border-color: #BF00D8;
}
</style>