Shades of Deep Magenta #B81AB9
Tints of Deep Magenta #B81AB9
RGB
CMYK
RGB Variations
Color information
#B81AB9 (or 0xB81AB9) is known color: Deep Magenta. HEX triplet: B8, 1A and B9. RGB value is (184,26,185). Sum of RGB (Red+Green+Blue) = 184+26+185=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #B81AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81AB9 is #47E546. Grayscale: #5A5A5A. Windows color (decimal): -4711751 or 12131000. OLE color: 12131000.
HSL color Cylindrical-coordinate representation of color #B81AB9: hue angle of 299.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81AB9 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 26 | 185 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.27 |
| HSL | 299.62º | 0.75% | 0.41% | - |
| HSV(B) | 299.62º | 0.86% | 0.73% | - |
| XYZ | 28.89 | 14.43 | 47.16 | - |
| YUV | 91.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 185 | 0.01 | 0.86 | 0 | 0.27 | 299.62 | 0.75 | 0.41 |
| Hex | B8 | 1A | B9 | 1 | 56 | 0 | 1B | 12C | 4B | 29 |
| Octal | 270 | 32 | 271 | 1 | 126 | 0 | 33 | 454 | 113 | 51 |
| Binary | 10111000 | 11010 | 10111001 | 1 | 1010110 | 0 | 11011 | 100101100 | 1001011 | 101001 |
Color Harmonies of #B81AB9
Complementary color
Monochromatic Colors of #B81AB9
Black with #B81AB9
Text Example
Text Example
White with #B81AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AB9; }
p { color: rgb(184,26,185); }
H1.HeaderClassName
{
color: #B81AB9;
}
.AnyTagClassName
{
color: #B81AB9;
}
</style>
background-color css
<style>
a { background-color: #B81AB9; }
a { background-color: rgb(184,26,185); }
div.DivClassName
{
background-color: #B81AB9;
}
.BgClassName
{
background-color: #B81AB9;
}
</style>
border-color css
<style>
span { border-color: #B81AB9; }
span { border-color: rgb(184,26,185); }
td.TdClassName
{
border-color: #B81AB9;
}
.TagClassName
{
border-color: #B81AB9;
}
</style>