Shades of Deep Magenta #BF0DDB
Tints of Deep Magenta #BF0DDB
RGB
CMYK
RGB Variations
Color information
#BF0DDB (or 0xBF0DDB) is known color: Deep Magenta. HEX triplet: BF, 0D and DB. RGB value is (191,13,219). Sum of RGB (Red+Green+Blue) = 191+13+219=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DDB is #40F224. Grayscale: #595959. Windows color (decimal): -4256293 or 14355903. OLE color: 14355903.
HSL color Cylindrical-coordinate representation of color #BF0DDB: hue angle of 291.84º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DDB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 13 | 219 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.14 |
| HSL | 291.84º | 0.89% | 0.45% | - |
| HSV(B) | 291.84º | 0.94% | 0.86% | - |
| XYZ | 34.42 | 16.48 | 68.38 | - |
| YUV | 89.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 219 | 0.13 | 0.94 | 0 | 0.14 | 291.84 | 0.89 | 0.45 |
| Hex | BF | D | DB | D | 5E | 0 | E | 124 | 59 | 2D |
| Octal | 277 | 15 | 333 | 15 | 136 | 0 | 16 | 444 | 131 | 55 |
| Binary | 10111111 | 1101 | 11011011 | 1101 | 1011110 | 0 | 1110 | 100100100 | 1011001 | 101101 |
Color Harmonies of #BF0DDB
Complementary color
Monochromatic Colors of #BF0DDB
Black with #BF0DDB
Text Example
Text Example
White with #BF0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DDB; }
p { color: rgb(191,13,219); }
H1.HeaderClassName
{
color: #BF0DDB;
}
.AnyTagClassName
{
color: #BF0DDB;
}
</style>
background-color css
<style>
a { background-color: #BF0DDB; }
a { background-color: rgb(191,13,219); }
div.DivClassName
{
background-color: #BF0DDB;
}
.BgClassName
{
background-color: #BF0DDB;
}
</style>
border-color css
<style>
span { border-color: #BF0DDB; }
span { border-color: rgb(191,13,219); }
td.TdClassName
{
border-color: #BF0DDB;
}
.TagClassName
{
border-color: #BF0DDB;
}
</style>