Shades of Deep Magenta #B91EDC
Tints of Deep Magenta #B91EDC
RGB
CMYK
RGB Variations
Color information
#B91EDC (or 0xB91EDC) is known color: Deep Magenta. HEX triplet: B9, 1E and DC. RGB value is (185,30,220). Sum of RGB (Red+Green+Blue) = 185+30+220=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #B91EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EDC is #46E123. Grayscale: #616161. Windows color (decimal): -4645156 or 14425785. OLE color: 14425785.
HSL color Cylindrical-coordinate representation of color #B91EDC: hue angle of 288.95º 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 #B91EDC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 30 | 220 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.14 |
| HSL | 288.95º | 0.76% | 0.49% | - |
| HSV(B) | 288.95º | 0.86% | 0.86% | - |
| XYZ | 33.39 | 16.41 | 69.12 | - |
| YUV | 98.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 220 | 0.16 | 0.86 | 0 | 0.14 | 288.95 | 0.76 | 0.49 |
| Hex | B9 | 1E | DC | 10 | 56 | 0 | E | 121 | 4C | 31 |
| Octal | 271 | 36 | 334 | 20 | 126 | 0 | 16 | 441 | 114 | 61 |
| Binary | 10111001 | 11110 | 11011100 | 10000 | 1010110 | 0 | 1110 | 100100001 | 1001100 | 110001 |
Color Harmonies of #B91EDC
Complementary color
Monochromatic Colors of #B91EDC
Black with #B91EDC
Text Example
Text Example
White with #B91EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EDC; }
p { color: rgb(185,30,220); }
H1.HeaderClassName
{
color: #B91EDC;
}
.AnyTagClassName
{
color: #B91EDC;
}
</style>
background-color css
<style>
a { background-color: #B91EDC; }
a { background-color: rgb(185,30,220); }
div.DivClassName
{
background-color: #B91EDC;
}
.BgClassName
{
background-color: #B91EDC;
}
</style>
border-color css
<style>
span { border-color: #B91EDC; }
span { border-color: rgb(185,30,220); }
td.TdClassName
{
border-color: #B91EDC;
}
.TagClassName
{
border-color: #B91EDC;
}
</style>