Shades of Deep Magenta #BF02D5
Tints of Deep Magenta #BF02D5
RGB
CMYK
RGB Variations
Color information
#BF02D5 (or 0xBF02D5) is known color: Deep Magenta. HEX triplet: BF, 02 and D5. RGB value is (191,2,213). Sum of RGB (Red+Green+Blue) = 191+2+213=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF02D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02D5 is #40FD2A. Grayscale: #515151. Windows color (decimal): -4259115 or 13959871. OLE color: 13959871.
HSL color Cylindrical-coordinate representation of color #BF02D5: hue angle of 293.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02D5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 2 | 213 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.16 |
| HSL | 293.74º | 0.98% | 0.42% | - |
| HSV(B) | 293.74º | 0.99% | 0.84% | - |
| XYZ | 33.52 | 15.92 | 64.26 | - |
| YUV | 82.57 | 201.62 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 213 | 0.10 | 0.99 | 0 | 0.16 | 293.74 | 0.98 | 0.42 |
| Hex | BF | 2 | D5 | A | 63 | 0 | 10 | 126 | 62 | 2A |
| Octal | 277 | 2 | 325 | 12 | 143 | 0 | 20 | 446 | 142 | 52 |
| Binary | 10111111 | 10 | 11010101 | 1010 | 1100011 | 0 | 10000 | 100100110 | 1100010 | 101010 |
Color Harmonies of #BF02D5
Complementary color
Monochromatic Colors of #BF02D5
Black with #BF02D5
Text Example
Text Example
White with #BF02D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02D5; }
p { color: rgb(191,2,213); }
H1.HeaderClassName
{
color: #BF02D5;
}
.AnyTagClassName
{
color: #BF02D5;
}
</style>
background-color css
<style>
a { background-color: #BF02D5; }
a { background-color: rgb(191,2,213); }
div.DivClassName
{
background-color: #BF02D5;
}
.BgClassName
{
background-color: #BF02D5;
}
</style>
border-color css
<style>
span { border-color: #BF02D5; }
span { border-color: rgb(191,2,213); }
td.TdClassName
{
border-color: #BF02D5;
}
.TagClassName
{
border-color: #BF02D5;
}
</style>