Shades of Deep Magenta #B91BBB
Tints of Deep Magenta #B91BBB
RGB
CMYK
RGB Variations
Color information
#B91BBB (or 0xB91BBB) is known color: Deep Magenta. HEX triplet: B9, 1B and BB. RGB value is (185,27,187). Sum of RGB (Red+Green+Blue) = 185+27+187=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #B91BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91BBB is #46E444. Grayscale: #5C5C5C. Windows color (decimal): -4645957 or 12262329. OLE color: 12262329.
HSL color Cylindrical-coordinate representation of color #B91BBB: hue angle of 299.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91BBB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 187 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.27 |
| HSL | 299.25º | 0.75% | 0.42% | - |
| HSV(B) | 299.25º | 0.86% | 0.73% | - |
| XYZ | 29.37 | 14.69 | 48.3 | - |
| YUV | 92.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 187 | 0.01 | 0.86 | 0 | 0.27 | 299.25 | 0.75 | 0.42 |
| Hex | B9 | 1B | BB | 1 | 56 | 0 | 1B | 12B | 4B | 2A |
| Octal | 271 | 33 | 273 | 1 | 126 | 0 | 33 | 453 | 113 | 52 |
| Binary | 10111001 | 11011 | 10111011 | 1 | 1010110 | 0 | 11011 | 100101011 | 1001011 | 101010 |
Color Harmonies of #B91BBB
Complementary color
Monochromatic Colors of #B91BBB
Black with #B91BBB
Text Example
Text Example
White with #B91BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91BBB; }
p { color: rgb(185,27,187); }
H1.HeaderClassName
{
color: #B91BBB;
}
.AnyTagClassName
{
color: #B91BBB;
}
</style>
background-color css
<style>
a { background-color: #B91BBB; }
a { background-color: rgb(185,27,187); }
div.DivClassName
{
background-color: #B91BBB;
}
.BgClassName
{
background-color: #B91BBB;
}
</style>
border-color css
<style>
span { border-color: #B91BBB; }
span { border-color: rgb(185,27,187); }
td.TdClassName
{
border-color: #B91BBB;
}
.TagClassName
{
border-color: #B91BBB;
}
</style>