Shades of Deep Magenta #B314CE
Tints of Deep Magenta #B314CE
RGB
CMYK
RGB Variations
Color information
#B314CE (or 0xB314CE) is known color: Deep Magenta. HEX triplet: B3, 14 and CE. RGB value is (179,20,206). Sum of RGB (Red+Green+Blue) = 179+20+206=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B314CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314CE is #4CEB31. Grayscale: #585858. Windows color (decimal): -5040946 or 13505715. OLE color: 13505715.
HSL color Cylindrical-coordinate representation of color #B314CE: hue angle of 291.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B314CE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 20 | 206 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.19 |
| HSL | 291.29º | 0.82% | 0.44% | - |
| HSV(B) | 291.29º | 0.9% | 0.81% | - |
| XYZ | 29.98 | 14.54 | 59.62 | - |
| YUV | 88.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 206 | 0.13 | 0.90 | 0 | 0.19 | 291.29 | 0.82 | 0.44 |
| Hex | B3 | 14 | CE | D | 5A | 0 | 13 | 123 | 52 | 2C |
| Octal | 263 | 24 | 316 | 15 | 132 | 0 | 23 | 443 | 122 | 54 |
| Binary | 10110011 | 10100 | 11001110 | 1101 | 1011010 | 0 | 10011 | 100100011 | 1010010 | 101100 |
Color Harmonies of #B314CE
Complementary color
Monochromatic Colors of #B314CE
Black with #B314CE
Text Example
Text Example
White with #B314CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314CE; }
p { color: rgb(179,20,206); }
H1.HeaderClassName
{
color: #B314CE;
}
.AnyTagClassName
{
color: #B314CE;
}
</style>
background-color css
<style>
a { background-color: #B314CE; }
a { background-color: rgb(179,20,206); }
div.DivClassName
{
background-color: #B314CE;
}
.BgClassName
{
background-color: #B314CE;
}
</style>
border-color css
<style>
span { border-color: #B314CE; }
span { border-color: rgb(179,20,206); }
td.TdClassName
{
border-color: #B314CE;
}
.TagClassName
{
border-color: #B314CE;
}
</style>