Shades of Deep Magenta #B91CBC
Tints of Deep Magenta #B91CBC
RGB
CMYK
RGB Variations
Color information
#B91CBC (or 0xB91CBC) is known color: Deep Magenta. HEX triplet: B9, 1C and BC. RGB value is (185,28,188). Sum of RGB (Red+Green+Blue) = 185+28+188=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #B91CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CBC is #46E343. Grayscale: #5C5C5C. Windows color (decimal): -4645700 or 12328121. OLE color: 12328121.
HSL color Cylindrical-coordinate representation of color #B91CBC: hue angle of 298.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91CBC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 28 | 188 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.26 |
| HSL | 298.88º | 0.74% | 0.42% | - |
| HSV(B) | 298.88º | 0.85% | 0.74% | - |
| XYZ | 29.5 | 14.78 | 48.87 | - |
| YUV | 93.18 | 181.51 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 188 | 0.02 | 0.85 | 0 | 0.26 | 298.88 | 0.74 | 0.42 |
| Hex | B9 | 1C | BC | 2 | 55 | 0 | 1A | 12B | 4A | 2A |
| Octal | 271 | 34 | 274 | 2 | 125 | 0 | 32 | 453 | 112 | 52 |
| Binary | 10111001 | 11100 | 10111100 | 10 | 1010101 | 0 | 11010 | 100101011 | 1001010 | 101010 |
Color Harmonies of #B91CBC
Complementary color
Monochromatic Colors of #B91CBC
Black with #B91CBC
Text Example
Text Example
White with #B91CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CBC; }
p { color: rgb(185,28,188); }
H1.HeaderClassName
{
color: #B91CBC;
}
.AnyTagClassName
{
color: #B91CBC;
}
</style>
background-color css
<style>
a { background-color: #B91CBC; }
a { background-color: rgb(185,28,188); }
div.DivClassName
{
background-color: #B91CBC;
}
.BgClassName
{
background-color: #B91CBC;
}
</style>
border-color css
<style>
span { border-color: #B91CBC; }
span { border-color: rgb(185,28,188); }
td.TdClassName
{
border-color: #B91CBC;
}
.TagClassName
{
border-color: #B91CBC;
}
</style>