Shades of Deep Magenta #B81AAB
Tints of Deep Magenta #B81AAB
RGB
CMYK
RGB Variations
Color information
#B81AAB (or 0xB81AAB) is known color: Deep Magenta. HEX triplet: B8, 1A and AB. RGB value is (184,26,171). Sum of RGB (Red+Green+Blue) = 184+26+171=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B81AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81AAB is #47E554. Grayscale: #595959. Windows color (decimal): -4711765 or 11213496. OLE color: 11213496.
HSL color Cylindrical-coordinate representation of color #B81AAB: hue angle of 304.94º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81AAB is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 171 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.28 |
| HSL | 304.94º | 0.75% | 0.41% | - |
| HSV(B) | 304.94º | 0.86% | 0.72% | - |
| XYZ | 27.49 | 13.87 | 39.76 | - |
| YUV | 89.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 171 | 0 | 0.86 | 0.07 | 0.28 | 304.94 | 0.75 | 0.41 |
| Hex | B8 | 1A | AB | 0 | 56 | 7 | 1C | 131 | 4B | 29 |
| Octal | 270 | 32 | 253 | 0 | 126 | 7 | 34 | 461 | 113 | 51 |
| Binary | 10111000 | 11010 | 10101011 | 0 | 1010110 | 111 | 11100 | 100110001 | 1001011 | 101001 |
Color Harmonies of #B81AAB
Complementary color
Monochromatic Colors of #B81AAB
Black with #B81AAB
Text Example
Text Example
White with #B81AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AAB; }
p { color: rgb(184,26,171); }
H1.HeaderClassName
{
color: #B81AAB;
}
.AnyTagClassName
{
color: #B81AAB;
}
</style>
background-color css
<style>
a { background-color: #B81AAB; }
a { background-color: rgb(184,26,171); }
div.DivClassName
{
background-color: #B81AAB;
}
.BgClassName
{
background-color: #B81AAB;
}
</style>
border-color css
<style>
span { border-color: #B81AAB; }
span { border-color: rgb(184,26,171); }
td.TdClassName
{
border-color: #B81AAB;
}
.TagClassName
{
border-color: #B81AAB;
}
</style>