Shades of Deep Magenta #B91EDB
Tints of Deep Magenta #B91EDB
RGB
CMYK
RGB Variations
Color information
#B91EDB (or 0xB91EDB) is known color: Deep Magenta. HEX triplet: B9, 1E and DB. RGB value is (185,30,219). Sum of RGB (Red+Green+Blue) = 185+30+219=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B91EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EDB is #46E124. Grayscale: #616161. Windows color (decimal): -4645157 or 14360249. OLE color: 14360249.
HSL color Cylindrical-coordinate representation of color #B91EDB: hue angle of 289.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91EDB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 30 | 219 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.14 |
| HSL | 289.21º | 0.76% | 0.49% | - |
| HSV(B) | 289.21º | 0.86% | 0.86% | - |
| XYZ | 33.26 | 16.36 | 68.42 | - |
| YUV | 97.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 219 | 0.16 | 0.86 | 0 | 0.14 | 289.21 | 0.76 | 0.49 |
| Hex | B9 | 1E | DB | 10 | 56 | 0 | E | 121 | 4C | 31 |
| Octal | 271 | 36 | 333 | 20 | 126 | 0 | 16 | 441 | 114 | 61 |
| Binary | 10111001 | 11110 | 11011011 | 10000 | 1010110 | 0 | 1110 | 100100001 | 1001100 | 110001 |
Color Harmonies of #B91EDB
Complementary color
Monochromatic Colors of #B91EDB
Black with #B91EDB
Text Example
Text Example
White with #B91EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EDB; }
p { color: rgb(185,30,219); }
H1.HeaderClassName
{
color: #B91EDB;
}
.AnyTagClassName
{
color: #B91EDB;
}
</style>
background-color css
<style>
a { background-color: #B91EDB; }
a { background-color: rgb(185,30,219); }
div.DivClassName
{
background-color: #B91EDB;
}
.BgClassName
{
background-color: #B91EDB;
}
</style>
border-color css
<style>
span { border-color: #B91EDB; }
span { border-color: rgb(185,30,219); }
td.TdClassName
{
border-color: #B91EDB;
}
.TagClassName
{
border-color: #B91EDB;
}
</style>