Shades of Deep Magenta #B316CF
Tints of Deep Magenta #B316CF
RGB
CMYK
RGB Variations
Color information
#B316CF (or 0xB316CF) is known color: Deep Magenta. HEX triplet: B3, 16 and CF. RGB value is (179,22,207). Sum of RGB (Red+Green+Blue) = 179+22+207=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #B316CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316CF is #4CE930. Grayscale: #595959. Windows color (decimal): -5040433 or 13571763. OLE color: 13571763.
HSL color Cylindrical-coordinate representation of color #B316CF: hue angle of 290.92º 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 #B316CF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 22 | 207 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.19 |
| HSL | 290.92º | 0.81% | 0.45% | - |
| HSV(B) | 290.92º | 0.89% | 0.81% | - |
| XYZ | 30.14 | 14.66 | 60.27 | - |
| YUV | 90.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 207 | 0.14 | 0.89 | 0 | 0.19 | 290.92 | 0.81 | 0.45 |
| Hex | B3 | 16 | CF | E | 59 | 0 | 13 | 123 | 51 | 2D |
| Octal | 263 | 26 | 317 | 16 | 131 | 0 | 23 | 443 | 121 | 55 |
| Binary | 10110011 | 10110 | 11001111 | 1110 | 1011001 | 0 | 10011 | 100100011 | 1010001 | 101101 |
Color Harmonies of #B316CF
Complementary color
Monochromatic Colors of #B316CF
Black with #B316CF
Text Example
Text Example
White with #B316CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316CF; }
p { color: rgb(179,22,207); }
H1.HeaderClassName
{
color: #B316CF;
}
.AnyTagClassName
{
color: #B316CF;
}
</style>
background-color css
<style>
a { background-color: #B316CF; }
a { background-color: rgb(179,22,207); }
div.DivClassName
{
background-color: #B316CF;
}
.BgClassName
{
background-color: #B316CF;
}
</style>
border-color css
<style>
span { border-color: #B316CF; }
span { border-color: rgb(179,22,207); }
td.TdClassName
{
border-color: #B316CF;
}
.TagClassName
{
border-color: #B316CF;
}
</style>