Shades of Deep Magenta #B50EBA
Tints of Deep Magenta #B50EBA
RGB
CMYK
RGB Variations
Color information
#B50EBA (or 0xB50EBA) is known color: Deep Magenta. HEX triplet: B5, 0E and BA. RGB value is (181,14,186). Sum of RGB (Red+Green+Blue) = 181+14+186=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B50EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EBA is #4AF145. Grayscale: #535353. Windows color (decimal): -4911430 or 12193461. OLE color: 12193461.
HSL color Cylindrical-coordinate representation of color #B50EBA: hue angle of 298.26º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50EBA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 14 | 186 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.27 |
| HSL | 298.26º | 0.86% | 0.39% | - |
| HSV(B) | 298.26º | 0.92% | 0.73% | - |
| XYZ | 28.08 | 13.68 | 47.62 | - |
| YUV | 83.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 186 | 0.03 | 0.92 | 0 | 0.27 | 298.26 | 0.86 | 0.39 |
| Hex | B5 | E | BA | 3 | 5C | 0 | 1B | 12A | 56 | 27 |
| Octal | 265 | 16 | 272 | 3 | 134 | 0 | 33 | 452 | 126 | 47 |
| Binary | 10110101 | 1110 | 10111010 | 11 | 1011100 | 0 | 11011 | 100101010 | 1010110 | 100111 |
Color Harmonies of #B50EBA
Complementary color
Monochromatic Colors of #B50EBA
Black with #B50EBA
Text Example
Text Example
White with #B50EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EBA; }
p { color: rgb(181,14,186); }
H1.HeaderClassName
{
color: #B50EBA;
}
.AnyTagClassName
{
color: #B50EBA;
}
</style>
background-color css
<style>
a { background-color: #B50EBA; }
a { background-color: rgb(181,14,186); }
div.DivClassName
{
background-color: #B50EBA;
}
.BgClassName
{
background-color: #B50EBA;
}
</style>
border-color css
<style>
span { border-color: #B50EBA; }
span { border-color: rgb(181,14,186); }
td.TdClassName
{
border-color: #B50EBA;
}
.TagClassName
{
border-color: #B50EBA;
}
</style>