Shades of Deep Magenta #B30EAC
Tints of Deep Magenta #B30EAC
RGB
CMYK
RGB Variations
Color information
#B30EAC (or 0xB30EAC) is known color: Deep Magenta. HEX triplet: B3, 0E and AC. RGB value is (179,14,172). Sum of RGB (Red+Green+Blue) = 179+14+172=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B30EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30EAC is #4CF153. Grayscale: #505050. Windows color (decimal): -5042516 or 11275955. OLE color: 11275955.
HSL color Cylindrical-coordinate representation of color #B30EAC: hue angle of 302.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30EAC is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 172 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.30 |
| HSL | 302.55º | 0.85% | 0.38% | - |
| HSV(B) | 302.55º | 0.92% | 0.7% | - |
| XYZ | 26.19 | 12.88 | 40.13 | - |
| YUV | 81.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 172 | 0 | 0.92 | 0.04 | 0.30 | 302.55 | 0.85 | 0.38 |
| Hex | B3 | E | AC | 0 | 5C | 4 | 1E | 12F | 55 | 26 |
| Octal | 263 | 16 | 254 | 0 | 134 | 4 | 36 | 457 | 125 | 46 |
| Binary | 10110011 | 1110 | 10101100 | 0 | 1011100 | 100 | 11110 | 100101111 | 1010101 | 100110 |
Color Harmonies of #B30EAC
Complementary color
Monochromatic Colors of #B30EAC
Black with #B30EAC
Text Example
Text Example
White with #B30EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EAC; }
p { color: rgb(179,14,172); }
H1.HeaderClassName
{
color: #B30EAC;
}
.AnyTagClassName
{
color: #B30EAC;
}
</style>
background-color css
<style>
a { background-color: #B30EAC; }
a { background-color: rgb(179,14,172); }
div.DivClassName
{
background-color: #B30EAC;
}
.BgClassName
{
background-color: #B30EAC;
}
</style>
border-color css
<style>
span { border-color: #B30EAC; }
span { border-color: rgb(179,14,172); }
td.TdClassName
{
border-color: #B30EAC;
}
.TagClassName
{
border-color: #B30EAC;
}
</style>