Shades of Deep Magenta #B91DBF
Tints of Deep Magenta #B91DBF
RGB
CMYK
RGB Variations
Color information
#B91DBF (or 0xB91DBF) is known color: Deep Magenta. HEX triplet: B9, 1D and BF. RGB value is (185,29,191). Sum of RGB (Red+Green+Blue) = 185+29+191=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #B91DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91DBF is #46E240. Grayscale: #5D5D5D. Windows color (decimal): -4645441 or 12524985. OLE color: 12524985.
HSL color Cylindrical-coordinate representation of color #B91DBF: hue angle of 297.78º 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 #B91DBF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 29 | 191 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.25 |
| HSL | 297.78º | 0.74% | 0.43% | - |
| HSV(B) | 297.78º | 0.85% | 0.75% | - |
| XYZ | 29.85 | 14.95 | 50.6 | - |
| YUV | 94.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 191 | 0.03 | 0.85 | 0 | 0.25 | 297.78 | 0.74 | 0.43 |
| Hex | B9 | 1D | BF | 3 | 55 | 0 | 19 | 12A | 4A | 2B |
| Octal | 271 | 35 | 277 | 3 | 125 | 0 | 31 | 452 | 112 | 53 |
| Binary | 10111001 | 11101 | 10111111 | 11 | 1010101 | 0 | 11001 | 100101010 | 1001010 | 101011 |
Color Harmonies of #B91DBF
Complementary color
Monochromatic Colors of #B91DBF
Black with #B91DBF
Text Example
Text Example
White with #B91DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DBF; }
p { color: rgb(185,29,191); }
H1.HeaderClassName
{
color: #B91DBF;
}
.AnyTagClassName
{
color: #B91DBF;
}
</style>
background-color css
<style>
a { background-color: #B91DBF; }
a { background-color: rgb(185,29,191); }
div.DivClassName
{
background-color: #B91DBF;
}
.BgClassName
{
background-color: #B91DBF;
}
</style>
border-color css
<style>
span { border-color: #B91DBF; }
span { border-color: rgb(185,29,191); }
td.TdClassName
{
border-color: #B91DBF;
}
.TagClassName
{
border-color: #B91DBF;
}
</style>