Shades of Deep Magenta #B31AAA
Tints of Deep Magenta #B31AAA
RGB
CMYK
RGB Variations
Color information
#B31AAA (or 0xB31AAA) is known color: Deep Magenta. HEX triplet: B3, 1A and AA. RGB value is (179,26,170). Sum of RGB (Red+Green+Blue) = 179+26+170=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B31AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31AAA is #4CE555. Grayscale: #575757. Windows color (decimal): -5039446 or 11147955. OLE color: 11147955.
HSL color Cylindrical-coordinate representation of color #B31AAA: hue angle of 303.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31AAA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 170 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.30 |
| HSL | 303.53º | 0.75% | 0.4% | - |
| HSV(B) | 303.53º | 0.85% | 0.7% | - |
| XYZ | 26.22 | 13.22 | 39.2 | - |
| YUV | 88.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 170 | 0 | 0.85 | 0.05 | 0.30 | 303.53 | 0.75 | 0.4 |
| Hex | B3 | 1A | AA | 0 | 55 | 5 | 1E | 130 | 4B | 28 |
| Octal | 263 | 32 | 252 | 0 | 125 | 5 | 36 | 460 | 113 | 50 |
| Binary | 10110011 | 11010 | 10101010 | 0 | 1010101 | 101 | 11110 | 100110000 | 1001011 | 101000 |
Color Harmonies of #B31AAA
Complementary color
Monochromatic Colors of #B31AAA
Black with #B31AAA
Text Example
Text Example
White with #B31AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AAA; }
p { color: rgb(179,26,170); }
H1.HeaderClassName
{
color: #B31AAA;
}
.AnyTagClassName
{
color: #B31AAA;
}
</style>
background-color css
<style>
a { background-color: #B31AAA; }
a { background-color: rgb(179,26,170); }
div.DivClassName
{
background-color: #B31AAA;
}
.BgClassName
{
background-color: #B31AAA;
}
</style>
border-color css
<style>
span { border-color: #B31AAA; }
span { border-color: rgb(179,26,170); }
td.TdClassName
{
border-color: #B31AAA;
}
.TagClassName
{
border-color: #B31AAA;
}
</style>