Shades of Deep Magenta #B311CE
Tints of Deep Magenta #B311CE
RGB
CMYK
RGB Variations
Color information
#B311CE (or 0xB311CE) is known color: Deep Magenta. HEX triplet: B3, 11 and CE. RGB value is (179,17,206). Sum of RGB (Red+Green+Blue) = 179+17+206=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #B311CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311CE is #4CEE31. Grayscale: #565656. Windows color (decimal): -5041714 or 13504947. OLE color: 13504947.
HSL color Cylindrical-coordinate representation of color #B311CE: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B311CE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 17 | 206 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.19 |
| HSL | 291.43º | 0.85% | 0.44% | - |
| HSV(B) | 291.43º | 0.92% | 0.81% | - |
| XYZ | 29.93 | 14.44 | 59.6 | - |
| YUV | 86.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 206 | 0.13 | 0.92 | 0 | 0.19 | 291.43 | 0.85 | 0.44 |
| Hex | B3 | 11 | CE | D | 5C | 0 | 13 | 123 | 55 | 2C |
| Octal | 263 | 21 | 316 | 15 | 134 | 0 | 23 | 443 | 125 | 54 |
| Binary | 10110011 | 10001 | 11001110 | 1101 | 1011100 | 0 | 10011 | 100100011 | 1010101 | 101100 |
Color Harmonies of #B311CE
Complementary color
Monochromatic Colors of #B311CE
Black with #B311CE
Text Example
Text Example
White with #B311CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B311CE; }
p { color: rgb(179,17,206); }
H1.HeaderClassName
{
color: #B311CE;
}
.AnyTagClassName
{
color: #B311CE;
}
</style>
background-color css
<style>
a { background-color: #B311CE; }
a { background-color: rgb(179,17,206); }
div.DivClassName
{
background-color: #B311CE;
}
.BgClassName
{
background-color: #B311CE;
}
</style>
border-color css
<style>
span { border-color: #B311CE; }
span { border-color: rgb(179,17,206); }
td.TdClassName
{
border-color: #B311CE;
}
.TagClassName
{
border-color: #B311CE;
}
</style>