Shades of Deep Magenta #B91BC5
Tints of Deep Magenta #B91BC5
RGB
CMYK
RGB Variations
Color information
#B91BC5 (or 0xB91BC5) is known color: Deep Magenta. HEX triplet: B9, 1B and C5. RGB value is (185,27,197). Sum of RGB (Red+Green+Blue) = 185+27+197=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #B91BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91BC5 is #46E43A. Grayscale: #5D5D5D. Windows color (decimal): -4645947 or 12917689. OLE color: 12917689.
HSL color Cylindrical-coordinate representation of color #B91BC5: hue angle of 295.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91BC5 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 27 | 197 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.23 |
| HSL | 295.76º | 0.76% | 0.44% | - |
| HSV(B) | 295.76º | 0.86% | 0.77% | - |
| XYZ | 30.48 | 15.13 | 54.14 | - |
| YUV | 93.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 197 | 0.06 | 0.86 | 0 | 0.23 | 295.76 | 0.76 | 0.44 |
| Hex | B9 | 1B | C5 | 6 | 56 | 0 | 17 | 128 | 4C | 2C |
| Octal | 271 | 33 | 305 | 6 | 126 | 0 | 27 | 450 | 114 | 54 |
| Binary | 10111001 | 11011 | 11000101 | 110 | 1010110 | 0 | 10111 | 100101000 | 1001100 | 101100 |
Color Harmonies of #B91BC5
Complementary color
Monochromatic Colors of #B91BC5
Black with #B91BC5
Text Example
Text Example
White with #B91BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91BC5; }
p { color: rgb(185,27,197); }
H1.HeaderClassName
{
color: #B91BC5;
}
.AnyTagClassName
{
color: #B91BC5;
}
</style>
background-color css
<style>
a { background-color: #B91BC5; }
a { background-color: rgb(185,27,197); }
div.DivClassName
{
background-color: #B91BC5;
}
.BgClassName
{
background-color: #B91BC5;
}
</style>
border-color css
<style>
span { border-color: #B91BC5; }
span { border-color: rgb(185,27,197); }
td.TdClassName
{
border-color: #B91BC5;
}
.TagClassName
{
border-color: #B91BC5;
}
</style>