Shades of Deep Magenta #B91CDC
Tints of Deep Magenta #B91CDC
RGB
CMYK
RGB Variations
Color information
#B91CDC (or 0xB91CDC) is known color: Deep Magenta. HEX triplet: B9, 1C and DC. RGB value is (185,28,220). Sum of RGB (Red+Green+Blue) = 185+28+220=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #B91CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CDC is #46E323. Grayscale: #606060. Windows color (decimal): -4645668 or 14425273. OLE color: 14425273.
HSL color Cylindrical-coordinate representation of color #B91CDC: hue angle of 289.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91CDC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 28 | 220 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.14 |
| HSL | 289.06º | 0.77% | 0.49% | - |
| HSV(B) | 289.06º | 0.87% | 0.86% | - |
| XYZ | 33.34 | 16.31 | 69.1 | - |
| YUV | 96.83 | 197.51 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 220 | 0.16 | 0.87 | 0 | 0.14 | 289.06 | 0.77 | 0.49 |
| Hex | B9 | 1C | DC | 10 | 57 | 0 | E | 121 | 4D | 31 |
| Octal | 271 | 34 | 334 | 20 | 127 | 0 | 16 | 441 | 115 | 61 |
| Binary | 10111001 | 11100 | 11011100 | 10000 | 1010111 | 0 | 1110 | 100100001 | 1001101 | 110001 |
Color Harmonies of #B91CDC
Complementary color
Monochromatic Colors of #B91CDC
Black with #B91CDC
Text Example
Text Example
White with #B91CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CDC; }
p { color: rgb(185,28,220); }
H1.HeaderClassName
{
color: #B91CDC;
}
.AnyTagClassName
{
color: #B91CDC;
}
</style>
background-color css
<style>
a { background-color: #B91CDC; }
a { background-color: rgb(185,28,220); }
div.DivClassName
{
background-color: #B91CDC;
}
.BgClassName
{
background-color: #B91CDC;
}
</style>
border-color css
<style>
span { border-color: #B91CDC; }
span { border-color: rgb(185,28,220); }
td.TdClassName
{
border-color: #B91CDC;
}
.TagClassName
{
border-color: #B91CDC;
}
</style>