Shades of Deep Magenta #BF02CE
Tints of Deep Magenta #BF02CE
RGB
CMYK
RGB Variations
Color information
#BF02CE (or 0xBF02CE) is known color: Deep Magenta. HEX triplet: BF, 02 and CE. RGB value is (191,2,206). Sum of RGB (Red+Green+Blue) = 191+2+206=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02CE is #40FD31. Grayscale: #515151. Windows color (decimal): -4259122 or 13501119. OLE color: 13501119.
HSL color Cylindrical-coordinate representation of color #BF02CE: hue angle of 295.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02CE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 2 | 206 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.19 |
| HSL | 295.59º | 0.98% | 0.41% | - |
| HSV(B) | 295.59º | 0.99% | 0.81% | - |
| XYZ | 32.65 | 15.58 | 59.68 | - |
| YUV | 81.77 | 198.12 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 206 | 0.07 | 0.99 | 0 | 0.19 | 295.59 | 0.98 | 0.41 |
| Hex | BF | 2 | CE | 7 | 63 | 0 | 13 | 128 | 62 | 29 |
| Octal | 277 | 2 | 316 | 7 | 143 | 0 | 23 | 450 | 142 | 51 |
| Binary | 10111111 | 10 | 11001110 | 111 | 1100011 | 0 | 10011 | 100101000 | 1100010 | 101001 |
Color Harmonies of #BF02CE
Complementary color
Monochromatic Colors of #BF02CE
Black with #BF02CE
Text Example
Text Example
White with #BF02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02CE; }
p { color: rgb(191,2,206); }
H1.HeaderClassName
{
color: #BF02CE;
}
.AnyTagClassName
{
color: #BF02CE;
}
</style>
background-color css
<style>
a { background-color: #BF02CE; }
a { background-color: rgb(191,2,206); }
div.DivClassName
{
background-color: #BF02CE;
}
.BgClassName
{
background-color: #BF02CE;
}
</style>
border-color css
<style>
span { border-color: #BF02CE; }
span { border-color: rgb(191,2,206); }
td.TdClassName
{
border-color: #BF02CE;
}
.TagClassName
{
border-color: #BF02CE;
}
</style>