Shades of Deep Magenta #BF00D5
Tints of Deep Magenta #BF00D5
RGB
CMYK
RGB Variations
Color information
#BF00D5 (or 0xBF00D5) is known color: Deep Magenta. HEX triplet: BF, 00 and D5. RGB value is (191,0,213). Sum of RGB (Red+Green+Blue) = 191+0+213=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF00D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00D5 is #40FF2A. Grayscale: #505050. Windows color (decimal): -4259627 or 13959359. OLE color: 13959359.
HSL color Cylindrical-coordinate representation of color #BF00D5: hue angle of 293.8º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00D5 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 0 | 213 | - |
| CMYK | 0.10 | 1 | 0 | 0.16 |
| HSL | 293.8º | 1% | 0.42% | - |
| HSV(B) | 293.8º | 1% | 0.84% | - |
| XYZ | 33.5 | 15.88 | 64.25 | - |
| YUV | 81.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 213 | 0.10 | 1 | 0 | 0.16 | 293.8 | 1 | 0.42 |
| Hex | BF | 0 | D5 | A | 64 | 0 | 10 | 126 | 64 | 2A |
| Octal | 277 | 0 | 325 | 12 | 144 | 0 | 20 | 446 | 144 | 52 |
| Binary | 10111111 | 0 | 11010101 | 1010 | 1100100 | 0 | 10000 | 100100110 | 1100100 | 101010 |
Color Harmonies of #BF00D5
Complementary color
Monochromatic Colors of #BF00D5
Black with #BF00D5
Text Example
Text Example
White with #BF00D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00D5; }
p { color: rgb(191,0,213); }
H1.HeaderClassName
{
color: #BF00D5;
}
.AnyTagClassName
{
color: #BF00D5;
}
</style>
background-color css
<style>
a { background-color: #BF00D5; }
a { background-color: rgb(191,0,213); }
div.DivClassName
{
background-color: #BF00D5;
}
.BgClassName
{
background-color: #BF00D5;
}
</style>
border-color css
<style>
span { border-color: #BF00D5; }
span { border-color: rgb(191,0,213); }
td.TdClassName
{
border-color: #BF00D5;
}
.TagClassName
{
border-color: #BF00D5;
}
</style>