Shades of Deep Magenta #BF1EDB
Tints of Deep Magenta #BF1EDB
RGB
CMYK
RGB Variations
Color information
#BF1EDB (or 0xBF1EDB) is known color: Deep Magenta. HEX triplet: BF, 1E and DB. RGB value is (191,30,219). Sum of RGB (Red+Green+Blue) = 191+30+219=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EDB is #40E124. Grayscale: #636363. Windows color (decimal): -4251941 or 14360255. OLE color: 14360255.
HSL color Cylindrical-coordinate representation of color #BF1EDB: hue angle of 291.11º 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 #BF1EDB is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 30 | 219 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.14 |
| HSL | 291.11º | 0.76% | 0.49% | - |
| HSV(B) | 291.11º | 0.86% | 0.86% | - |
| XYZ | 34.74 | 17.12 | 68.49 | - |
| YUV | 99.69 | 195.34 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 219 | 0.13 | 0.86 | 0 | 0.14 | 291.11 | 0.76 | 0.49 |
| Hex | BF | 1E | DB | D | 56 | 0 | E | 123 | 4C | 31 |
| Octal | 277 | 36 | 333 | 15 | 126 | 0 | 16 | 443 | 114 | 61 |
| Binary | 10111111 | 11110 | 11011011 | 1101 | 1010110 | 0 | 1110 | 100100011 | 1001100 | 110001 |
Color Harmonies of #BF1EDB
Complementary color
Monochromatic Colors of #BF1EDB
Black with #BF1EDB
Text Example
Text Example
White with #BF1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1EDB; }
p { color: rgb(191,30,219); }
H1.HeaderClassName
{
color: #BF1EDB;
}
.AnyTagClassName
{
color: #BF1EDB;
}
</style>
background-color css
<style>
a { background-color: #BF1EDB; }
a { background-color: rgb(191,30,219); }
div.DivClassName
{
background-color: #BF1EDB;
}
.BgClassName
{
background-color: #BF1EDB;
}
</style>
border-color css
<style>
span { border-color: #BF1EDB; }
span { border-color: rgb(191,30,219); }
td.TdClassName
{
border-color: #BF1EDB;
}
.TagClassName
{
border-color: #BF1EDB;
}
</style>