Shades of Deep Magenta #BF0DB9
Tints of Deep Magenta #BF0DB9
RGB
CMYK
RGB Variations
Color information
#BF0DB9 (or 0xBF0DB9) is known color: Deep Magenta. HEX triplet: BF, 0D and B9. RGB value is (191,13,185). Sum of RGB (Red+Green+Blue) = 191+13+185=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DB9 is #40F246. Grayscale: #555555. Windows color (decimal): -4256327 or 12127679. OLE color: 12127679.
HSL color Cylindrical-coordinate representation of color #BF0DB9: hue angle of 302.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DB9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 185 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.25 |
| HSL | 302.02º | 0.87% | 0.4% | - |
| HSV(B) | 302.02º | 0.93% | 0.75% | - |
| XYZ | 30.39 | 14.87 | 47.17 | - |
| YUV | 85.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 185 | 0 | 0.93 | 0.03 | 0.25 | 302.02 | 0.87 | 0.4 |
| Hex | BF | D | B9 | 0 | 5D | 3 | 19 | 12E | 57 | 28 |
| Octal | 277 | 15 | 271 | 0 | 135 | 3 | 31 | 456 | 127 | 50 |
| Binary | 10111111 | 1101 | 10111001 | 0 | 1011101 | 11 | 11001 | 100101110 | 1010111 | 101000 |
Color Harmonies of #BF0DB9
Complementary color
Monochromatic Colors of #BF0DB9
Black with #BF0DB9
Text Example
Text Example
White with #BF0DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DB9; }
p { color: rgb(191,13,185); }
H1.HeaderClassName
{
color: #BF0DB9;
}
.AnyTagClassName
{
color: #BF0DB9;
}
</style>
background-color css
<style>
a { background-color: #BF0DB9; }
a { background-color: rgb(191,13,185); }
div.DivClassName
{
background-color: #BF0DB9;
}
.BgClassName
{
background-color: #BF0DB9;
}
</style>
border-color css
<style>
span { border-color: #BF0DB9; }
span { border-color: rgb(191,13,185); }
td.TdClassName
{
border-color: #BF0DB9;
}
.TagClassName
{
border-color: #BF0DB9;
}
</style>