Shades of Deep Magenta #BF02DF
Tints of Deep Magenta #BF02DF
RGB
CMYK
RGB Variations
Color information
#BF02DF (or 0xBF02DF) is known color: Deep Magenta. HEX triplet: BF, 02 and DF. RGB value is (191,2,223). Sum of RGB (Red+Green+Blue) = 191+2+223=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02DF is #40FD20. Grayscale: #535353. Windows color (decimal): -4259105 or 14615231. OLE color: 14615231.
HSL color Cylindrical-coordinate representation of color #BF02DF: hue angle of 291.31º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02DF is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 2 | 223 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.13 |
| HSL | 291.31º | 0.98% | 0.44% | - |
| HSV(B) | 291.31º | 0.99% | 0.87% | - |
| XYZ | 34.83 | 16.45 | 71.15 | - |
| YUV | 83.71 | 206.62 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 223 | 0.14 | 0.99 | 0 | 0.13 | 291.31 | 0.98 | 0.44 |
| Hex | BF | 2 | DF | E | 63 | 0 | D | 123 | 62 | 2C |
| Octal | 277 | 2 | 337 | 16 | 143 | 0 | 15 | 443 | 142 | 54 |
| Binary | 10111111 | 10 | 11011111 | 1110 | 1100011 | 0 | 1101 | 100100011 | 1100010 | 101100 |
Color Harmonies of #BF02DF
Complementary color
Monochromatic Colors of #BF02DF
Black with #BF02DF
Text Example
Text Example
White with #BF02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02DF; }
p { color: rgb(191,2,223); }
H1.HeaderClassName
{
color: #BF02DF;
}
.AnyTagClassName
{
color: #BF02DF;
}
</style>
background-color css
<style>
a { background-color: #BF02DF; }
a { background-color: rgb(191,2,223); }
div.DivClassName
{
background-color: #BF02DF;
}
.BgClassName
{
background-color: #BF02DF;
}
</style>
border-color css
<style>
span { border-color: #BF02DF; }
span { border-color: rgb(191,2,223); }
td.TdClassName
{
border-color: #BF02DF;
}
.TagClassName
{
border-color: #BF02DF;
}
</style>