Shades of Deep Magenta #B30AAC
Tints of Deep Magenta #B30AAC
RGB
CMYK
RGB Variations
Color information
#B30AAC (or 0xB30AAC) is known color: Deep Magenta. HEX triplet: B3, 0A and AC. RGB value is (179,10,172). Sum of RGB (Red+Green+Blue) = 179+10+172=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AAC is #4CF553. Grayscale: #4E4E4E. Windows color (decimal): -5043540 or 11274931. OLE color: 11274931.
HSL color Cylindrical-coordinate representation of color #B30AAC: hue angle of 302.49º 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 #B30AAC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 172 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.30 |
| HSL | 302.49º | 0.89% | 0.37% | - |
| HSV(B) | 302.49º | 0.94% | 0.7% | - |
| XYZ | 26.15 | 12.78 | 40.12 | - |
| YUV | 79 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 172 | 0 | 0.94 | 0.04 | 0.30 | 302.49 | 0.89 | 0.37 |
| Hex | B3 | A | AC | 0 | 5E | 4 | 1E | 12E | 59 | 25 |
| Octal | 263 | 12 | 254 | 0 | 136 | 4 | 36 | 456 | 131 | 45 |
| Binary | 10110011 | 1010 | 10101100 | 0 | 1011110 | 100 | 11110 | 100101110 | 1011001 | 100101 |
Color Harmonies of #B30AAC
Complementary color
Monochromatic Colors of #B30AAC
Black with #B30AAC
Text Example
Text Example
White with #B30AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AAC; }
p { color: rgb(179,10,172); }
H1.HeaderClassName
{
color: #B30AAC;
}
.AnyTagClassName
{
color: #B30AAC;
}
</style>
background-color css
<style>
a { background-color: #B30AAC; }
a { background-color: rgb(179,10,172); }
div.DivClassName
{
background-color: #B30AAC;
}
.BgClassName
{
background-color: #B30AAC;
}
</style>
border-color css
<style>
span { border-color: #B30AAC; }
span { border-color: rgb(179,10,172); }
td.TdClassName
{
border-color: #B30AAC;
}
.TagClassName
{
border-color: #B30AAC;
}
</style>