Shades of Deep Magenta #B319AD
Tints of Deep Magenta #B319AD
RGB
CMYK
RGB Variations
Color information
#B319AD (or 0xB319AD) is known color: Deep Magenta. HEX triplet: B3, 19 and AD. RGB value is (179,25,173). Sum of RGB (Red+Green+Blue) = 179+25+173=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B319AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319AD is #4CE652. Grayscale: #575757. Windows color (decimal): -5039699 or 11344307. OLE color: 11344307.
HSL color Cylindrical-coordinate representation of color #B319AD: hue angle of 302.34º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B319AD is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.30 |
| HSL | 302.34º | 0.75% | 0.4% | - |
| HSV(B) | 302.34º | 0.86% | 0.7% | - |
| XYZ | 26.48 | 13.3 | 40.71 | - |
| YUV | 87.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 173 | 0 | 0.86 | 0.03 | 0.30 | 302.34 | 0.75 | 0.4 |
| Hex | B3 | 19 | AD | 0 | 56 | 3 | 1E | 12E | 4B | 28 |
| Octal | 263 | 31 | 255 | 0 | 126 | 3 | 36 | 456 | 113 | 50 |
| Binary | 10110011 | 11001 | 10101101 | 0 | 1010110 | 11 | 11110 | 100101110 | 1001011 | 101000 |
Color Harmonies of #B319AD
Complementary color
Monochromatic Colors of #B319AD
Black with #B319AD
Text Example
Text Example
White with #B319AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319AD; }
p { color: rgb(179,25,173); }
H1.HeaderClassName
{
color: #B319AD;
}
.AnyTagClassName
{
color: #B319AD;
}
</style>
background-color css
<style>
a { background-color: #B319AD; }
a { background-color: rgb(179,25,173); }
div.DivClassName
{
background-color: #B319AD;
}
.BgClassName
{
background-color: #B319AD;
}
</style>
border-color css
<style>
span { border-color: #B319AD; }
span { border-color: rgb(179,25,173); }
td.TdClassName
{
border-color: #B319AD;
}
.TagClassName
{
border-color: #B319AD;
}
</style>