Shades of Deep Magenta #B31BAE
Tints of Deep Magenta #B31BAE
RGB
CMYK
RGB Variations
Color information
#B31BAE (or 0xB31BAE) is known color: Deep Magenta. HEX triplet: B3, 1B and AE. RGB value is (179,27,174). Sum of RGB (Red+Green+Blue) = 179+27+174=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BAE is #4CE451. Grayscale: #585858. Windows color (decimal): -5039186 or 11410355. OLE color: 11410355.
HSL color Cylindrical-coordinate representation of color #B31BAE: hue angle of 301.97º degrees, saturation: 0.74, 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 #B31BAE is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 174 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.30 |
| HSL | 301.97º | 0.74% | 0.4% | - |
| HSV(B) | 301.97º | 0.85% | 0.7% | - |
| XYZ | 26.62 | 13.42 | 41.23 | - |
| YUV | 89.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 174 | 0 | 0.85 | 0.03 | 0.30 | 301.97 | 0.74 | 0.4 |
| Hex | B3 | 1B | AE | 0 | 55 | 3 | 1E | 12E | 4A | 28 |
| Octal | 263 | 33 | 256 | 0 | 125 | 3 | 36 | 456 | 112 | 50 |
| Binary | 10110011 | 11011 | 10101110 | 0 | 1010101 | 11 | 11110 | 100101110 | 1001010 | 101000 |
Color Harmonies of #B31BAE
Complementary color
Monochromatic Colors of #B31BAE
Black with #B31BAE
Text Example
Text Example
White with #B31BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BAE; }
p { color: rgb(179,27,174); }
H1.HeaderClassName
{
color: #B31BAE;
}
.AnyTagClassName
{
color: #B31BAE;
}
</style>
background-color css
<style>
a { background-color: #B31BAE; }
a { background-color: rgb(179,27,174); }
div.DivClassName
{
background-color: #B31BAE;
}
.BgClassName
{
background-color: #B31BAE;
}
</style>
border-color css
<style>
span { border-color: #B31BAE; }
span { border-color: rgb(179,27,174); }
td.TdClassName
{
border-color: #B31BAE;
}
.TagClassName
{
border-color: #B31BAE;
}
</style>