Shades of Deep Magenta #B91CCD
Tints of Deep Magenta #B91CCD
RGB
CMYK
RGB Variations
Color information
#B91CCD (or 0xB91CCD) is known color: Deep Magenta. HEX triplet: B9, 1C and CD. RGB value is (185,28,205). Sum of RGB (Red+Green+Blue) = 185+28+205=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #B91CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CCD is #46E332. Grayscale: #5E5E5E. Windows color (decimal): -4645683 or 13442233. OLE color: 13442233.
HSL color Cylindrical-coordinate representation of color #B91CCD: hue angle of 293.22º degrees, saturation: 0.76, 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 #B91CCD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 28 | 205 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.20 |
| HSL | 293.22º | 0.76% | 0.46% | - |
| HSV(B) | 293.22º | 0.86% | 0.8% | - |
| XYZ | 31.44 | 15.55 | 59.1 | - |
| YUV | 95.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 205 | 0.10 | 0.86 | 0 | 0.20 | 293.22 | 0.76 | 0.46 |
| Hex | B9 | 1C | CD | A | 56 | 0 | 14 | 125 | 4C | 2E |
| Octal | 271 | 34 | 315 | 12 | 126 | 0 | 24 | 445 | 114 | 56 |
| Binary | 10111001 | 11100 | 11001101 | 1010 | 1010110 | 0 | 10100 | 100100101 | 1001100 | 101110 |
Color Harmonies of #B91CCD
Complementary color
Monochromatic Colors of #B91CCD
Black with #B91CCD
Text Example
Text Example
White with #B91CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CCD; }
p { color: rgb(185,28,205); }
H1.HeaderClassName
{
color: #B91CCD;
}
.AnyTagClassName
{
color: #B91CCD;
}
</style>
background-color css
<style>
a { background-color: #B91CCD; }
a { background-color: rgb(185,28,205); }
div.DivClassName
{
background-color: #B91CCD;
}
.BgClassName
{
background-color: #B91CCD;
}
</style>
border-color css
<style>
span { border-color: #B91CCD; }
span { border-color: rgb(185,28,205); }
td.TdClassName
{
border-color: #B91CCD;
}
.TagClassName
{
border-color: #B91CCD;
}
</style>