Shades of Deep Magenta #B81EB1
Tints of Deep Magenta #B81EB1
RGB
CMYK
RGB Variations
Color information
#B81EB1 (or 0xB81EB1) is known color: Deep Magenta. HEX triplet: B8, 1E and B1. RGB value is (184,30,177). Sum of RGB (Red+Green+Blue) = 184+30+177=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B81EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81EB1 is #47E14E. Grayscale: #5C5C5C. Windows color (decimal): -4710735 or 11607736. OLE color: 11607736.
HSL color Cylindrical-coordinate representation of color #B81EB1: hue angle of 302.73º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81EB1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 177 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.28 |
| HSL | 302.73º | 0.72% | 0.42% | - |
| HSV(B) | 302.73º | 0.84% | 0.72% | - |
| XYZ | 28.17 | 14.29 | 42.87 | - |
| YUV | 92.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 177 | 0 | 0.84 | 0.04 | 0.28 | 302.73 | 0.72 | 0.42 |
| Hex | B8 | 1E | B1 | 0 | 54 | 4 | 1C | 12F | 48 | 2A |
| Octal | 270 | 36 | 261 | 0 | 124 | 4 | 34 | 457 | 110 | 52 |
| Binary | 10111000 | 11110 | 10110001 | 0 | 1010100 | 100 | 11100 | 100101111 | 1001000 | 101010 |
Color Harmonies of #B81EB1
Complementary color
Monochromatic Colors of #B81EB1
Black with #B81EB1
Text Example
Text Example
White with #B81EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EB1; }
p { color: rgb(184,30,177); }
H1.HeaderClassName
{
color: #B81EB1;
}
.AnyTagClassName
{
color: #B81EB1;
}
</style>
background-color css
<style>
a { background-color: #B81EB1; }
a { background-color: rgb(184,30,177); }
div.DivClassName
{
background-color: #B81EB1;
}
.BgClassName
{
background-color: #B81EB1;
}
</style>
border-color css
<style>
span { border-color: #B81EB1; }
span { border-color: rgb(184,30,177); }
td.TdClassName
{
border-color: #B81EB1;
}
.TagClassName
{
border-color: #B81EB1;
}
</style>