Shades of Deep Magenta #B91EBC
Tints of Deep Magenta #B91EBC
RGB
CMYK
RGB Variations
Color information
#B91EBC (or 0xB91EBC) is known color: Deep Magenta. HEX triplet: B9, 1E and BC. RGB value is (185,30,188). Sum of RGB (Red+Green+Blue) = 185+30+188=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #B91EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EBC is #46E143. Grayscale: #5D5D5D. Windows color (decimal): -4645188 or 12328633. OLE color: 12328633.
HSL color Cylindrical-coordinate representation of color #B91EBC: hue angle of 298.86º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91EBC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 30 | 188 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.26 |
| HSL | 298.86º | 0.72% | 0.43% | - |
| HSV(B) | 298.86º | 0.84% | 0.74% | - |
| XYZ | 29.55 | 14.87 | 48.89 | - |
| YUV | 94.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 188 | 0.02 | 0.84 | 0 | 0.26 | 298.86 | 0.72 | 0.43 |
| Hex | B9 | 1E | BC | 2 | 54 | 0 | 1A | 12B | 48 | 2B |
| Octal | 271 | 36 | 274 | 2 | 124 | 0 | 32 | 453 | 110 | 53 |
| Binary | 10111001 | 11110 | 10111100 | 10 | 1010100 | 0 | 11010 | 100101011 | 1001000 | 101011 |
Color Harmonies of #B91EBC
Complementary color
Monochromatic Colors of #B91EBC
Black with #B91EBC
Text Example
Text Example
White with #B91EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EBC; }
p { color: rgb(185,30,188); }
H1.HeaderClassName
{
color: #B91EBC;
}
.AnyTagClassName
{
color: #B91EBC;
}
</style>
background-color css
<style>
a { background-color: #B91EBC; }
a { background-color: rgb(185,30,188); }
div.DivClassName
{
background-color: #B91EBC;
}
.BgClassName
{
background-color: #B91EBC;
}
</style>
border-color css
<style>
span { border-color: #B91EBC; }
span { border-color: rgb(185,30,188); }
td.TdClassName
{
border-color: #B91EBC;
}
.TagClassName
{
border-color: #B91EBC;
}
</style>