Shades of Deep Magenta #BF1EC4
Tints of Deep Magenta #BF1EC4
RGB
CMYK
RGB Variations
Color information
#BF1EC4 (or 0xBF1EC4) is known color: Deep Magenta. HEX triplet: BF, 1E and C4. RGB value is (191,30,196). Sum of RGB (Red+Green+Blue) = 191+30+196=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF1EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EC4 is #40E13B. Grayscale: #606060. Windows color (decimal): -4251964 or 12852927. OLE color: 12852927.
HSL color Cylindrical-coordinate representation of color #BF1EC4: hue angle of 298.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1EC4 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 30 | 196 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.23 |
| HSL | 298.19º | 0.73% | 0.44% | - |
| HSV(B) | 298.19º | 0.85% | 0.77% | - |
| XYZ | 31.91 | 15.99 | 53.63 | - |
| YUV | 97.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 196 | 0.03 | 0.85 | 0 | 0.23 | 298.19 | 0.73 | 0.44 |
| Hex | BF | 1E | C4 | 3 | 55 | 0 | 17 | 12A | 49 | 2C |
| Octal | 277 | 36 | 304 | 3 | 125 | 0 | 27 | 452 | 111 | 54 |
| Binary | 10111111 | 11110 | 11000100 | 11 | 1010101 | 0 | 10111 | 100101010 | 1001001 | 101100 |
Color Harmonies of #BF1EC4
Complementary color
Monochromatic Colors of #BF1EC4
Black with #BF1EC4
Text Example
Text Example
White with #BF1EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EC4; }
p { color: rgb(191,30,196); }
H1.HeaderClassName
{
color: #BF1EC4;
}
.AnyTagClassName
{
color: #BF1EC4;
}
</style>
background-color css
<style>
a { background-color: #BF1EC4; }
a { background-color: rgb(191,30,196); }
div.DivClassName
{
background-color: #BF1EC4;
}
.BgClassName
{
background-color: #BF1EC4;
}
</style>
border-color css
<style>
span { border-color: #BF1EC4; }
span { border-color: rgb(191,30,196); }
td.TdClassName
{
border-color: #BF1EC4;
}
.TagClassName
{
border-color: #BF1EC4;
}
</style>