Shades of Deep Magenta #B313CD
Tints of Deep Magenta #B313CD
RGB
CMYK
RGB Variations
Color information
#B313CD (or 0xB313CD) is known color: Deep Magenta. HEX triplet: B3, 13 and CD. RGB value is (179,19,205). Sum of RGB (Red+Green+Blue) = 179+19+205=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #B313CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313CD is #4CEC32. Grayscale: #575757. Windows color (decimal): -5041203 or 13439923. OLE color: 13439923.
HSL color Cylindrical-coordinate representation of color #B313CD: hue angle of 291.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B313CD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 19 | 205 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.20 |
| HSL | 291.61º | 0.83% | 0.44% | - |
| HSV(B) | 291.61º | 0.91% | 0.8% | - |
| XYZ | 29.84 | 14.46 | 58.98 | - |
| YUV | 88.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 205 | 0.13 | 0.91 | 0 | 0.20 | 291.61 | 0.83 | 0.44 |
| Hex | B3 | 13 | CD | D | 5B | 0 | 14 | 124 | 53 | 2C |
| Octal | 263 | 23 | 315 | 15 | 133 | 0 | 24 | 444 | 123 | 54 |
| Binary | 10110011 | 10011 | 11001101 | 1101 | 1011011 | 0 | 10100 | 100100100 | 1010011 | 101100 |
Color Harmonies of #B313CD
Complementary color
Monochromatic Colors of #B313CD
Black with #B313CD
Text Example
Text Example
White with #B313CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313CD; }
p { color: rgb(179,19,205); }
H1.HeaderClassName
{
color: #B313CD;
}
.AnyTagClassName
{
color: #B313CD;
}
</style>
background-color css
<style>
a { background-color: #B313CD; }
a { background-color: rgb(179,19,205); }
div.DivClassName
{
background-color: #B313CD;
}
.BgClassName
{
background-color: #B313CD;
}
</style>
border-color css
<style>
span { border-color: #B313CD; }
span { border-color: rgb(179,19,205); }
td.TdClassName
{
border-color: #B313CD;
}
.TagClassName
{
border-color: #B313CD;
}
</style>