Shades of Deep Magenta #B81BAB
Tints of Deep Magenta #B81BAB
RGB
CMYK
RGB Variations
Color information
#B81BAB (or 0xB81BAB) is known color: Deep Magenta. HEX triplet: B8, 1B and AB. RGB value is (184,27,171). Sum of RGB (Red+Green+Blue) = 184+27+171=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B81BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81BAB is #47E454. Grayscale: #595959. Windows color (decimal): -4711509 or 11213752. OLE color: 11213752.
HSL color Cylindrical-coordinate representation of color #B81BAB: hue angle of 304.97º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81BAB is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 171 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.28 |
| HSL | 304.97º | 0.74% | 0.41% | - |
| HSV(B) | 304.97º | 0.85% | 0.72% | - |
| XYZ | 27.51 | 13.91 | 39.76 | - |
| YUV | 90.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 171 | 0 | 0.85 | 0.07 | 0.28 | 304.97 | 0.74 | 0.41 |
| Hex | B8 | 1B | AB | 0 | 55 | 7 | 1C | 131 | 4A | 29 |
| Octal | 270 | 33 | 253 | 0 | 125 | 7 | 34 | 461 | 112 | 51 |
| Binary | 10111000 | 11011 | 10101011 | 0 | 1010101 | 111 | 11100 | 100110001 | 1001010 | 101001 |
Color Harmonies of #B81BAB
Complementary color
Monochromatic Colors of #B81BAB
Black with #B81BAB
Text Example
Text Example
White with #B81BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BAB; }
p { color: rgb(184,27,171); }
H1.HeaderClassName
{
color: #B81BAB;
}
.AnyTagClassName
{
color: #B81BAB;
}
</style>
background-color css
<style>
a { background-color: #B81BAB; }
a { background-color: rgb(184,27,171); }
div.DivClassName
{
background-color: #B81BAB;
}
.BgClassName
{
background-color: #B81BAB;
}
</style>
border-color css
<style>
span { border-color: #B81BAB; }
span { border-color: rgb(184,27,171); }
td.TdClassName
{
border-color: #B81BAB;
}
.TagClassName
{
border-color: #B81BAB;
}
</style>