Shades of Deep Magenta #B319B2
Tints of Deep Magenta #B319B2
RGB
CMYK
RGB Variations
Color information
#B319B2 (or 0xB319B2) is known color: Deep Magenta. HEX triplet: B3, 19 and B2. RGB value is (179,25,178). Sum of RGB (Red+Green+Blue) = 179+25+178=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B319B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319B2 is #4CE64D. Grayscale: #585858. Windows color (decimal): -5039694 or 11671987. OLE color: 11671987.
HSL color Cylindrical-coordinate representation of color #B319B2: hue angle of 300.39º 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 #B319B2 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 178 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.30 |
| HSL | 300.39º | 0.75% | 0.4% | - |
| HSV(B) | 300.39º | 0.86% | 0.7% | - |
| XYZ | 26.97 | 13.49 | 43.3 | - |
| YUV | 88.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 178 | 0 | 0.86 | 0.01 | 0.30 | 300.39 | 0.75 | 0.4 |
| Hex | B3 | 19 | B2 | 0 | 56 | 1 | 1E | 12C | 4B | 28 |
| Octal | 263 | 31 | 262 | 0 | 126 | 1 | 36 | 454 | 113 | 50 |
| Binary | 10110011 | 11001 | 10110010 | 0 | 1010110 | 1 | 11110 | 100101100 | 1001011 | 101000 |
Color Harmonies of #B319B2
Complementary color
Monochromatic Colors of #B319B2
Black with #B319B2
Text Example
Text Example
White with #B319B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319B2; }
p { color: rgb(179,25,178); }
H1.HeaderClassName
{
color: #B319B2;
}
.AnyTagClassName
{
color: #B319B2;
}
</style>
background-color css
<style>
a { background-color: #B319B2; }
a { background-color: rgb(179,25,178); }
div.DivClassName
{
background-color: #B319B2;
}
.BgClassName
{
background-color: #B319B2;
}
</style>
border-color css
<style>
span { border-color: #B319B2; }
span { border-color: rgb(179,25,178); }
td.TdClassName
{
border-color: #B319B2;
}
.TagClassName
{
border-color: #B319B2;
}
</style>