Shades of Deep Magenta #BF1EC0
Tints of Deep Magenta #BF1EC0
RGB
CMYK
RGB Variations
Color information
#BF1EC0 (or 0xBF1EC0) is known color: Deep Magenta. HEX triplet: BF, 1E and C0. RGB value is (191,30,192). Sum of RGB (Red+Green+Blue) = 191+30+192=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF1EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EC0 is #40E13F. Grayscale: #606060. Windows color (decimal): -4251968 or 12590783. OLE color: 12590783.
HSL color Cylindrical-coordinate representation of color #BF1EC0: hue angle of 299.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1EC0 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 30 | 192 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.25 |
| HSL | 299.63º | 0.73% | 0.44% | - |
| HSV(B) | 299.63º | 0.84% | 0.75% | - |
| XYZ | 31.46 | 15.81 | 51.26 | - |
| YUV | 96.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 192 | 0.01 | 0.84 | 0 | 0.25 | 299.63 | 0.73 | 0.44 |
| Hex | BF | 1E | C0 | 1 | 54 | 0 | 19 | 12C | 49 | 2C |
| Octal | 277 | 36 | 300 | 1 | 124 | 0 | 31 | 454 | 111 | 54 |
| Binary | 10111111 | 11110 | 11000000 | 1 | 1010100 | 0 | 11001 | 100101100 | 1001001 | 101100 |
Color Harmonies of #BF1EC0
Complementary color
Monochromatic Colors of #BF1EC0
Black with #BF1EC0
Text Example
Text Example
White with #BF1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EC0; }
p { color: rgb(191,30,192); }
H1.HeaderClassName
{
color: #BF1EC0;
}
.AnyTagClassName
{
color: #BF1EC0;
}
</style>
background-color css
<style>
a { background-color: #BF1EC0; }
a { background-color: rgb(191,30,192); }
div.DivClassName
{
background-color: #BF1EC0;
}
.BgClassName
{
background-color: #BF1EC0;
}
</style>
border-color css
<style>
span { border-color: #BF1EC0; }
span { border-color: rgb(191,30,192); }
td.TdClassName
{
border-color: #BF1EC0;
}
.TagClassName
{
border-color: #BF1EC0;
}
</style>