Shades of Deep Magenta #BF0DB1
Tints of Deep Magenta #BF0DB1
RGB
CMYK
RGB Variations
Color information
#BF0DB1 (or 0xBF0DB1) is known color: Deep Magenta. HEX triplet: BF, 0D and B1. RGB value is (191,13,177). Sum of RGB (Red+Green+Blue) = 191+13+177=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DB1 is #40F24E. Grayscale: #545454. Windows color (decimal): -4256335 or 11603391. OLE color: 11603391.
HSL color Cylindrical-coordinate representation of color #BF0DB1: hue angle of 304.72º 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 #BF0DB1 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 177 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.25 |
| HSL | 304.72º | 0.87% | 0.4% | - |
| HSV(B) | 304.72º | 0.93% | 0.75% | - |
| XYZ | 29.57 | 14.54 | 42.84 | - |
| YUV | 84.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 177 | 0 | 0.93 | 0.07 | 0.25 | 304.72 | 0.87 | 0.4 |
| Hex | BF | D | B1 | 0 | 5D | 7 | 19 | 131 | 57 | 28 |
| Octal | 277 | 15 | 261 | 0 | 135 | 7 | 31 | 461 | 127 | 50 |
| Binary | 10111111 | 1101 | 10110001 | 0 | 1011101 | 111 | 11001 | 100110001 | 1010111 | 101000 |
Color Harmonies of #BF0DB1
Complementary color
Monochromatic Colors of #BF0DB1
Black with #BF0DB1
Text Example
Text Example
White with #BF0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DB1; }
p { color: rgb(191,13,177); }
H1.HeaderClassName
{
color: #BF0DB1;
}
.AnyTagClassName
{
color: #BF0DB1;
}
</style>
background-color css
<style>
a { background-color: #BF0DB1; }
a { background-color: rgb(191,13,177); }
div.DivClassName
{
background-color: #BF0DB1;
}
.BgClassName
{
background-color: #BF0DB1;
}
</style>
border-color css
<style>
span { border-color: #BF0DB1; }
span { border-color: rgb(191,13,177); }
td.TdClassName
{
border-color: #BF0DB1;
}
.TagClassName
{
border-color: #BF0DB1;
}
</style>