Shades of Deep Magenta #B91EBA
Tints of Deep Magenta #B91EBA
RGB
CMYK
RGB Variations
Color information
#B91EBA (or 0xB91EBA) is known color: Deep Magenta. HEX triplet: B9, 1E and BA. RGB value is (185,30,186). Sum of RGB (Red+Green+Blue) = 185+30+186=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B91EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EBA is #46E145. Grayscale: #5D5D5D. Windows color (decimal): -4645190 or 12197561. OLE color: 12197561.
HSL color Cylindrical-coordinate representation of color #B91EBA: hue angle of 299.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91EBA is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 186 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.27 |
| HSL | 299.62º | 0.72% | 0.42% | - |
| HSV(B) | 299.62º | 0.84% | 0.73% | - |
| XYZ | 29.33 | 14.79 | 47.76 | - |
| YUV | 94.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 186 | 0.01 | 0.84 | 0 | 0.27 | 299.62 | 0.72 | 0.42 |
| Hex | B9 | 1E | BA | 1 | 54 | 0 | 1B | 12C | 48 | 2A |
| Octal | 271 | 36 | 272 | 1 | 124 | 0 | 33 | 454 | 110 | 52 |
| Binary | 10111001 | 11110 | 10111010 | 1 | 1010100 | 0 | 11011 | 100101100 | 1001000 | 101010 |
Color Harmonies of #B91EBA
Complementary color
Monochromatic Colors of #B91EBA
Black with #B91EBA
Text Example
Text Example
White with #B91EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EBA; }
p { color: rgb(185,30,186); }
H1.HeaderClassName
{
color: #B91EBA;
}
.AnyTagClassName
{
color: #B91EBA;
}
</style>
background-color css
<style>
a { background-color: #B91EBA; }
a { background-color: rgb(185,30,186); }
div.DivClassName
{
background-color: #B91EBA;
}
.BgClassName
{
background-color: #B91EBA;
}
</style>
border-color css
<style>
span { border-color: #B91EBA; }
span { border-color: rgb(185,30,186); }
td.TdClassName
{
border-color: #B91EBA;
}
.TagClassName
{
border-color: #B91EBA;
}
</style>