Shades of Deep Magenta #B91DC3
Tints of Deep Magenta #B91DC3
RGB
CMYK
RGB Variations
Color information
#B91DC3 (or 0xB91DC3) is known color: Deep Magenta. HEX triplet: B9, 1D and C3. RGB value is (185,29,195). Sum of RGB (Red+Green+Blue) = 185+29+195=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #B91DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91DC3 is #46E23C. Grayscale: #5E5E5E. Windows color (decimal): -4645437 or 12787129. OLE color: 12787129.
HSL color Cylindrical-coordinate representation of color #B91DC3: hue angle of 296.39º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91DC3 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 29 | 195 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.24 |
| HSL | 296.39º | 0.74% | 0.44% | - |
| HSV(B) | 296.39º | 0.85% | 0.76% | - |
| XYZ | 30.3 | 15.13 | 52.95 | - |
| YUV | 94.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 195 | 0.05 | 0.85 | 0 | 0.24 | 296.39 | 0.74 | 0.44 |
| Hex | B9 | 1D | C3 | 5 | 55 | 0 | 18 | 128 | 4A | 2C |
| Octal | 271 | 35 | 303 | 5 | 125 | 0 | 30 | 450 | 112 | 54 |
| Binary | 10111001 | 11101 | 11000011 | 101 | 1010101 | 0 | 11000 | 100101000 | 1001010 | 101100 |
Color Harmonies of #B91DC3
Complementary color
Monochromatic Colors of #B91DC3
Black with #B91DC3
Text Example
Text Example
White with #B91DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DC3; }
p { color: rgb(185,29,195); }
H1.HeaderClassName
{
color: #B91DC3;
}
.AnyTagClassName
{
color: #B91DC3;
}
</style>
background-color css
<style>
a { background-color: #B91DC3; }
a { background-color: rgb(185,29,195); }
div.DivClassName
{
background-color: #B91DC3;
}
.BgClassName
{
background-color: #B91DC3;
}
</style>
border-color css
<style>
span { border-color: #B91DC3; }
span { border-color: rgb(185,29,195); }
td.TdClassName
{
border-color: #B91DC3;
}
.TagClassName
{
border-color: #B91DC3;
}
</style>