Shades of Deep Magenta #B91DCC
Tints of Deep Magenta #B91DCC
RGB
CMYK
RGB Variations
Color information
#B91DCC (or 0xB91DCC) is known color: Deep Magenta. HEX triplet: B9, 1D and CC. RGB value is (185,29,204). Sum of RGB (Red+Green+Blue) = 185+29+204=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #B91DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91DCC is #46E233. Grayscale: #5F5F5F. Windows color (decimal): -4645428 or 13376953. OLE color: 13376953.
HSL color Cylindrical-coordinate representation of color #B91DCC: hue angle of 293.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91DCC is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 29 | 204 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.2 |
| HSL | 293.49º | 0.75% | 0.46% | - |
| HSV(B) | 293.49º | 0.86% | 0.8% | - |
| XYZ | 31.35 | 15.55 | 58.48 | - |
| YUV | 95.59 | 189.18 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 204 | 0.09 | 0.86 | 0 | 0.2 | 293.49 | 0.75 | 0.46 |
| Hex | B9 | 1D | CC | 9 | 56 | 0 | 14 | 125 | 4B | 2E |
| Octal | 271 | 35 | 314 | 11 | 126 | 0 | 24 | 445 | 113 | 56 |
| Binary | 10111001 | 11101 | 11001100 | 1001 | 1010110 | 0 | 10100 | 100100101 | 1001011 | 101110 |
Color Harmonies of #B91DCC
Complementary color
Monochromatic Colors of #B91DCC
Black with #B91DCC
Text Example
Text Example
White with #B91DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DCC; }
p { color: rgb(185,29,204); }
H1.HeaderClassName
{
color: #B91DCC;
}
.AnyTagClassName
{
color: #B91DCC;
}
</style>
background-color css
<style>
a { background-color: #B91DCC; }
a { background-color: rgb(185,29,204); }
div.DivClassName
{
background-color: #B91DCC;
}
.BgClassName
{
background-color: #B91DCC;
}
</style>
border-color css
<style>
span { border-color: #B91DCC; }
span { border-color: rgb(185,29,204); }
td.TdClassName
{
border-color: #B91DCC;
}
.TagClassName
{
border-color: #B91DCC;
}
</style>