Shades of Deep Magenta #B31DAD
Tints of Deep Magenta #B31DAD
RGB
CMYK
RGB Variations
Color information
#B31DAD (or 0xB31DAD) is known color: Deep Magenta. HEX triplet: B3, 1D and AD. RGB value is (179,29,173). Sum of RGB (Red+Green+Blue) = 179+29+173=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DAD is #4CE252. Grayscale: #595959. Windows color (decimal): -5038675 or 11345331. OLE color: 11345331.
HSL color Cylindrical-coordinate representation of color #B31DAD: hue angle of 302.4º 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 #B31DAD is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 173 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.30 |
| HSL | 302.4º | 0.72% | 0.41% | - |
| HSV(B) | 302.4º | 0.84% | 0.7% | - |
| XYZ | 26.57 | 13.48 | 40.74 | - |
| YUV | 90.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 173 | 0 | 0.84 | 0.03 | 0.30 | 302.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | AD | 0 | 54 | 3 | 1E | 12E | 48 | 29 |
| Octal | 263 | 35 | 255 | 0 | 124 | 3 | 36 | 456 | 110 | 51 |
| Binary | 10110011 | 11101 | 10101101 | 0 | 1010100 | 11 | 11110 | 100101110 | 1001000 | 101001 |
Color Harmonies of #B31DAD
Complementary color
Monochromatic Colors of #B31DAD
Black with #B31DAD
Text Example
Text Example
White with #B31DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DAD; }
p { color: rgb(179,29,173); }
H1.HeaderClassName
{
color: #B31DAD;
}
.AnyTagClassName
{
color: #B31DAD;
}
</style>
background-color css
<style>
a { background-color: #B31DAD; }
a { background-color: rgb(179,29,173); }
div.DivClassName
{
background-color: #B31DAD;
}
.BgClassName
{
background-color: #B31DAD;
}
</style>
border-color css
<style>
span { border-color: #B31DAD; }
span { border-color: rgb(179,29,173); }
td.TdClassName
{
border-color: #B31DAD;
}
.TagClassName
{
border-color: #B31DAD;
}
</style>