Shades of Deep Magenta #B91EDD
Tints of Deep Magenta #B91EDD
RGB
CMYK
RGB Variations
Color information
#B91EDD (or 0xB91EDD) is known color: Deep Magenta. HEX triplet: B9, 1E and DD. RGB value is (185,30,221). Sum of RGB (Red+Green+Blue) = 185+30+221=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #B91EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EDD is #46E122. Grayscale: #616161. Windows color (decimal): -4645155 or 14491321. OLE color: 14491321.
HSL color Cylindrical-coordinate representation of color #B91EDD: hue angle of 288.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91EDD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 30 | 221 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.13 |
| HSL | 288.69º | 0.76% | 0.49% | - |
| HSV(B) | 288.69º | 0.86% | 0.87% | - |
| XYZ | 33.52 | 16.46 | 69.82 | - |
| YUV | 98.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 221 | 0.16 | 0.86 | 0 | 0.13 | 288.69 | 0.76 | 0.49 |
| Hex | B9 | 1E | DD | 10 | 56 | 0 | D | 121 | 4C | 31 |
| Octal | 271 | 36 | 335 | 20 | 126 | 0 | 15 | 441 | 114 | 61 |
| Binary | 10111001 | 11110 | 11011101 | 10000 | 1010110 | 0 | 1101 | 100100001 | 1001100 | 110001 |
Color Harmonies of #B91EDD
Complementary color
Monochromatic Colors of #B91EDD
Black with #B91EDD
Text Example
Text Example
White with #B91EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EDD; }
p { color: rgb(185,30,221); }
H1.HeaderClassName
{
color: #B91EDD;
}
.AnyTagClassName
{
color: #B91EDD;
}
</style>
background-color css
<style>
a { background-color: #B91EDD; }
a { background-color: rgb(185,30,221); }
div.DivClassName
{
background-color: #B91EDD;
}
.BgClassName
{
background-color: #B91EDD;
}
</style>
border-color css
<style>
span { border-color: #B91EDD; }
span { border-color: rgb(185,30,221); }
td.TdClassName
{
border-color: #B91EDD;
}
.TagClassName
{
border-color: #B91EDD;
}
</style>