Shades of Deep Magenta #B81AB2
Tints of Deep Magenta #B81AB2
RGB
CMYK
RGB Variations
Color information
#B81AB2 (or 0xB81AB2) is known color: Deep Magenta. HEX triplet: B8, 1A and B2. RGB value is (184,26,178). Sum of RGB (Red+Green+Blue) = 184+26+178=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B81AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81AB2 is #47E54D. Grayscale: #5A5A5A. Windows color (decimal): -4711758 or 11672248. OLE color: 11672248.
HSL color Cylindrical-coordinate representation of color #B81AB2: hue angle of 302.28º 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 #B81AB2 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 178 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.28 |
| HSL | 302.28º | 0.75% | 0.41% | - |
| HSV(B) | 302.28º | 0.86% | 0.72% | - |
| XYZ | 28.17 | 14.14 | 43.36 | - |
| YUV | 90.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 178 | 0 | 0.86 | 0.03 | 0.28 | 302.28 | 0.75 | 0.41 |
| Hex | B8 | 1A | B2 | 0 | 56 | 3 | 1C | 12E | 4B | 29 |
| Octal | 270 | 32 | 262 | 0 | 126 | 3 | 34 | 456 | 113 | 51 |
| Binary | 10111000 | 11010 | 10110010 | 0 | 1010110 | 11 | 11100 | 100101110 | 1001011 | 101001 |
Color Harmonies of #B81AB2
Complementary color
Monochromatic Colors of #B81AB2
Black with #B81AB2
Text Example
Text Example
White with #B81AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AB2; }
p { color: rgb(184,26,178); }
H1.HeaderClassName
{
color: #B81AB2;
}
.AnyTagClassName
{
color: #B81AB2;
}
</style>
background-color css
<style>
a { background-color: #B81AB2; }
a { background-color: rgb(184,26,178); }
div.DivClassName
{
background-color: #B81AB2;
}
.BgClassName
{
background-color: #B81AB2;
}
</style>
border-color css
<style>
span { border-color: #B81AB2; }
span { border-color: rgb(184,26,178); }
td.TdClassName
{
border-color: #B81AB2;
}
.TagClassName
{
border-color: #B81AB2;
}
</style>