Shades of Deep Magenta #B316CE
Tints of Deep Magenta #B316CE
RGB
CMYK
RGB Variations
Color information
#B316CE (or 0xB316CE) is known color: Deep Magenta. HEX triplet: B3, 16 and CE. RGB value is (179,22,206). Sum of RGB (Red+Green+Blue) = 179+22+206=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #B316CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316CE is #4CE931. Grayscale: #595959. Windows color (decimal): -5040434 or 13506227. OLE color: 13506227.
HSL color Cylindrical-coordinate representation of color #B316CE: hue angle of 291.2º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B316CE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 22 | 206 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.19 |
| HSL | 291.2º | 0.81% | 0.45% | - |
| HSV(B) | 291.2º | 0.89% | 0.81% | - |
| XYZ | 30.02 | 14.61 | 59.63 | - |
| YUV | 89.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 206 | 0.13 | 0.89 | 0 | 0.19 | 291.2 | 0.81 | 0.45 |
| Hex | B3 | 16 | CE | D | 59 | 0 | 13 | 123 | 51 | 2D |
| Octal | 263 | 26 | 316 | 15 | 131 | 0 | 23 | 443 | 121 | 55 |
| Binary | 10110011 | 10110 | 11001110 | 1101 | 1011001 | 0 | 10011 | 100100011 | 1010001 | 101101 |
Color Harmonies of #B316CE
Complementary color
Monochromatic Colors of #B316CE
Black with #B316CE
Text Example
Text Example
White with #B316CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316CE; }
p { color: rgb(179,22,206); }
H1.HeaderClassName
{
color: #B316CE;
}
.AnyTagClassName
{
color: #B316CE;
}
</style>
background-color css
<style>
a { background-color: #B316CE; }
a { background-color: rgb(179,22,206); }
div.DivClassName
{
background-color: #B316CE;
}
.BgClassName
{
background-color: #B316CE;
}
</style>
border-color css
<style>
span { border-color: #B316CE; }
span { border-color: rgb(179,22,206); }
td.TdClassName
{
border-color: #B316CE;
}
.TagClassName
{
border-color: #B316CE;
}
</style>