Shades of Deep Magenta #B91CBE
Tints of Deep Magenta #B91CBE
RGB
CMYK
RGB Variations
Color information
#B91CBE (or 0xB91CBE) is known color: Deep Magenta. HEX triplet: B9, 1C and BE. RGB value is (185,28,190). Sum of RGB (Red+Green+Blue) = 185+28+190=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B91CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CBE is #46E341. Grayscale: #5C5C5C. Windows color (decimal): -4645698 or 12459193. OLE color: 12459193.
HSL color Cylindrical-coordinate representation of color #B91CBE: hue angle of 298.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91CBE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 28 | 190 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.25 |
| HSL | 298.15º | 0.74% | 0.43% | - |
| HSV(B) | 298.15º | 0.85% | 0.75% | - |
| XYZ | 29.72 | 14.86 | 50.02 | - |
| YUV | 93.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 190 | 0.03 | 0.85 | 0 | 0.25 | 298.15 | 0.74 | 0.43 |
| Hex | B9 | 1C | BE | 3 | 55 | 0 | 19 | 12A | 4A | 2B |
| Octal | 271 | 34 | 276 | 3 | 125 | 0 | 31 | 452 | 112 | 53 |
| Binary | 10111001 | 11100 | 10111110 | 11 | 1010101 | 0 | 11001 | 100101010 | 1001010 | 101011 |
Color Harmonies of #B91CBE
Complementary color
Monochromatic Colors of #B91CBE
Black with #B91CBE
Text Example
Text Example
White with #B91CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CBE; }
p { color: rgb(185,28,190); }
H1.HeaderClassName
{
color: #B91CBE;
}
.AnyTagClassName
{
color: #B91CBE;
}
</style>
background-color css
<style>
a { background-color: #B91CBE; }
a { background-color: rgb(185,28,190); }
div.DivClassName
{
background-color: #B91CBE;
}
.BgClassName
{
background-color: #B91CBE;
}
</style>
border-color css
<style>
span { border-color: #B91CBE; }
span { border-color: rgb(185,28,190); }
td.TdClassName
{
border-color: #B91CBE;
}
.TagClassName
{
border-color: #B91CBE;
}
</style>