Shades of Deep Magenta #B91ECD
Tints of Deep Magenta #B91ECD
RGB
CMYK
RGB Variations
Color information
#B91ECD (or 0xB91ECD) is known color: Deep Magenta. HEX triplet: B9, 1E and CD. RGB value is (185,30,205). Sum of RGB (Red+Green+Blue) = 185+30+205=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #B91ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91ECD is #46E132. Grayscale: #5F5F5F. Windows color (decimal): -4645171 or 13442745. OLE color: 13442745.
HSL color Cylindrical-coordinate representation of color #B91ECD: hue angle of 293.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91ECD is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 30 | 205 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.20 |
| HSL | 293.14º | 0.74% | 0.46% | - |
| HSV(B) | 293.14º | 0.85% | 0.8% | - |
| XYZ | 31.49 | 15.65 | 59.12 | - |
| YUV | 96.3 | 189.35 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 205 | 0.10 | 0.85 | 0 | 0.20 | 293.14 | 0.74 | 0.46 |
| Hex | B9 | 1E | CD | A | 55 | 0 | 14 | 125 | 4A | 2E |
| Octal | 271 | 36 | 315 | 12 | 125 | 0 | 24 | 445 | 112 | 56 |
| Binary | 10111001 | 11110 | 11001101 | 1010 | 1010101 | 0 | 10100 | 100100101 | 1001010 | 101110 |
Color Harmonies of #B91ECD
Complementary color
Monochromatic Colors of #B91ECD
Black with #B91ECD
Text Example
Text Example
White with #B91ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91ECD; }
p { color: rgb(185,30,205); }
H1.HeaderClassName
{
color: #B91ECD;
}
.AnyTagClassName
{
color: #B91ECD;
}
</style>
background-color css
<style>
a { background-color: #B91ECD; }
a { background-color: rgb(185,30,205); }
div.DivClassName
{
background-color: #B91ECD;
}
.BgClassName
{
background-color: #B91ECD;
}
</style>
border-color css
<style>
span { border-color: #B91ECD; }
span { border-color: rgb(185,30,205); }
td.TdClassName
{
border-color: #B91ECD;
}
.TagClassName
{
border-color: #B91ECD;
}
</style>