Shades of Deep Magenta #B312CE
Tints of Deep Magenta #B312CE
RGB
CMYK
RGB Variations
Color information
#B312CE (or 0xB312CE) is known color: Deep Magenta. HEX triplet: B3, 12 and CE. RGB value is (179,18,206). Sum of RGB (Red+Green+Blue) = 179+18+206=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #B312CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312CE is #4CED31. Grayscale: #565656. Windows color (decimal): -5041458 or 13505203. OLE color: 13505203.
HSL color Cylindrical-coordinate representation of color #B312CE: hue angle of 291.38º degrees, saturation: 0.84, 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 #B312CE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 18 | 206 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.19 |
| HSL | 291.38º | 0.84% | 0.44% | - |
| HSV(B) | 291.38º | 0.91% | 0.81% | - |
| XYZ | 29.95 | 14.47 | 59.61 | - |
| YUV | 87.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 206 | 0.13 | 0.91 | 0 | 0.19 | 291.38 | 0.84 | 0.44 |
| Hex | B3 | 12 | CE | D | 5B | 0 | 13 | 123 | 54 | 2C |
| Octal | 263 | 22 | 316 | 15 | 133 | 0 | 23 | 443 | 124 | 54 |
| Binary | 10110011 | 10010 | 11001110 | 1101 | 1011011 | 0 | 10011 | 100100011 | 1010100 | 101100 |
Color Harmonies of #B312CE
Complementary color
Monochromatic Colors of #B312CE
Black with #B312CE
Text Example
Text Example
White with #B312CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312CE; }
p { color: rgb(179,18,206); }
H1.HeaderClassName
{
color: #B312CE;
}
.AnyTagClassName
{
color: #B312CE;
}
</style>
background-color css
<style>
a { background-color: #B312CE; }
a { background-color: rgb(179,18,206); }
div.DivClassName
{
background-color: #B312CE;
}
.BgClassName
{
background-color: #B312CE;
}
</style>
border-color css
<style>
span { border-color: #B312CE; }
span { border-color: rgb(179,18,206); }
td.TdClassName
{
border-color: #B312CE;
}
.TagClassName
{
border-color: #B312CE;
}
</style>