Shades of Deep Magenta #B91CBD
Tints of Deep Magenta #B91CBD
RGB
CMYK
RGB Variations
Color information
#B91CBD (or 0xB91CBD) is known color: Deep Magenta. HEX triplet: B9, 1C and BD. RGB value is (185,28,189). Sum of RGB (Red+Green+Blue) = 185+28+189=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #B91CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CBD is #46E342. Grayscale: #5C5C5C. Windows color (decimal): -4645699 or 12393657. OLE color: 12393657.
HSL color Cylindrical-coordinate representation of color #B91CBD: hue angle of 298.51º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91CBD is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 28 | 189 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.26 |
| HSL | 298.51º | 0.74% | 0.43% | - |
| HSV(B) | 298.51º | 0.85% | 0.74% | - |
| XYZ | 29.61 | 14.82 | 49.44 | - |
| YUV | 93.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 189 | 0.02 | 0.85 | 0 | 0.26 | 298.51 | 0.74 | 0.43 |
| Hex | B9 | 1C | BD | 2 | 55 | 0 | 1A | 12B | 4A | 2B |
| Octal | 271 | 34 | 275 | 2 | 125 | 0 | 32 | 453 | 112 | 53 |
| Binary | 10111001 | 11100 | 10111101 | 10 | 1010101 | 0 | 11010 | 100101011 | 1001010 | 101011 |
Color Harmonies of #B91CBD
Complementary color
Monochromatic Colors of #B91CBD
Black with #B91CBD
Text Example
Text Example
White with #B91CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CBD; }
p { color: rgb(185,28,189); }
H1.HeaderClassName
{
color: #B91CBD;
}
.AnyTagClassName
{
color: #B91CBD;
}
</style>
background-color css
<style>
a { background-color: #B91CBD; }
a { background-color: rgb(185,28,189); }
div.DivClassName
{
background-color: #B91CBD;
}
.BgClassName
{
background-color: #B91CBD;
}
</style>
border-color css
<style>
span { border-color: #B91CBD; }
span { border-color: rgb(185,28,189); }
td.TdClassName
{
border-color: #B91CBD;
}
.TagClassName
{
border-color: #B91CBD;
}
</style>