Shades of Deep Magenta #B91AB4
Tints of Deep Magenta #B91AB4
RGB
CMYK
RGB Variations
Color information
#B91AB4 (or 0xB91AB4) is known color: Deep Magenta. HEX triplet: B9, 1A and B4. RGB value is (185,26,180). Sum of RGB (Red+Green+Blue) = 185+26+180=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B91AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91AB4 is #46E54B. Grayscale: #5A5A5A. Windows color (decimal): -4646220 or 11803321. OLE color: 11803321.
HSL color Cylindrical-coordinate representation of color #B91AB4: hue angle of 301.89º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91AB4 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 26 | 180 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.27 |
| HSL | 301.89º | 0.75% | 0.41% | - |
| HSV(B) | 301.89º | 0.86% | 0.73% | - |
| XYZ | 28.62 | 14.35 | 44.44 | - |
| YUV | 91.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 180 | 0 | 0.86 | 0.03 | 0.27 | 301.89 | 0.75 | 0.41 |
| Hex | B9 | 1A | B4 | 0 | 56 | 3 | 1B | 12E | 4B | 29 |
| Octal | 271 | 32 | 264 | 0 | 126 | 3 | 33 | 456 | 113 | 51 |
| Binary | 10111001 | 11010 | 10110100 | 0 | 1010110 | 11 | 11011 | 100101110 | 1001011 | 101001 |
Color Harmonies of #B91AB4
Complementary color
Monochromatic Colors of #B91AB4
Black with #B91AB4
Text Example
Text Example
White with #B91AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91AB4; }
p { color: rgb(185,26,180); }
H1.HeaderClassName
{
color: #B91AB4;
}
.AnyTagClassName
{
color: #B91AB4;
}
</style>
background-color css
<style>
a { background-color: #B91AB4; }
a { background-color: rgb(185,26,180); }
div.DivClassName
{
background-color: #B91AB4;
}
.BgClassName
{
background-color: #B91AB4;
}
</style>
border-color css
<style>
span { border-color: #B91AB4; }
span { border-color: rgb(185,26,180); }
td.TdClassName
{
border-color: #B91AB4;
}
.TagClassName
{
border-color: #B91AB4;
}
</style>