Shades of Deep Magenta #B319AC
Tints of Deep Magenta #B319AC
RGB
CMYK
RGB Variations
Color information
#B319AC (or 0xB319AC) is known color: Deep Magenta. HEX triplet: B3, 19 and AC. RGB value is (179,25,172). Sum of RGB (Red+Green+Blue) = 179+25+172=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B319AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319AC is #4CE653. Grayscale: #575757. Windows color (decimal): -5039700 or 11278771. OLE color: 11278771.
HSL color Cylindrical-coordinate representation of color #B319AC: hue angle of 302.73º 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 #B319AC is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 172 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.30 |
| HSL | 302.73º | 0.75% | 0.4% | - |
| HSV(B) | 302.73º | 0.86% | 0.7% | - |
| XYZ | 26.38 | 13.26 | 40.2 | - |
| YUV | 87.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 172 | 0 | 0.86 | 0.04 | 0.30 | 302.73 | 0.75 | 0.4 |
| Hex | B3 | 19 | AC | 0 | 56 | 4 | 1E | 12F | 4B | 28 |
| Octal | 263 | 31 | 254 | 0 | 126 | 4 | 36 | 457 | 113 | 50 |
| Binary | 10110011 | 11001 | 10101100 | 0 | 1010110 | 100 | 11110 | 100101111 | 1001011 | 101000 |
Color Harmonies of #B319AC
Complementary color
Monochromatic Colors of #B319AC
Black with #B319AC
Text Example
Text Example
White with #B319AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319AC; }
p { color: rgb(179,25,172); }
H1.HeaderClassName
{
color: #B319AC;
}
.AnyTagClassName
{
color: #B319AC;
}
</style>
background-color css
<style>
a { background-color: #B319AC; }
a { background-color: rgb(179,25,172); }
div.DivClassName
{
background-color: #B319AC;
}
.BgClassName
{
background-color: #B319AC;
}
</style>
border-color css
<style>
span { border-color: #B319AC; }
span { border-color: rgb(179,25,172); }
td.TdClassName
{
border-color: #B319AC;
}
.TagClassName
{
border-color: #B319AC;
}
</style>