Shades of Deep Magenta #B310CE
Tints of Deep Magenta #B310CE
RGB
CMYK
RGB Variations
Color information
#B310CE (or 0xB310CE) is known color: Deep Magenta. HEX triplet: B3, 10 and CE. RGB value is (179,16,206). Sum of RGB (Red+Green+Blue) = 179+16+206=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #B310CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310CE is #4CEF31. Grayscale: #555555. Windows color (decimal): -5041970 or 13504691. OLE color: 13504691.
HSL color Cylindrical-coordinate representation of color #B310CE: hue angle of 291.47º degrees, saturation: 0.86, 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 #B310CE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 16 | 206 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.19 |
| HSL | 291.47º | 0.86% | 0.44% | - |
| HSV(B) | 291.47º | 0.92% | 0.81% | - |
| XYZ | 29.92 | 14.41 | 59.6 | - |
| YUV | 86.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 206 | 0.13 | 0.92 | 0 | 0.19 | 291.47 | 0.86 | 0.44 |
| Hex | B3 | 10 | CE | D | 5C | 0 | 13 | 123 | 56 | 2C |
| Octal | 263 | 20 | 316 | 15 | 134 | 0 | 23 | 443 | 126 | 54 |
| Binary | 10110011 | 10000 | 11001110 | 1101 | 1011100 | 0 | 10011 | 100100011 | 1010110 | 101100 |
Color Harmonies of #B310CE
Complementary color
Monochromatic Colors of #B310CE
Black with #B310CE
Text Example
Text Example
White with #B310CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B310CE; }
p { color: rgb(179,16,206); }
H1.HeaderClassName
{
color: #B310CE;
}
.AnyTagClassName
{
color: #B310CE;
}
</style>
background-color css
<style>
a { background-color: #B310CE; }
a { background-color: rgb(179,16,206); }
div.DivClassName
{
background-color: #B310CE;
}
.BgClassName
{
background-color: #B310CE;
}
</style>
border-color css
<style>
span { border-color: #B310CE; }
span { border-color: rgb(179,16,206); }
td.TdClassName
{
border-color: #B310CE;
}
.TagClassName
{
border-color: #B310CE;
}
</style>