Shades of Deep Magenta #B30AAE
Tints of Deep Magenta #B30AAE
RGB
CMYK
RGB Variations
Color information
#B30AAE (or 0xB30AAE) is known color: Deep Magenta. HEX triplet: B3, 0A and AE. RGB value is (179,10,174). Sum of RGB (Red+Green+Blue) = 179+10+174=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AAE is #4CF551. Grayscale: #4E4E4E. Windows color (decimal): -5043538 or 11406003. OLE color: 11406003.
HSL color Cylindrical-coordinate representation of color #B30AAE: hue angle of 301.78º 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 #B30AAE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 174 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.30 |
| HSL | 301.78º | 0.89% | 0.37% | - |
| HSV(B) | 301.78º | 0.94% | 0.7% | - |
| XYZ | 26.34 | 12.86 | 41.14 | - |
| YUV | 79.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 174 | 0 | 0.94 | 0.03 | 0.30 | 301.78 | 0.89 | 0.37 |
| Hex | B3 | A | AE | 0 | 5E | 3 | 1E | 12E | 59 | 25 |
| Octal | 263 | 12 | 256 | 0 | 136 | 3 | 36 | 456 | 131 | 45 |
| Binary | 10110011 | 1010 | 10101110 | 0 | 1011110 | 11 | 11110 | 100101110 | 1011001 | 100101 |
Color Harmonies of #B30AAE
Complementary color
Monochromatic Colors of #B30AAE
Black with #B30AAE
Text Example
Text Example
White with #B30AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AAE; }
p { color: rgb(179,10,174); }
H1.HeaderClassName
{
color: #B30AAE;
}
.AnyTagClassName
{
color: #B30AAE;
}
</style>
background-color css
<style>
a { background-color: #B30AAE; }
a { background-color: rgb(179,10,174); }
div.DivClassName
{
background-color: #B30AAE;
}
.BgClassName
{
background-color: #B30AAE;
}
</style>
border-color css
<style>
span { border-color: #B30AAE; }
span { border-color: rgb(179,10,174); }
td.TdClassName
{
border-color: #B30AAE;
}
.TagClassName
{
border-color: #B30AAE;
}
</style>