Shades of Deep Magenta #B91FCB
Tints of Deep Magenta #B91FCB
RGB
CMYK
RGB Variations
Color information
#B91FCB (or 0xB91FCB) is known color: Deep Magenta. HEX triplet: B9, 1F and CB. RGB value is (185,31,203). Sum of RGB (Red+Green+Blue) = 185+31+203=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #B91FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91FCB is #46E034. Grayscale: #606060. Windows color (decimal): -4644917 or 13311929. OLE color: 13311929.
HSL color Cylindrical-coordinate representation of color #B91FCB: hue angle of 293.72º 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 #B91FCB is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 31 | 203 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.20 |
| HSL | 293.72º | 0.74% | 0.46% | - |
| HSV(B) | 293.72º | 0.85% | 0.8% | - |
| XYZ | 31.28 | 15.61 | 57.86 | - |
| YUV | 96.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 203 | 0.09 | 0.85 | 0 | 0.20 | 293.72 | 0.74 | 0.46 |
| Hex | B9 | 1F | CB | 9 | 55 | 0 | 14 | 126 | 4A | 2E |
| Octal | 271 | 37 | 313 | 11 | 125 | 0 | 24 | 446 | 112 | 56 |
| Binary | 10111001 | 11111 | 11001011 | 1001 | 1010101 | 0 | 10100 | 100100110 | 1001010 | 101110 |
Color Harmonies of #B91FCB
Complementary color
Monochromatic Colors of #B91FCB
Black with #B91FCB
Text Example
Text Example
White with #B91FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91FCB; }
p { color: rgb(185,31,203); }
H1.HeaderClassName
{
color: #B91FCB;
}
.AnyTagClassName
{
color: #B91FCB;
}
</style>
background-color css
<style>
a { background-color: #B91FCB; }
a { background-color: rgb(185,31,203); }
div.DivClassName
{
background-color: #B91FCB;
}
.BgClassName
{
background-color: #B91FCB;
}
</style>
border-color css
<style>
span { border-color: #B91FCB; }
span { border-color: rgb(185,31,203); }
td.TdClassName
{
border-color: #B91FCB;
}
.TagClassName
{
border-color: #B91FCB;
}
</style>