Shades of Deep Magenta #B313C0
Tints of Deep Magenta #B313C0
RGB
CMYK
RGB Variations
Color information
#B313C0 (or 0xB313C0) is known color: Deep Magenta. HEX triplet: B3, 13 and C0. RGB value is (179,19,192). Sum of RGB (Red+Green+Blue) = 179+19+192=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #B313C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313C0 is #4CEC3F. Grayscale: #565656. Windows color (decimal): -5041216 or 12587955. OLE color: 12587955.
HSL color Cylindrical-coordinate representation of color #B313C0: hue angle of 295.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B313C0 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 19 | 192 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.25 |
| HSL | 295.49º | 0.82% | 0.41% | - |
| HSV(B) | 295.49º | 0.9% | 0.75% | - |
| XYZ | 28.34 | 13.86 | 51.05 | - |
| YUV | 86.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 192 | 0.07 | 0.90 | 0 | 0.25 | 295.49 | 0.82 | 0.41 |
| Hex | B3 | 13 | C0 | 7 | 5A | 0 | 19 | 127 | 52 | 29 |
| Octal | 263 | 23 | 300 | 7 | 132 | 0 | 31 | 447 | 122 | 51 |
| Binary | 10110011 | 10011 | 11000000 | 111 | 1011010 | 0 | 11001 | 100100111 | 1010010 | 101001 |
Color Harmonies of #B313C0
Complementary color
Monochromatic Colors of #B313C0
Black with #B313C0
Text Example
Text Example
White with #B313C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313C0; }
p { color: rgb(179,19,192); }
H1.HeaderClassName
{
color: #B313C0;
}
.AnyTagClassName
{
color: #B313C0;
}
</style>
background-color css
<style>
a { background-color: #B313C0; }
a { background-color: rgb(179,19,192); }
div.DivClassName
{
background-color: #B313C0;
}
.BgClassName
{
background-color: #B313C0;
}
</style>
border-color css
<style>
span { border-color: #B313C0; }
span { border-color: rgb(179,19,192); }
td.TdClassName
{
border-color: #B313C0;
}
.TagClassName
{
border-color: #B313C0;
}
</style>