Shades of Deep Magenta #B81EB0
Tints of Deep Magenta #B81EB0
RGB
CMYK
RGB Variations
Color information
#B81EB0 (or 0xB81EB0) is known color: Deep Magenta. HEX triplet: B8, 1E and B0. RGB value is (184,30,176). Sum of RGB (Red+Green+Blue) = 184+30+176=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B81EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81EB0 is #47E14F. Grayscale: #5C5C5C. Windows color (decimal): -4710736 or 11542200. OLE color: 11542200.
HSL color Cylindrical-coordinate representation of color #B81EB0: hue angle of 303.12º 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 #B81EB0 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 176 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.28 |
| HSL | 303.12º | 0.72% | 0.42% | - |
| HSV(B) | 303.12º | 0.84% | 0.72% | - |
| XYZ | 28.07 | 14.25 | 42.35 | - |
| YUV | 92.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 176 | 0 | 0.84 | 0.04 | 0.28 | 303.12 | 0.72 | 0.42 |
| Hex | B8 | 1E | B0 | 0 | 54 | 4 | 1C | 12F | 48 | 2A |
| Octal | 270 | 36 | 260 | 0 | 124 | 4 | 34 | 457 | 110 | 52 |
| Binary | 10111000 | 11110 | 10110000 | 0 | 1010100 | 100 | 11100 | 100101111 | 1001000 | 101010 |
Color Harmonies of #B81EB0
Complementary color
Monochromatic Colors of #B81EB0
Black with #B81EB0
Text Example
Text Example
White with #B81EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EB0; }
p { color: rgb(184,30,176); }
H1.HeaderClassName
{
color: #B81EB0;
}
.AnyTagClassName
{
color: #B81EB0;
}
</style>
background-color css
<style>
a { background-color: #B81EB0; }
a { background-color: rgb(184,30,176); }
div.DivClassName
{
background-color: #B81EB0;
}
.BgClassName
{
background-color: #B81EB0;
}
</style>
border-color css
<style>
span { border-color: #B81EB0; }
span { border-color: rgb(184,30,176); }
td.TdClassName
{
border-color: #B81EB0;
}
.TagClassName
{
border-color: #B81EB0;
}
</style>