Shades of Deep Magenta #B319CE
Tints of Deep Magenta #B319CE
RGB
CMYK
RGB Variations
Color information
#B319CE (or 0xB319CE) is known color: Deep Magenta. HEX triplet: B3, 19 and CE. RGB value is (179,25,206). Sum of RGB (Red+Green+Blue) = 179+25+206=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #B319CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319CE is #4CE631. Grayscale: #5B5B5B. Windows color (decimal): -5039666 or 13506995. OLE color: 13506995.
HSL color Cylindrical-coordinate representation of color #B319CE: hue angle of 291.05º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B319CE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 25 | 206 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.19 |
| HSL | 291.05º | 0.78% | 0.45% | - |
| HSV(B) | 291.05º | 0.88% | 0.81% | - |
| XYZ | 30.08 | 14.74 | 59.65 | - |
| YUV | 91.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 206 | 0.13 | 0.88 | 0 | 0.19 | 291.05 | 0.78 | 0.45 |
| Hex | B3 | 19 | CE | D | 58 | 0 | 13 | 123 | 4E | 2D |
| Octal | 263 | 31 | 316 | 15 | 130 | 0 | 23 | 443 | 116 | 55 |
| Binary | 10110011 | 11001 | 11001110 | 1101 | 1011000 | 0 | 10011 | 100100011 | 1001110 | 101101 |
Color Harmonies of #B319CE
Complementary color
Monochromatic Colors of #B319CE
Black with #B319CE
Text Example
Text Example
White with #B319CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319CE; }
p { color: rgb(179,25,206); }
H1.HeaderClassName
{
color: #B319CE;
}
.AnyTagClassName
{
color: #B319CE;
}
</style>
background-color css
<style>
a { background-color: #B319CE; }
a { background-color: rgb(179,25,206); }
div.DivClassName
{
background-color: #B319CE;
}
.BgClassName
{
background-color: #B319CE;
}
</style>
border-color css
<style>
span { border-color: #B319CE; }
span { border-color: rgb(179,25,206); }
td.TdClassName
{
border-color: #B319CE;
}
.TagClassName
{
border-color: #B319CE;
}
</style>