Shades of Deep Magenta #BF1EC7
Tints of Deep Magenta #BF1EC7
RGB
CMYK
RGB Variations
Color information
#BF1EC7 (or 0xBF1EC7) is known color: Deep Magenta. HEX triplet: BF, 1E and C7. RGB value is (191,30,199). Sum of RGB (Red+Green+Blue) = 191+30+199=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF1EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EC7 is #40E138. Grayscale: #606060. Windows color (decimal): -4251961 or 13049535. OLE color: 13049535.
HSL color Cylindrical-coordinate representation of color #BF1EC7: hue angle of 297.16º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1EC7 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 30 | 199 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.22 |
| HSL | 297.16º | 0.74% | 0.45% | - |
| HSV(B) | 297.16º | 0.85% | 0.78% | - |
| XYZ | 32.26 | 16.13 | 55.45 | - |
| YUV | 97.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 199 | 0.04 | 0.85 | 0 | 0.22 | 297.16 | 0.74 | 0.45 |
| Hex | BF | 1E | C7 | 4 | 55 | 0 | 16 | 129 | 4A | 2D |
| Octal | 277 | 36 | 307 | 4 | 125 | 0 | 26 | 451 | 112 | 55 |
| Binary | 10111111 | 11110 | 11000111 | 100 | 1010101 | 0 | 10110 | 100101001 | 1001010 | 101101 |
Color Harmonies of #BF1EC7
Complementary color
Monochromatic Colors of #BF1EC7
Black with #BF1EC7
Text Example
Text Example
White with #BF1EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EC7; }
p { color: rgb(191,30,199); }
H1.HeaderClassName
{
color: #BF1EC7;
}
.AnyTagClassName
{
color: #BF1EC7;
}
</style>
background-color css
<style>
a { background-color: #BF1EC7; }
a { background-color: rgb(191,30,199); }
div.DivClassName
{
background-color: #BF1EC7;
}
.BgClassName
{
background-color: #BF1EC7;
}
</style>
border-color css
<style>
span { border-color: #BF1EC7; }
span { border-color: rgb(191,30,199); }
td.TdClassName
{
border-color: #BF1EC7;
}
.TagClassName
{
border-color: #BF1EC7;
}
</style>