Shades of Deep Magenta #BF1DB9
Tints of Deep Magenta #BF1DB9
RGB
CMYK
RGB Variations
Color information
#BF1DB9 (or 0xBF1DB9) is known color: Deep Magenta. HEX triplet: BF, 1D and B9. RGB value is (191,29,185). Sum of RGB (Red+Green+Blue) = 191+29+185=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DB9 is #40E246. Grayscale: #5E5E5E. Windows color (decimal): -4252231 or 12131775. OLE color: 12131775.
HSL color Cylindrical-coordinate representation of color #BF1DB9: hue angle of 302.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1DB9 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 185 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.25 |
| HSL | 302.22º | 0.74% | 0.43% | - |
| HSV(B) | 302.22º | 0.85% | 0.75% | - |
| XYZ | 30.68 | 15.46 | 47.27 | - |
| YUV | 95.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 185 | 0 | 0.85 | 0.03 | 0.25 | 302.22 | 0.74 | 0.43 |
| Hex | BF | 1D | B9 | 0 | 55 | 3 | 19 | 12E | 4A | 2B |
| Octal | 277 | 35 | 271 | 0 | 125 | 3 | 31 | 456 | 112 | 53 |
| Binary | 10111111 | 11101 | 10111001 | 0 | 1010101 | 11 | 11001 | 100101110 | 1001010 | 101011 |
Color Harmonies of #BF1DB9
Complementary color
Monochromatic Colors of #BF1DB9
Black with #BF1DB9
Text Example
Text Example
White with #BF1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DB9; }
p { color: rgb(191,29,185); }
H1.HeaderClassName
{
color: #BF1DB9;
}
.AnyTagClassName
{
color: #BF1DB9;
}
</style>
background-color css
<style>
a { background-color: #BF1DB9; }
a { background-color: rgb(191,29,185); }
div.DivClassName
{
background-color: #BF1DB9;
}
.BgClassName
{
background-color: #BF1DB9;
}
</style>
border-color css
<style>
span { border-color: #BF1DB9; }
span { border-color: rgb(191,29,185); }
td.TdClassName
{
border-color: #BF1DB9;
}
.TagClassName
{
border-color: #BF1DB9;
}
</style>