Shades of Deep Magenta #BF0FDB
Tints of Deep Magenta #BF0FDB
RGB
CMYK
RGB Variations
Color information
#BF0FDB (or 0xBF0FDB) is known color: Deep Magenta. HEX triplet: BF, 0F and DB. RGB value is (191,15,219). Sum of RGB (Red+Green+Blue) = 191+15+219=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FDB is #40F024. Grayscale: #5A5A5A. Windows color (decimal): -4255781 or 14356415. OLE color: 14356415.
HSL color Cylindrical-coordinate representation of color #BF0FDB: hue angle of 291.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0FDB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 15 | 219 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.14 |
| HSL | 291.76º | 0.87% | 0.46% | - |
| HSV(B) | 291.76º | 0.93% | 0.86% | - |
| XYZ | 34.44 | 16.53 | 68.39 | - |
| YUV | 90.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 219 | 0.13 | 0.93 | 0 | 0.14 | 291.76 | 0.87 | 0.46 |
| Hex | BF | F | DB | D | 5D | 0 | E | 124 | 57 | 2E |
| Octal | 277 | 17 | 333 | 15 | 135 | 0 | 16 | 444 | 127 | 56 |
| Binary | 10111111 | 1111 | 11011011 | 1101 | 1011101 | 0 | 1110 | 100100100 | 1010111 | 101110 |
Color Harmonies of #BF0FDB
Complementary color
Monochromatic Colors of #BF0FDB
Black with #BF0FDB
Text Example
Text Example
White with #BF0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FDB; }
p { color: rgb(191,15,219); }
H1.HeaderClassName
{
color: #BF0FDB;
}
.AnyTagClassName
{
color: #BF0FDB;
}
</style>
background-color css
<style>
a { background-color: #BF0FDB; }
a { background-color: rgb(191,15,219); }
div.DivClassName
{
background-color: #BF0FDB;
}
.BgClassName
{
background-color: #BF0FDB;
}
</style>
border-color css
<style>
span { border-color: #BF0FDB; }
span { border-color: rgb(191,15,219); }
td.TdClassName
{
border-color: #BF0FDB;
}
.TagClassName
{
border-color: #BF0FDB;
}
</style>