Shades of Deep Magenta #B81EB9
Tints of Deep Magenta #B81EB9
RGB
CMYK
RGB Variations
Color information
#B81EB9 (or 0xB81EB9) is known color: Deep Magenta. HEX triplet: B8, 1E and B9. RGB value is (184,30,185). Sum of RGB (Red+Green+Blue) = 184+30+185=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #B81EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EB9 is #47E146. Grayscale: #5D5D5D. Windows color (decimal): -4710727 or 12132024. OLE color: 12132024.
HSL color Cylindrical-coordinate representation of color #B81EB9: hue angle of 299.61º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81EB9 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 30 | 185 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.27 |
| HSL | 299.61º | 0.72% | 0.42% | - |
| HSV(B) | 299.61º | 0.84% | 0.73% | - |
| XYZ | 28.99 | 14.62 | 47.19 | - |
| YUV | 93.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 185 | 0.01 | 0.84 | 0 | 0.27 | 299.61 | 0.72 | 0.42 |
| Hex | B8 | 1E | B9 | 1 | 54 | 0 | 1B | 12C | 48 | 2A |
| Octal | 270 | 36 | 271 | 1 | 124 | 0 | 33 | 454 | 110 | 52 |
| Binary | 10111000 | 11110 | 10111001 | 1 | 1010100 | 0 | 11011 | 100101100 | 1001000 | 101010 |
Color Harmonies of #B81EB9
Complementary color
Monochromatic Colors of #B81EB9
Black with #B81EB9
Text Example
Text Example
White with #B81EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EB9; }
p { color: rgb(184,30,185); }
H1.HeaderClassName
{
color: #B81EB9;
}
.AnyTagClassName
{
color: #B81EB9;
}
</style>
background-color css
<style>
a { background-color: #B81EB9; }
a { background-color: rgb(184,30,185); }
div.DivClassName
{
background-color: #B81EB9;
}
.BgClassName
{
background-color: #B81EB9;
}
</style>
border-color css
<style>
span { border-color: #B81EB9; }
span { border-color: rgb(184,30,185); }
td.TdClassName
{
border-color: #B81EB9;
}
.TagClassName
{
border-color: #B81EB9;
}
</style>