Shades of Deep Magenta #B30EB0
Tints of Deep Magenta #B30EB0
RGB
CMYK
RGB Variations
Color information
#B30EB0 (or 0xB30EB0) is known color: Deep Magenta. HEX triplet: B3, 0E and B0. RGB value is (179,14,176). Sum of RGB (Red+Green+Blue) = 179+14+176=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B30EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30EB0 is #4CF14F. Grayscale: #515151. Windows color (decimal): -5042512 or 11538099. OLE color: 11538099.
HSL color Cylindrical-coordinate representation of color #B30EB0: hue angle of 301.09º 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 #B30EB0 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 176 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.30 |
| HSL | 301.09º | 0.85% | 0.38% | - |
| HSV(B) | 301.09º | 0.92% | 0.7% | - |
| XYZ | 26.58 | 13.03 | 42.19 | - |
| YUV | 81.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 176 | 0 | 0.92 | 0.02 | 0.30 | 301.09 | 0.85 | 0.38 |
| Hex | B3 | E | B0 | 0 | 5C | 2 | 1E | 12D | 55 | 26 |
| Octal | 263 | 16 | 260 | 0 | 134 | 2 | 36 | 455 | 125 | 46 |
| Binary | 10110011 | 1110 | 10110000 | 0 | 1011100 | 10 | 11110 | 100101101 | 1010101 | 100110 |
Color Harmonies of #B30EB0
Complementary color
Monochromatic Colors of #B30EB0
Black with #B30EB0
Text Example
Text Example
White with #B30EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EB0; }
p { color: rgb(179,14,176); }
H1.HeaderClassName
{
color: #B30EB0;
}
.AnyTagClassName
{
color: #B30EB0;
}
</style>
background-color css
<style>
a { background-color: #B30EB0; }
a { background-color: rgb(179,14,176); }
div.DivClassName
{
background-color: #B30EB0;
}
.BgClassName
{
background-color: #B30EB0;
}
</style>
border-color css
<style>
span { border-color: #B30EB0; }
span { border-color: rgb(179,14,176); }
td.TdClassName
{
border-color: #B30EB0;
}
.TagClassName
{
border-color: #B30EB0;
}
</style>