Shades of Deep Magenta #B91AAB
Tints of Deep Magenta #B91AAB
RGB
CMYK
RGB Variations
Color information
#B91AAB (or 0xB91AAB) is known color: Deep Magenta. HEX triplet: B9, 1A and AB. RGB value is (185,26,171). Sum of RGB (Red+Green+Blue) = 185+26+171=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B91AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91AAB is #46E554. Grayscale: #595959. Windows color (decimal): -4646229 or 11213497. OLE color: 11213497.
HSL color Cylindrical-coordinate representation of color #B91AAB: hue angle of 305.28º 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 #B91AAB is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 26 | 171 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.27 |
| HSL | 305.28º | 0.75% | 0.41% | - |
| HSV(B) | 305.28º | 0.86% | 0.73% | - |
| XYZ | 27.73 | 13.99 | 39.77 | - |
| YUV | 90.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 171 | 0 | 0.86 | 0.08 | 0.27 | 305.28 | 0.75 | 0.41 |
| Hex | B9 | 1A | AB | 0 | 56 | 8 | 1B | 131 | 4B | 29 |
| Octal | 271 | 32 | 253 | 0 | 126 | 10 | 33 | 461 | 113 | 51 |
| Binary | 10111001 | 11010 | 10101011 | 0 | 1010110 | 1000 | 11011 | 100110001 | 1001011 | 101001 |
Color Harmonies of #B91AAB
Complementary color
Monochromatic Colors of #B91AAB
Black with #B91AAB
Text Example
Text Example
White with #B91AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91AAB; }
p { color: rgb(185,26,171); }
H1.HeaderClassName
{
color: #B91AAB;
}
.AnyTagClassName
{
color: #B91AAB;
}
</style>
background-color css
<style>
a { background-color: #B91AAB; }
a { background-color: rgb(185,26,171); }
div.DivClassName
{
background-color: #B91AAB;
}
.BgClassName
{
background-color: #B91AAB;
}
</style>
border-color css
<style>
span { border-color: #B91AAB; }
span { border-color: rgb(185,26,171); }
td.TdClassName
{
border-color: #B91AAB;
}
.TagClassName
{
border-color: #B91AAB;
}
</style>