Shades of Deep Magenta #B10EBA
Tints of Deep Magenta #B10EBA
RGB
CMYK
RGB Variations
Color information
#B10EBA (or 0xB10EBA) is known color: Deep Magenta. HEX triplet: B1, 0E and BA. RGB value is (177,14,186). Sum of RGB (Red+Green+Blue) = 177+14+186=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #B10EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EBA is #4EF145. Grayscale: #515151. Windows color (decimal): -5173574 or 12193457. OLE color: 12193457.
HSL color Cylindrical-coordinate representation of color #B10EBA: hue angle of 296.86º 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 #B10EBA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 14 | 186 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.27 |
| HSL | 296.86º | 0.86% | 0.39% | - |
| HSV(B) | 296.86º | 0.92% | 0.73% | - |
| XYZ | 27.15 | 13.21 | 47.57 | - |
| YUV | 82.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 186 | 0.05 | 0.92 | 0 | 0.27 | 296.86 | 0.86 | 0.39 |
| Hex | B1 | E | BA | 5 | 5C | 0 | 1B | 129 | 56 | 27 |
| Octal | 261 | 16 | 272 | 5 | 134 | 0 | 33 | 451 | 126 | 47 |
| Binary | 10110001 | 1110 | 10111010 | 101 | 1011100 | 0 | 11011 | 100101001 | 1010110 | 100111 |
Color Harmonies of #B10EBA
Complementary color
Monochromatic Colors of #B10EBA
Black with #B10EBA
Text Example
Text Example
White with #B10EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10EBA; }
p { color: rgb(177,14,186); }
H1.HeaderClassName
{
color: #B10EBA;
}
.AnyTagClassName
{
color: #B10EBA;
}
</style>
background-color css
<style>
a { background-color: #B10EBA; }
a { background-color: rgb(177,14,186); }
div.DivClassName
{
background-color: #B10EBA;
}
.BgClassName
{
background-color: #B10EBA;
}
</style>
border-color css
<style>
span { border-color: #B10EBA; }
span { border-color: rgb(177,14,186); }
td.TdClassName
{
border-color: #B10EBA;
}
.TagClassName
{
border-color: #B10EBA;
}
</style>