Shades of Deep Magenta #BF07E1
Tints of Deep Magenta #BF07E1
RGB
CMYK
RGB Variations
Color information
#BF07E1 (or 0xBF07E1) is known color: Deep Magenta. HEX triplet: BF, 07 and E1. RGB value is (191,7,225). Sum of RGB (Red+Green+Blue) = 191+7+225=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF07E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF07E1 is #40F81E. Grayscale: #565656. Windows color (decimal): -4257823 or 14747583. OLE color: 14747583.
HSL color Cylindrical-coordinate representation of color #BF07E1: hue angle of 290.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF07E1 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 7 | 225 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.12 |
| HSL | 290.64º | 0.94% | 0.45% | - |
| HSV(B) | 290.64º | 0.97% | 0.88% | - |
| XYZ | 35.15 | 16.66 | 72.6 | - |
| YUV | 86.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 225 | 0.15 | 0.97 | 0 | 0.12 | 290.64 | 0.94 | 0.45 |
| Hex | BF | 7 | E1 | F | 61 | 0 | C | 123 | 5E | 2D |
| Octal | 277 | 7 | 341 | 17 | 141 | 0 | 14 | 443 | 136 | 55 |
| Binary | 10111111 | 111 | 11100001 | 1111 | 1100001 | 0 | 1100 | 100100011 | 1011110 | 101101 |
Color Harmonies of #BF07E1
Complementary color
Monochromatic Colors of #BF07E1
Black with #BF07E1
Text Example
Text Example
White with #BF07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF07E1; }
p { color: rgb(191,7,225); }
H1.HeaderClassName
{
color: #BF07E1;
}
.AnyTagClassName
{
color: #BF07E1;
}
</style>
background-color css
<style>
a { background-color: #BF07E1; }
a { background-color: rgb(191,7,225); }
div.DivClassName
{
background-color: #BF07E1;
}
.BgClassName
{
background-color: #BF07E1;
}
</style>
border-color css
<style>
span { border-color: #BF07E1; }
span { border-color: rgb(191,7,225); }
td.TdClassName
{
border-color: #BF07E1;
}
.TagClassName
{
border-color: #BF07E1;
}
</style>