Shades of Deep Magenta #B91AAF
Tints of Deep Magenta #B91AAF
RGB
CMYK
RGB Variations
Color information
#B91AAF (or 0xB91AAF) is known color: Deep Magenta. HEX triplet: B9, 1A and AF. RGB value is (185,26,175). Sum of RGB (Red+Green+Blue) = 185+26+175=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B91AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91AAF is #46E550. Grayscale: #5A5A5A. Windows color (decimal): -4646225 or 11475641. OLE color: 11475641.
HSL color Cylindrical-coordinate representation of color #B91AAF: hue angle of 303.77º 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 #B91AAF is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 26 | 175 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.27 |
| HSL | 303.77º | 0.75% | 0.41% | - |
| HSV(B) | 303.77º | 0.86% | 0.73% | - |
| XYZ | 28.11 | 14.15 | 41.81 | - |
| YUV | 90.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 175 | 0 | 0.86 | 0.05 | 0.27 | 303.77 | 0.75 | 0.41 |
| Hex | B9 | 1A | AF | 0 | 56 | 5 | 1B | 130 | 4B | 29 |
| Octal | 271 | 32 | 257 | 0 | 126 | 5 | 33 | 460 | 113 | 51 |
| Binary | 10111001 | 11010 | 10101111 | 0 | 1010110 | 101 | 11011 | 100110000 | 1001011 | 101001 |
Color Harmonies of #B91AAF
Complementary color
Monochromatic Colors of #B91AAF
Black with #B91AAF
Text Example
Text Example
White with #B91AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91AAF; }
p { color: rgb(185,26,175); }
H1.HeaderClassName
{
color: #B91AAF;
}
.AnyTagClassName
{
color: #B91AAF;
}
</style>
background-color css
<style>
a { background-color: #B91AAF; }
a { background-color: rgb(185,26,175); }
div.DivClassName
{
background-color: #B91AAF;
}
.BgClassName
{
background-color: #B91AAF;
}
</style>
border-color css
<style>
span { border-color: #B91AAF; }
span { border-color: rgb(185,26,175); }
td.TdClassName
{
border-color: #B91AAF;
}
.TagClassName
{
border-color: #B91AAF;
}
</style>