Shades of Deep Magenta #B30EBC
Tints of Deep Magenta #B30EBC
RGB
CMYK
RGB Variations
Color information
#B30EBC (or 0xB30EBC) is known color: Deep Magenta. HEX triplet: B3, 0E and BC. RGB value is (179,14,188). Sum of RGB (Red+Green+Blue) = 179+14+188=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #B30EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30EBC is #4CF143. Grayscale: #525252. Windows color (decimal): -5042500 or 12324531. OLE color: 12324531.
HSL color Cylindrical-coordinate representation of color #B30EBC: hue angle of 296.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30EBC is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 14 | 188 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.26 |
| HSL | 296.9º | 0.86% | 0.4% | - |
| HSV(B) | 296.9º | 0.93% | 0.74% | - |
| XYZ | 27.82 | 13.53 | 48.72 | - |
| YUV | 83.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 188 | 0.05 | 0.93 | 0 | 0.26 | 296.9 | 0.86 | 0.4 |
| Hex | B3 | E | BC | 5 | 5D | 0 | 1A | 129 | 56 | 28 |
| Octal | 263 | 16 | 274 | 5 | 135 | 0 | 32 | 451 | 126 | 50 |
| Binary | 10110011 | 1110 | 10111100 | 101 | 1011101 | 0 | 11010 | 100101001 | 1010110 | 101000 |
Color Harmonies of #B30EBC
Complementary color
Monochromatic Colors of #B30EBC
Black with #B30EBC
Text Example
Text Example
White with #B30EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EBC; }
p { color: rgb(179,14,188); }
H1.HeaderClassName
{
color: #B30EBC;
}
.AnyTagClassName
{
color: #B30EBC;
}
</style>
background-color css
<style>
a { background-color: #B30EBC; }
a { background-color: rgb(179,14,188); }
div.DivClassName
{
background-color: #B30EBC;
}
.BgClassName
{
background-color: #B30EBC;
}
</style>
border-color css
<style>
span { border-color: #B30EBC; }
span { border-color: rgb(179,14,188); }
td.TdClassName
{
border-color: #B30EBC;
}
.TagClassName
{
border-color: #B30EBC;
}
</style>