Shades of Deep Magenta #BF02D4
Tints of Deep Magenta #BF02D4
RGB
CMYK
RGB Variations
Color information
#BF02D4 (or 0xBF02D4) is known color: Deep Magenta. HEX triplet: BF, 02 and D4. RGB value is (191,2,212). Sum of RGB (Red+Green+Blue) = 191+2+212=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF02D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02D4 is #40FD2B. Grayscale: #515151. Windows color (decimal): -4259116 or 13894335. OLE color: 13894335.
HSL color Cylindrical-coordinate representation of color #BF02D4: hue angle of 294º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02D4 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 2 | 212 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.17 |
| HSL | 294º | 0.98% | 0.42% | - |
| HSV(B) | 294º | 0.99% | 0.83% | - |
| XYZ | 33.39 | 15.87 | 63.59 | - |
| YUV | 82.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 212 | 0.10 | 0.99 | 0 | 0.17 | 294 | 0.98 | 0.42 |
| Hex | BF | 2 | D4 | A | 63 | 0 | 11 | 126 | 62 | 2A |
| Octal | 277 | 2 | 324 | 12 | 143 | 0 | 21 | 446 | 142 | 52 |
| Binary | 10111111 | 10 | 11010100 | 1010 | 1100011 | 0 | 10001 | 100100110 | 1100010 | 101010 |
Color Harmonies of #BF02D4
Complementary color
Monochromatic Colors of #BF02D4
Black with #BF02D4
Text Example
Text Example
White with #BF02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02D4; }
p { color: rgb(191,2,212); }
H1.HeaderClassName
{
color: #BF02D4;
}
.AnyTagClassName
{
color: #BF02D4;
}
</style>
background-color css
<style>
a { background-color: #BF02D4; }
a { background-color: rgb(191,2,212); }
div.DivClassName
{
background-color: #BF02D4;
}
.BgClassName
{
background-color: #BF02D4;
}
</style>
border-color css
<style>
span { border-color: #BF02D4; }
span { border-color: rgb(191,2,212); }
td.TdClassName
{
border-color: #BF02D4;
}
.TagClassName
{
border-color: #BF02D4;
}
</style>