Shades of Deep Magenta #B319B0
Tints of Deep Magenta #B319B0
RGB
CMYK
RGB Variations
Color information
#B319B0 (or 0xB319B0) is known color: Deep Magenta. HEX triplet: B3, 19 and B0. RGB value is (179,25,176). Sum of RGB (Red+Green+Blue) = 179+25+176=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B319B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319B0 is #4CE64F. Grayscale: #575757. Windows color (decimal): -5039696 or 11540915. OLE color: 11540915.
HSL color Cylindrical-coordinate representation of color #B319B0: hue angle of 301.17º 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 #B319B0 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 176 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.30 |
| HSL | 301.17º | 0.75% | 0.4% | - |
| HSV(B) | 301.17º | 0.86% | 0.7% | - |
| XYZ | 26.77 | 13.41 | 42.25 | - |
| YUV | 88.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 176 | 0 | 0.86 | 0.02 | 0.30 | 301.17 | 0.75 | 0.4 |
| Hex | B3 | 19 | B0 | 0 | 56 | 2 | 1E | 12D | 4B | 28 |
| Octal | 263 | 31 | 260 | 0 | 126 | 2 | 36 | 455 | 113 | 50 |
| Binary | 10110011 | 11001 | 10110000 | 0 | 1010110 | 10 | 11110 | 100101101 | 1001011 | 101000 |
Color Harmonies of #B319B0
Complementary color
Monochromatic Colors of #B319B0
Black with #B319B0
Text Example
Text Example
White with #B319B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319B0; }
p { color: rgb(179,25,176); }
H1.HeaderClassName
{
color: #B319B0;
}
.AnyTagClassName
{
color: #B319B0;
}
</style>
background-color css
<style>
a { background-color: #B319B0; }
a { background-color: rgb(179,25,176); }
div.DivClassName
{
background-color: #B319B0;
}
.BgClassName
{
background-color: #B319B0;
}
</style>
border-color css
<style>
span { border-color: #B319B0; }
span { border-color: rgb(179,25,176); }
td.TdClassName
{
border-color: #B319B0;
}
.TagClassName
{
border-color: #B319B0;
}
</style>