Shades of Deep Magenta #B91EC4
Tints of Deep Magenta #B91EC4
RGB
CMYK
RGB Variations
Color information
#B91EC4 (or 0xB91EC4) is known color: Deep Magenta. HEX triplet: B9, 1E and C4. RGB value is (185,30,196). Sum of RGB (Red+Green+Blue) = 185+30+196=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #B91EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EC4 is #46E13B. Grayscale: #5E5E5E. Windows color (decimal): -4645180 or 12852921. OLE color: 12852921.
HSL color Cylindrical-coordinate representation of color #B91EC4: hue angle of 296.02º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91EC4 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 30 | 196 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.23 |
| HSL | 296.02º | 0.73% | 0.44% | - |
| HSV(B) | 296.02º | 0.85% | 0.77% | - |
| XYZ | 30.44 | 15.23 | 53.56 | - |
| YUV | 95.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 196 | 0.06 | 0.85 | 0 | 0.23 | 296.02 | 0.73 | 0.44 |
| Hex | B9 | 1E | C4 | 6 | 55 | 0 | 17 | 128 | 49 | 2C |
| Octal | 271 | 36 | 304 | 6 | 125 | 0 | 27 | 450 | 111 | 54 |
| Binary | 10111001 | 11110 | 11000100 | 110 | 1010101 | 0 | 10111 | 100101000 | 1001001 | 101100 |
Color Harmonies of #B91EC4
Complementary color
Monochromatic Colors of #B91EC4
Black with #B91EC4
Text Example
Text Example
White with #B91EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EC4; }
p { color: rgb(185,30,196); }
H1.HeaderClassName
{
color: #B91EC4;
}
.AnyTagClassName
{
color: #B91EC4;
}
</style>
background-color css
<style>
a { background-color: #B91EC4; }
a { background-color: rgb(185,30,196); }
div.DivClassName
{
background-color: #B91EC4;
}
.BgClassName
{
background-color: #B91EC4;
}
</style>
border-color css
<style>
span { border-color: #B91EC4; }
span { border-color: rgb(185,30,196); }
td.TdClassName
{
border-color: #B91EC4;
}
.TagClassName
{
border-color: #B91EC4;
}
</style>