Shades of Deep Magenta #B30AB2
Tints of Deep Magenta #B30AB2
RGB
CMYK
RGB Variations
Color information
#B30AB2 (or 0xB30AB2) is known color: Deep Magenta. HEX triplet: B3, 0A and B2. RGB value is (179,10,178). Sum of RGB (Red+Green+Blue) = 179+10+178=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AB2 is #4CF54D. Grayscale: #4F4F4F. Windows color (decimal): -5043534 or 11668147. OLE color: 11668147.
HSL color Cylindrical-coordinate representation of color #B30AB2: hue angle of 300.36º 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 #B30AB2 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 178 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.30 |
| HSL | 300.36º | 0.89% | 0.37% | - |
| HSV(B) | 300.36º | 0.94% | 0.7% | - |
| XYZ | 26.73 | 13.02 | 43.22 | - |
| YUV | 79.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 178 | 0 | 0.94 | 0.01 | 0.30 | 300.36 | 0.89 | 0.37 |
| Hex | B3 | A | B2 | 0 | 5E | 1 | 1E | 12C | 59 | 25 |
| Octal | 263 | 12 | 262 | 0 | 136 | 1 | 36 | 454 | 131 | 45 |
| Binary | 10110011 | 1010 | 10110010 | 0 | 1011110 | 1 | 11110 | 100101100 | 1011001 | 100101 |
Color Harmonies of #B30AB2
Complementary color
Monochromatic Colors of #B30AB2
Black with #B30AB2
Text Example
Text Example
White with #B30AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AB2; }
p { color: rgb(179,10,178); }
H1.HeaderClassName
{
color: #B30AB2;
}
.AnyTagClassName
{
color: #B30AB2;
}
</style>
background-color css
<style>
a { background-color: #B30AB2; }
a { background-color: rgb(179,10,178); }
div.DivClassName
{
background-color: #B30AB2;
}
.BgClassName
{
background-color: #B30AB2;
}
</style>
border-color css
<style>
span { border-color: #B30AB2; }
span { border-color: rgb(179,10,178); }
td.TdClassName
{
border-color: #B30AB2;
}
.TagClassName
{
border-color: #B30AB2;
}
</style>