Shades of Deep Magenta #BF1EB2
Tints of Deep Magenta #BF1EB2
RGB
CMYK
RGB Variations
Color information
#BF1EB2 (or 0xBF1EB2) is known color: Deep Magenta. HEX triplet: BF, 1E and B2. RGB value is (191,30,178). Sum of RGB (Red+Green+Blue) = 191+30+178=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1EB2 is #40E14D. Grayscale: #5E5E5E. Windows color (decimal): -4251982 or 11673279. OLE color: 11673279.
HSL color Cylindrical-coordinate representation of color #BF1EB2: hue angle of 304.84º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1EB2 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 30 | 178 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.25 |
| HSL | 304.84º | 0.73% | 0.43% | - |
| HSV(B) | 304.84º | 0.84% | 0.75% | - |
| XYZ | 29.99 | 15.22 | 43.48 | - |
| YUV | 95.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 178 | 0 | 0.84 | 0.07 | 0.25 | 304.84 | 0.73 | 0.43 |
| Hex | BF | 1E | B2 | 0 | 54 | 7 | 19 | 131 | 49 | 2B |
| Octal | 277 | 36 | 262 | 0 | 124 | 7 | 31 | 461 | 111 | 53 |
| Binary | 10111111 | 11110 | 10110010 | 0 | 1010100 | 111 | 11001 | 100110001 | 1001001 | 101011 |
Color Harmonies of #BF1EB2
Complementary color
Monochromatic Colors of #BF1EB2
Black with #BF1EB2
Text Example
Text Example
White with #BF1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EB2; }
p { color: rgb(191,30,178); }
H1.HeaderClassName
{
color: #BF1EB2;
}
.AnyTagClassName
{
color: #BF1EB2;
}
</style>
background-color css
<style>
a { background-color: #BF1EB2; }
a { background-color: rgb(191,30,178); }
div.DivClassName
{
background-color: #BF1EB2;
}
.BgClassName
{
background-color: #BF1EB2;
}
</style>
border-color css
<style>
span { border-color: #BF1EB2; }
span { border-color: rgb(191,30,178); }
td.TdClassName
{
border-color: #BF1EB2;
}
.TagClassName
{
border-color: #BF1EB2;
}
</style>