Shades of Deep Magenta #B91AB1
Tints of Deep Magenta #B91AB1
RGB
CMYK
RGB Variations
Color information
#B91AB1 (or 0xB91AB1) is known color: Deep Magenta. HEX triplet: B9, 1A and B1. RGB value is (185,26,177). Sum of RGB (Red+Green+Blue) = 185+26+177=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B91AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91AB1 is #46E54E. Grayscale: #5A5A5A. Windows color (decimal): -4646223 or 11606713. OLE color: 11606713.
HSL color Cylindrical-coordinate representation of color #B91AB1: hue angle of 303.02º 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 #B91AB1 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 26 | 177 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.27 |
| HSL | 303.02º | 0.75% | 0.41% | - |
| HSV(B) | 303.02º | 0.86% | 0.73% | - |
| XYZ | 28.31 | 14.23 | 42.85 | - |
| YUV | 90.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 177 | 0 | 0.86 | 0.04 | 0.27 | 303.02 | 0.75 | 0.41 |
| Hex | B9 | 1A | B1 | 0 | 56 | 4 | 1B | 12F | 4B | 29 |
| Octal | 271 | 32 | 261 | 0 | 126 | 4 | 33 | 457 | 113 | 51 |
| Binary | 10111001 | 11010 | 10110001 | 0 | 1010110 | 100 | 11011 | 100101111 | 1001011 | 101001 |
Color Harmonies of #B91AB1
Complementary color
Monochromatic Colors of #B91AB1
Black with #B91AB1
Text Example
Text Example
White with #B91AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91AB1; }
p { color: rgb(185,26,177); }
H1.HeaderClassName
{
color: #B91AB1;
}
.AnyTagClassName
{
color: #B91AB1;
}
</style>
background-color css
<style>
a { background-color: #B91AB1; }
a { background-color: rgb(185,26,177); }
div.DivClassName
{
background-color: #B91AB1;
}
.BgClassName
{
background-color: #B91AB1;
}
</style>
border-color css
<style>
span { border-color: #B91AB1; }
span { border-color: rgb(185,26,177); }
td.TdClassName
{
border-color: #B91AB1;
}
.TagClassName
{
border-color: #B91AB1;
}
</style>