Shades of Deep Magenta #B31DAE
Tints of Deep Magenta #B31DAE
RGB
CMYK
RGB Variations
Color information
#B31DAE (or 0xB31DAE) is known color: Deep Magenta. HEX triplet: B3, 1D and AE. RGB value is (179,29,174). Sum of RGB (Red+Green+Blue) = 179+29+174=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DAE is #4CE251. Grayscale: #595959. Windows color (decimal): -5038674 or 11410867. OLE color: 11410867.
HSL color Cylindrical-coordinate representation of color #B31DAE: hue angle of 302º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DAE is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 174 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.30 |
| HSL | 302º | 0.72% | 0.41% | - |
| HSV(B) | 302º | 0.84% | 0.7% | - |
| XYZ | 26.67 | 13.52 | 41.25 | - |
| YUV | 90.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 174 | 0 | 0.84 | 0.03 | 0.30 | 302 | 0.72 | 0.41 |
| Hex | B3 | 1D | AE | 0 | 54 | 3 | 1E | 12E | 48 | 29 |
| Octal | 263 | 35 | 256 | 0 | 124 | 3 | 36 | 456 | 110 | 51 |
| Binary | 10110011 | 11101 | 10101110 | 0 | 1010100 | 11 | 11110 | 100101110 | 1001000 | 101001 |
Color Harmonies of #B31DAE
Complementary color
Monochromatic Colors of #B31DAE
Black with #B31DAE
Text Example
Text Example
White with #B31DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DAE; }
p { color: rgb(179,29,174); }
H1.HeaderClassName
{
color: #B31DAE;
}
.AnyTagClassName
{
color: #B31DAE;
}
</style>
background-color css
<style>
a { background-color: #B31DAE; }
a { background-color: rgb(179,29,174); }
div.DivClassName
{
background-color: #B31DAE;
}
.BgClassName
{
background-color: #B31DAE;
}
</style>
border-color css
<style>
span { border-color: #B31DAE; }
span { border-color: rgb(179,29,174); }
td.TdClassName
{
border-color: #B31DAE;
}
.TagClassName
{
border-color: #B31DAE;
}
</style>