Shades of Deep Magenta #B81AB0
Tints of Deep Magenta #B81AB0
RGB
CMYK
RGB Variations
Color information
#B81AB0 (or 0xB81AB0) is known color: Deep Magenta. HEX triplet: B8, 1A and B0. RGB value is (184,26,176). Sum of RGB (Red+Green+Blue) = 184+26+176=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B81AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81AB0 is #47E54F. Grayscale: #595959. Windows color (decimal): -4711760 or 11541176. OLE color: 11541176.
HSL color Cylindrical-coordinate representation of color #B81AB0: hue angle of 303.04º 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 #B81AB0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 176 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.28 |
| HSL | 303.04º | 0.75% | 0.41% | - |
| HSV(B) | 303.04º | 0.86% | 0.72% | - |
| XYZ | 27.97 | 14.06 | 42.31 | - |
| YUV | 90.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 176 | 0 | 0.86 | 0.04 | 0.28 | 303.04 | 0.75 | 0.41 |
| Hex | B8 | 1A | B0 | 0 | 56 | 4 | 1C | 12F | 4B | 29 |
| Octal | 270 | 32 | 260 | 0 | 126 | 4 | 34 | 457 | 113 | 51 |
| Binary | 10111000 | 11010 | 10110000 | 0 | 1010110 | 100 | 11100 | 100101111 | 1001011 | 101001 |
Color Harmonies of #B81AB0
Complementary color
Monochromatic Colors of #B81AB0
Black with #B81AB0
Text Example
Text Example
White with #B81AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AB0; }
p { color: rgb(184,26,176); }
H1.HeaderClassName
{
color: #B81AB0;
}
.AnyTagClassName
{
color: #B81AB0;
}
</style>
background-color css
<style>
a { background-color: #B81AB0; }
a { background-color: rgb(184,26,176); }
div.DivClassName
{
background-color: #B81AB0;
}
.BgClassName
{
background-color: #B81AB0;
}
</style>
border-color css
<style>
span { border-color: #B81AB0; }
span { border-color: rgb(184,26,176); }
td.TdClassName
{
border-color: #B81AB0;
}
.TagClassName
{
border-color: #B81AB0;
}
</style>