Shades of Deep Magenta #B313CE
Tints of Deep Magenta #B313CE
RGB
CMYK
RGB Variations
Color information
#B313CE (or 0xB313CE) is known color: Deep Magenta. HEX triplet: B3, 13 and CE. RGB value is (179,19,206). Sum of RGB (Red+Green+Blue) = 179+19+206=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #B313CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313CE is #4CEC31. Grayscale: #575757. Windows color (decimal): -5041202 or 13505459. OLE color: 13505459.
HSL color Cylindrical-coordinate representation of color #B313CE: hue angle of 291.34º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B313CE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 19 | 206 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.19 |
| HSL | 291.34º | 0.83% | 0.44% | - |
| HSV(B) | 291.34º | 0.91% | 0.81% | - |
| XYZ | 29.96 | 14.51 | 59.61 | - |
| YUV | 88.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 206 | 0.13 | 0.91 | 0 | 0.19 | 291.34 | 0.83 | 0.44 |
| Hex | B3 | 13 | CE | D | 5B | 0 | 13 | 123 | 53 | 2C |
| Octal | 263 | 23 | 316 | 15 | 133 | 0 | 23 | 443 | 123 | 54 |
| Binary | 10110011 | 10011 | 11001110 | 1101 | 1011011 | 0 | 10011 | 100100011 | 1010011 | 101100 |
Color Harmonies of #B313CE
Complementary color
Monochromatic Colors of #B313CE
Black with #B313CE
Text Example
Text Example
White with #B313CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313CE; }
p { color: rgb(179,19,206); }
H1.HeaderClassName
{
color: #B313CE;
}
.AnyTagClassName
{
color: #B313CE;
}
</style>
background-color css
<style>
a { background-color: #B313CE; }
a { background-color: rgb(179,19,206); }
div.DivClassName
{
background-color: #B313CE;
}
.BgClassName
{
background-color: #B313CE;
}
</style>
border-color css
<style>
span { border-color: #B313CE; }
span { border-color: rgb(179,19,206); }
td.TdClassName
{
border-color: #B313CE;
}
.TagClassName
{
border-color: #B313CE;
}
</style>