Shades of Deep Magenta #BF1FE1
Tints of Deep Magenta #BF1FE1
RGB
CMYK
RGB Variations
Color information
#BF1FE1 (or 0xBF1FE1) is known color: Deep Magenta. HEX triplet: BF, 1F and E1. RGB value is (191,31,225). Sum of RGB (Red+Green+Blue) = 191+31+225=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF1FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FE1 is #40E01E. Grayscale: #646464. Windows color (decimal): -4251679 or 14753727. OLE color: 14753727.
HSL color Cylindrical-coordinate representation of color #BF1FE1: hue angle of 289.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1FE1 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 31 | 225 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.12 |
| HSL | 289.48º | 0.76% | 0.5% | - |
| HSV(B) | 289.48º | 0.86% | 0.88% | - |
| XYZ | 35.57 | 17.49 | 72.74 | - |
| YUV | 100.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 225 | 0.15 | 0.86 | 0 | 0.12 | 289.48 | 0.76 | 0.5 |
| Hex | BF | 1F | E1 | F | 56 | 0 | C | 121 | 4C | 32 |
| Octal | 277 | 37 | 341 | 17 | 126 | 0 | 14 | 441 | 114 | 62 |
| Binary | 10111111 | 11111 | 11100001 | 1111 | 1010110 | 0 | 1100 | 100100001 | 1001100 | 110010 |
Color Harmonies of #BF1FE1
Complementary color
Monochromatic Colors of #BF1FE1
Black with #BF1FE1
Text Example
Text Example
White with #BF1FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FE1; }
p { color: rgb(191,31,225); }
H1.HeaderClassName
{
color: #BF1FE1;
}
.AnyTagClassName
{
color: #BF1FE1;
}
</style>
background-color css
<style>
a { background-color: #BF1FE1; }
a { background-color: rgb(191,31,225); }
div.DivClassName
{
background-color: #BF1FE1;
}
.BgClassName
{
background-color: #BF1FE1;
}
</style>
border-color css
<style>
span { border-color: #BF1FE1; }
span { border-color: rgb(191,31,225); }
td.TdClassName
{
border-color: #BF1FE1;
}
.TagClassName
{
border-color: #BF1FE1;
}
</style>