Shades of Deep Magenta #B91ADE
Tints of Deep Magenta #B91ADE
RGB
CMYK
RGB Variations
Color information
#B91ADE (or 0xB91ADE) is known color: Deep Magenta. HEX triplet: B9, 1A and DE. RGB value is (185,26,222). Sum of RGB (Red+Green+Blue) = 185+26+222=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #B91ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91ADE is #46E521. Grayscale: #5F5F5F. Windows color (decimal): -4646178 or 14555833. OLE color: 14555833.
HSL color Cylindrical-coordinate representation of color #B91ADE: hue angle of 288.67º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91ADE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 26 | 222 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.13 |
| HSL | 288.67º | 0.79% | 0.49% | - |
| HSV(B) | 288.67º | 0.88% | 0.87% | - |
| XYZ | 33.56 | 16.33 | 70.49 | - |
| YUV | 95.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 222 | 0.17 | 0.88 | 0 | 0.13 | 288.67 | 0.79 | 0.49 |
| Hex | B9 | 1A | DE | 11 | 58 | 0 | D | 121 | 4F | 31 |
| Octal | 271 | 32 | 336 | 21 | 130 | 0 | 15 | 441 | 117 | 61 |
| Binary | 10111001 | 11010 | 11011110 | 10001 | 1011000 | 0 | 1101 | 100100001 | 1001111 | 110001 |
Color Harmonies of #B91ADE
Complementary color
Monochromatic Colors of #B91ADE
Black with #B91ADE
Text Example
Text Example
White with #B91ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91ADE; }
p { color: rgb(185,26,222); }
H1.HeaderClassName
{
color: #B91ADE;
}
.AnyTagClassName
{
color: #B91ADE;
}
</style>
background-color css
<style>
a { background-color: #B91ADE; }
a { background-color: rgb(185,26,222); }
div.DivClassName
{
background-color: #B91ADE;
}
.BgClassName
{
background-color: #B91ADE;
}
</style>
border-color css
<style>
span { border-color: #B91ADE; }
span { border-color: rgb(185,26,222); }
td.TdClassName
{
border-color: #B91ADE;
}
.TagClassName
{
border-color: #B91ADE;
}
</style>