Shades of Deep Magenta #B30AB0
Tints of Deep Magenta #B30AB0
RGB
CMYK
RGB Variations
Color information
#B30AB0 (or 0xB30AB0) is known color: Deep Magenta. HEX triplet: B3, 0A and B0. RGB value is (179,10,176). Sum of RGB (Red+Green+Blue) = 179+10+176=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AB0 is #4CF54F. Grayscale: #4E4E4E. Windows color (decimal): -5043536 or 11537075. OLE color: 11537075.
HSL color Cylindrical-coordinate representation of color #B30AB0: hue angle of 301.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30AB0 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 176 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.30 |
| HSL | 301.07º | 0.89% | 0.37% | - |
| HSV(B) | 301.07º | 0.94% | 0.7% | - |
| XYZ | 26.54 | 12.94 | 42.17 | - |
| YUV | 79.46 | 182.49 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 176 | 0 | 0.94 | 0.02 | 0.30 | 301.07 | 0.89 | 0.37 |
| Hex | B3 | A | B0 | 0 | 5E | 2 | 1E | 12D | 59 | 25 |
| Octal | 263 | 12 | 260 | 0 | 136 | 2 | 36 | 455 | 131 | 45 |
| Binary | 10110011 | 1010 | 10110000 | 0 | 1011110 | 10 | 11110 | 100101101 | 1011001 | 100101 |
Color Harmonies of #B30AB0
Complementary color
Monochromatic Colors of #B30AB0
Black with #B30AB0
Text Example
Text Example
White with #B30AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AB0; }
p { color: rgb(179,10,176); }
H1.HeaderClassName
{
color: #B30AB0;
}
.AnyTagClassName
{
color: #B30AB0;
}
</style>
background-color css
<style>
a { background-color: #B30AB0; }
a { background-color: rgb(179,10,176); }
div.DivClassName
{
background-color: #B30AB0;
}
.BgClassName
{
background-color: #B30AB0;
}
</style>
border-color css
<style>
span { border-color: #B30AB0; }
span { border-color: rgb(179,10,176); }
td.TdClassName
{
border-color: #B30AB0;
}
.TagClassName
{
border-color: #B30AB0;
}
</style>