Shades of Deep Magenta #B91DDD
Tints of Deep Magenta #B91DDD
RGB
CMYK
RGB Variations
Color information
#B91DDD (or 0xB91DDD) is known color: Deep Magenta. HEX triplet: B9, 1D and DD. RGB value is (185,29,221). Sum of RGB (Red+Green+Blue) = 185+29+221=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #B91DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91DDD is #46E222. Grayscale: #606060. Windows color (decimal): -4645411 or 14491065. OLE color: 14491065.
HSL color Cylindrical-coordinate representation of color #B91DDD: hue angle of 288.75º 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 #B91DDD is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 29 | 221 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.13 |
| HSL | 288.75º | 0.77% | 0.49% | - |
| HSV(B) | 288.75º | 0.87% | 0.87% | - |
| XYZ | 33.5 | 16.41 | 69.81 | - |
| YUV | 97.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 221 | 0.16 | 0.87 | 0 | 0.13 | 288.75 | 0.77 | 0.49 |
| Hex | B9 | 1D | DD | 10 | 57 | 0 | D | 121 | 4D | 31 |
| Octal | 271 | 35 | 335 | 20 | 127 | 0 | 15 | 441 | 115 | 61 |
| Binary | 10111001 | 11101 | 11011101 | 10000 | 1010111 | 0 | 1101 | 100100001 | 1001101 | 110001 |
Color Harmonies of #B91DDD
Complementary color
Monochromatic Colors of #B91DDD
Black with #B91DDD
Text Example
Text Example
White with #B91DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DDD; }
p { color: rgb(185,29,221); }
H1.HeaderClassName
{
color: #B91DDD;
}
.AnyTagClassName
{
color: #B91DDD;
}
</style>
background-color css
<style>
a { background-color: #B91DDD; }
a { background-color: rgb(185,29,221); }
div.DivClassName
{
background-color: #B91DDD;
}
.BgClassName
{
background-color: #B91DDD;
}
</style>
border-color css
<style>
span { border-color: #B91DDD; }
span { border-color: rgb(185,29,221); }
td.TdClassName
{
border-color: #B91DDD;
}
.TagClassName
{
border-color: #B91DDD;
}
</style>