Shades of Deep Magenta #BF1EDC
Tints of Deep Magenta #BF1EDC
RGB
CMYK
RGB Variations
Color information
#BF1EDC (or 0xBF1EDC) is known color: Deep Magenta. HEX triplet: BF, 1E and DC. RGB value is (191,30,220). Sum of RGB (Red+Green+Blue) = 191+30+220=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EDC is #40E123. Grayscale: #636363. Windows color (decimal): -4251940 or 14425791. OLE color: 14425791.
HSL color Cylindrical-coordinate representation of color #BF1EDC: hue angle of 290.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1EDC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 30 | 220 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.14 |
| HSL | 290.84º | 0.76% | 0.49% | - |
| HSV(B) | 290.84º | 0.86% | 0.86% | - |
| XYZ | 34.87 | 17.17 | 69.19 | - |
| YUV | 99.8 | 195.84 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 220 | 0.13 | 0.86 | 0 | 0.14 | 290.84 | 0.76 | 0.49 |
| Hex | BF | 1E | DC | D | 56 | 0 | E | 123 | 4C | 31 |
| Octal | 277 | 36 | 334 | 15 | 126 | 0 | 16 | 443 | 114 | 61 |
| Binary | 10111111 | 11110 | 11011100 | 1101 | 1010110 | 0 | 1110 | 100100011 | 1001100 | 110001 |
Color Harmonies of #BF1EDC
Complementary color
Monochromatic Colors of #BF1EDC
Black with #BF1EDC
Text Example
Text Example
White with #BF1EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EDC; }
p { color: rgb(191,30,220); }
H1.HeaderClassName
{
color: #BF1EDC;
}
.AnyTagClassName
{
color: #BF1EDC;
}
</style>
background-color css
<style>
a { background-color: #BF1EDC; }
a { background-color: rgb(191,30,220); }
div.DivClassName
{
background-color: #BF1EDC;
}
.BgClassName
{
background-color: #BF1EDC;
}
</style>
border-color css
<style>
span { border-color: #BF1EDC; }
span { border-color: rgb(191,30,220); }
td.TdClassName
{
border-color: #BF1EDC;
}
.TagClassName
{
border-color: #BF1EDC;
}
</style>