Shades of Deep Magenta #B30AAB
Tints of Deep Magenta #B30AAB
RGB
CMYK
RGB Variations
Color information
#B30AAB (or 0xB30AAB) is known color: Deep Magenta. HEX triplet: B3, 0A and AB. RGB value is (179,10,171). Sum of RGB (Red+Green+Blue) = 179+10+171=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B30AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30AAB is #4CF554. Grayscale: #4E4E4E. Windows color (decimal): -5043541 or 11209395. OLE color: 11209395.
HSL color Cylindrical-coordinate representation of color #B30AAB: hue angle of 302.84º 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 #B30AAB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 171 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.30 |
| HSL | 302.84º | 0.89% | 0.37% | - |
| HSV(B) | 302.84º | 0.94% | 0.7% | - |
| XYZ | 26.05 | 12.74 | 39.61 | - |
| YUV | 78.89 | 179.99 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 171 | 0 | 0.94 | 0.04 | 0.30 | 302.84 | 0.89 | 0.37 |
| Hex | B3 | A | AB | 0 | 5E | 4 | 1E | 12F | 59 | 25 |
| Octal | 263 | 12 | 253 | 0 | 136 | 4 | 36 | 457 | 131 | 45 |
| Binary | 10110011 | 1010 | 10101011 | 0 | 1011110 | 100 | 11110 | 100101111 | 1011001 | 100101 |
Color Harmonies of #B30AAB
Complementary color
Monochromatic Colors of #B30AAB
Black with #B30AAB
Text Example
Text Example
White with #B30AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30AAB; }
p { color: rgb(179,10,171); }
H1.HeaderClassName
{
color: #B30AAB;
}
.AnyTagClassName
{
color: #B30AAB;
}
</style>
background-color css
<style>
a { background-color: #B30AAB; }
a { background-color: rgb(179,10,171); }
div.DivClassName
{
background-color: #B30AAB;
}
.BgClassName
{
background-color: #B30AAB;
}
</style>
border-color css
<style>
span { border-color: #B30AAB; }
span { border-color: rgb(179,10,171); }
td.TdClassName
{
border-color: #B30AAB;
}
.TagClassName
{
border-color: #B30AAB;
}
</style>