Shades of Deep Magenta #BF1ECE
Tints of Deep Magenta #BF1ECE
RGB
CMYK
RGB Variations
Color information
#BF1ECE (or 0xBF1ECE) is known color: Deep Magenta. HEX triplet: BF, 1E and CE. RGB value is (191,30,206). Sum of RGB (Red+Green+Blue) = 191+30+206=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ECE is #40E131. Grayscale: #616161. Windows color (decimal): -4251954 or 13508287. OLE color: 13508287.
HSL color Cylindrical-coordinate representation of color #BF1ECE: hue angle of 294.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1ECE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 30 | 206 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.19 |
| HSL | 294.89º | 0.75% | 0.46% | - |
| HSV(B) | 294.89º | 0.85% | 0.81% | - |
| XYZ | 33.09 | 16.46 | 59.83 | - |
| YUV | 98.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 206 | 0.07 | 0.85 | 0 | 0.19 | 294.89 | 0.75 | 0.46 |
| Hex | BF | 1E | CE | 7 | 55 | 0 | 13 | 127 | 4B | 2E |
| Octal | 277 | 36 | 316 | 7 | 125 | 0 | 23 | 447 | 113 | 56 |
| Binary | 10111111 | 11110 | 11001110 | 111 | 1010101 | 0 | 10011 | 100100111 | 1001011 | 101110 |
Color Harmonies of #BF1ECE
Complementary color
Monochromatic Colors of #BF1ECE
Black with #BF1ECE
Text Example
Text Example
White with #BF1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ECE; }
p { color: rgb(191,30,206); }
H1.HeaderClassName
{
color: #BF1ECE;
}
.AnyTagClassName
{
color: #BF1ECE;
}
</style>
background-color css
<style>
a { background-color: #BF1ECE; }
a { background-color: rgb(191,30,206); }
div.DivClassName
{
background-color: #BF1ECE;
}
.BgClassName
{
background-color: #BF1ECE;
}
</style>
border-color css
<style>
span { border-color: #BF1ECE; }
span { border-color: rgb(191,30,206); }
td.TdClassName
{
border-color: #BF1ECE;
}
.TagClassName
{
border-color: #BF1ECE;
}
</style>