Shades of Deep Magenta #BF1DBB
Tints of Deep Magenta #BF1DBB
RGB
CMYK
RGB Variations
Color information
#BF1DBB (or 0xBF1DBB) is known color: Deep Magenta. HEX triplet: BF, 1D and BB. RGB value is (191,29,187). Sum of RGB (Red+Green+Blue) = 191+29+187=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DBB is #40E244. Grayscale: #5E5E5E. Windows color (decimal): -4252229 or 12262847. OLE color: 12262847.
HSL color Cylindrical-coordinate representation of color #BF1DBB: hue angle of 301.48º 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 #BF1DBB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.25 |
| HSL | 301.48º | 0.74% | 0.43% | - |
| HSV(B) | 301.48º | 0.85% | 0.75% | - |
| XYZ | 30.89 | 15.54 | 48.39 | - |
| YUV | 95.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 187 | 0 | 0.85 | 0.02 | 0.25 | 301.48 | 0.74 | 0.43 |
| Hex | BF | 1D | BB | 0 | 55 | 2 | 19 | 12D | 4A | 2B |
| Octal | 277 | 35 | 273 | 0 | 125 | 2 | 31 | 455 | 112 | 53 |
| Binary | 10111111 | 11101 | 10111011 | 0 | 1010101 | 10 | 11001 | 100101101 | 1001010 | 101011 |
Color Harmonies of #BF1DBB
Complementary color
Monochromatic Colors of #BF1DBB
Black with #BF1DBB
Text Example
Text Example
White with #BF1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DBB; }
p { color: rgb(191,29,187); }
H1.HeaderClassName
{
color: #BF1DBB;
}
.AnyTagClassName
{
color: #BF1DBB;
}
</style>
background-color css
<style>
a { background-color: #BF1DBB; }
a { background-color: rgb(191,29,187); }
div.DivClassName
{
background-color: #BF1DBB;
}
.BgClassName
{
background-color: #BF1DBB;
}
</style>
border-color css
<style>
span { border-color: #BF1DBB; }
span { border-color: rgb(191,29,187); }
td.TdClassName
{
border-color: #BF1DBB;
}
.TagClassName
{
border-color: #BF1DBB;
}
</style>