Shades of Deep Magenta #B81AB1
Tints of Deep Magenta #B81AB1
RGB
CMYK
RGB Variations
Color information
#B81AB1 (or 0xB81AB1) is known color: Deep Magenta. HEX triplet: B8, 1A and B1. RGB value is (184,26,177). Sum of RGB (Red+Green+Blue) = 184+26+177=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B81AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81AB1 is #47E54E. Grayscale: #5A5A5A. Windows color (decimal): -4711759 or 11606712. OLE color: 11606712.
HSL color Cylindrical-coordinate representation of color #B81AB1: hue angle of 302.66º 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 #B81AB1 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 177 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.28 |
| HSL | 302.66º | 0.75% | 0.41% | - |
| HSV(B) | 302.66º | 0.86% | 0.72% | - |
| XYZ | 28.07 | 14.1 | 42.84 | - |
| YUV | 90.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 177 | 0 | 0.86 | 0.04 | 0.28 | 302.66 | 0.75 | 0.41 |
| Hex | B8 | 1A | B1 | 0 | 56 | 4 | 1C | 12F | 4B | 29 |
| Octal | 270 | 32 | 261 | 0 | 126 | 4 | 34 | 457 | 113 | 51 |
| Binary | 10111000 | 11010 | 10110001 | 0 | 1010110 | 100 | 11100 | 100101111 | 1001011 | 101001 |
Color Harmonies of #B81AB1
Complementary color
Monochromatic Colors of #B81AB1
Black with #B81AB1
Text Example
Text Example
White with #B81AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AB1; }
p { color: rgb(184,26,177); }
H1.HeaderClassName
{
color: #B81AB1;
}
.AnyTagClassName
{
color: #B81AB1;
}
</style>
background-color css
<style>
a { background-color: #B81AB1; }
a { background-color: rgb(184,26,177); }
div.DivClassName
{
background-color: #B81AB1;
}
.BgClassName
{
background-color: #B81AB1;
}
</style>
border-color css
<style>
span { border-color: #B81AB1; }
span { border-color: rgb(184,26,177); }
td.TdClassName
{
border-color: #B81AB1;
}
.TagClassName
{
border-color: #B81AB1;
}
</style>