Shades of Deep Magenta #B91DDF
Tints of Deep Magenta #B91DDF
RGB
CMYK
RGB Variations
Color information
#B91DDF (or 0xB91DDF) is known color: Deep Magenta. HEX triplet: B9, 1D and DF. RGB value is (185,29,223). Sum of RGB (Red+Green+Blue) = 185+29+223=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #B91DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91DDF is #46E220. Grayscale: #616161. Windows color (decimal): -4645409 or 14622137. OLE color: 14622137.
HSL color Cylindrical-coordinate representation of color #B91DDF: hue angle of 288.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91DDF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 29 | 223 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.13 |
| HSL | 288.25º | 0.77% | 0.49% | - |
| HSV(B) | 288.25º | 0.87% | 0.87% | - |
| XYZ | 33.77 | 16.52 | 71.22 | - |
| YUV | 97.76 | 198.68 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 223 | 0.17 | 0.87 | 0 | 0.13 | 288.25 | 0.77 | 0.49 |
| Hex | B9 | 1D | DF | 11 | 57 | 0 | D | 120 | 4D | 31 |
| Octal | 271 | 35 | 337 | 21 | 127 | 0 | 15 | 440 | 115 | 61 |
| Binary | 10111001 | 11101 | 11011111 | 10001 | 1010111 | 0 | 1101 | 100100000 | 1001101 | 110001 |
Color Harmonies of #B91DDF
Complementary color
Monochromatic Colors of #B91DDF
Black with #B91DDF
Text Example
Text Example
White with #B91DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DDF; }
p { color: rgb(185,29,223); }
H1.HeaderClassName
{
color: #B91DDF;
}
.AnyTagClassName
{
color: #B91DDF;
}
</style>
background-color css
<style>
a { background-color: #B91DDF; }
a { background-color: rgb(185,29,223); }
div.DivClassName
{
background-color: #B91DDF;
}
.BgClassName
{
background-color: #B91DDF;
}
</style>
border-color css
<style>
span { border-color: #B91DDF; }
span { border-color: rgb(185,29,223); }
td.TdClassName
{
border-color: #B91DDF;
}
.TagClassName
{
border-color: #B91DDF;
}
</style>