Shades of Deep Magenta #BF1FDB
Tints of Deep Magenta #BF1FDB
RGB
CMYK
RGB Variations
Color information
#BF1FDB (or 0xBF1FDB) is known color: Deep Magenta. HEX triplet: BF, 1F and DB. RGB value is (191,31,219). Sum of RGB (Red+Green+Blue) = 191+31+219=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FDB is #40E024. Grayscale: #636363. Windows color (decimal): -4251685 or 14360511. OLE color: 14360511.
HSL color Cylindrical-coordinate representation of color #BF1FDB: hue angle of 291.06º degrees, saturation: 0.75, 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 #BF1FDB is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 31 | 219 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.14 |
| HSL | 291.06º | 0.75% | 0.49% | - |
| HSV(B) | 291.06º | 0.86% | 0.86% | - |
| XYZ | 34.76 | 17.17 | 68.5 | - |
| YUV | 100.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 219 | 0.13 | 0.86 | 0 | 0.14 | 291.06 | 0.75 | 0.49 |
| Hex | BF | 1F | DB | D | 56 | 0 | E | 123 | 4B | 31 |
| Octal | 277 | 37 | 333 | 15 | 126 | 0 | 16 | 443 | 113 | 61 |
| Binary | 10111111 | 11111 | 11011011 | 1101 | 1010110 | 0 | 1110 | 100100011 | 1001011 | 110001 |
Color Harmonies of #BF1FDB
Complementary color
Monochromatic Colors of #BF1FDB
Black with #BF1FDB
Text Example
Text Example
White with #BF1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FDB; }
p { color: rgb(191,31,219); }
H1.HeaderClassName
{
color: #BF1FDB;
}
.AnyTagClassName
{
color: #BF1FDB;
}
</style>
background-color css
<style>
a { background-color: #BF1FDB; }
a { background-color: rgb(191,31,219); }
div.DivClassName
{
background-color: #BF1FDB;
}
.BgClassName
{
background-color: #BF1FDB;
}
</style>
border-color css
<style>
span { border-color: #BF1FDB; }
span { border-color: rgb(191,31,219); }
td.TdClassName
{
border-color: #BF1FDB;
}
.TagClassName
{
border-color: #BF1FDB;
}
</style>