Shades of Deep Magenta #B91EC9
Tints of Deep Magenta #B91EC9
RGB
CMYK
RGB Variations
Color information
#B91EC9 (or 0xB91EC9) is known color: Deep Magenta. HEX triplet: B9, 1E and C9. RGB value is (185,30,201). Sum of RGB (Red+Green+Blue) = 185+30+201=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #B91EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EC9 is #46E136. Grayscale: #5F5F5F. Windows color (decimal): -4645175 or 13180601. OLE color: 13180601.
HSL color Cylindrical-coordinate representation of color #B91EC9: hue angle of 294.39º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91EC9 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 30 | 201 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.21 |
| HSL | 294.39º | 0.74% | 0.45% | - |
| HSV(B) | 294.39º | 0.85% | 0.79% | - |
| XYZ | 31.01 | 15.46 | 56.61 | - |
| YUV | 95.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 201 | 0.08 | 0.85 | 0 | 0.21 | 294.39 | 0.74 | 0.45 |
| Hex | B9 | 1E | C9 | 8 | 55 | 0 | 15 | 126 | 4A | 2D |
| Octal | 271 | 36 | 311 | 10 | 125 | 0 | 25 | 446 | 112 | 55 |
| Binary | 10111001 | 11110 | 11001001 | 1000 | 1010101 | 0 | 10101 | 100100110 | 1001010 | 101101 |
Color Harmonies of #B91EC9
Complementary color
Monochromatic Colors of #B91EC9
Black with #B91EC9
Text Example
Text Example
White with #B91EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EC9; }
p { color: rgb(185,30,201); }
H1.HeaderClassName
{
color: #B91EC9;
}
.AnyTagClassName
{
color: #B91EC9;
}
</style>
background-color css
<style>
a { background-color: #B91EC9; }
a { background-color: rgb(185,30,201); }
div.DivClassName
{
background-color: #B91EC9;
}
.BgClassName
{
background-color: #B91EC9;
}
</style>
border-color css
<style>
span { border-color: #B91EC9; }
span { border-color: rgb(185,30,201); }
td.TdClassName
{
border-color: #B91EC9;
}
.TagClassName
{
border-color: #B91EC9;
}
</style>