Shades of Deep Magenta #B30AB1
Tints of Deep Magenta #B30AB1
RGB
CMYK
RGB Variations
Color information
#B30AB1 (or 0xB30AB1) is known color: Deep Magenta. HEX triplet: B3, 0A and B1. RGB value is (179,10,177). Sum of RGB (Red+Green+Blue) = 179+10+177=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AB1 is #4CF54E. Grayscale: #4F4F4F. Windows color (decimal): -5043535 or 11602611. OLE color: 11602611.
HSL color Cylindrical-coordinate representation of color #B30AB1: hue angle of 300.71º 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 #B30AB1 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 177 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.30 |
| HSL | 300.71º | 0.89% | 0.37% | - |
| HSV(B) | 300.71º | 0.94% | 0.7% | - |
| XYZ | 26.63 | 12.98 | 42.7 | - |
| YUV | 79.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 177 | 0 | 0.94 | 0.01 | 0.30 | 300.71 | 0.89 | 0.37 |
| Hex | B3 | A | B1 | 0 | 5E | 1 | 1E | 12D | 59 | 25 |
| Octal | 263 | 12 | 261 | 0 | 136 | 1 | 36 | 455 | 131 | 45 |
| Binary | 10110011 | 1010 | 10110001 | 0 | 1011110 | 1 | 11110 | 100101101 | 1011001 | 100101 |
Color Harmonies of #B30AB1
Complementary color
Monochromatic Colors of #B30AB1
Black with #B30AB1
Text Example
Text Example
White with #B30AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AB1; }
p { color: rgb(179,10,177); }
H1.HeaderClassName
{
color: #B30AB1;
}
.AnyTagClassName
{
color: #B30AB1;
}
</style>
background-color css
<style>
a { background-color: #B30AB1; }
a { background-color: rgb(179,10,177); }
div.DivClassName
{
background-color: #B30AB1;
}
.BgClassName
{
background-color: #B30AB1;
}
</style>
border-color css
<style>
span { border-color: #B30AB1; }
span { border-color: rgb(179,10,177); }
td.TdClassName
{
border-color: #B30AB1;
}
.TagClassName
{
border-color: #B30AB1;
}
</style>