Shades of Deep Magenta #B313B7
Tints of Deep Magenta #B313B7
RGB
CMYK
RGB Variations
Color information
#B313B7 (or 0xB313B7) is known color: Deep Magenta. HEX triplet: B3, 13 and B7. RGB value is (179,19,183). Sum of RGB (Red+Green+Blue) = 179+19+183=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #B313B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313B7 is #4CEC48. Grayscale: #555555. Windows color (decimal): -5041225 or 11998131. OLE color: 11998131.
HSL color Cylindrical-coordinate representation of color #B313B7: hue angle of 298.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B313B7 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 19 | 183 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.28 |
| HSL | 298.54º | 0.81% | 0.4% | - |
| HSV(B) | 298.54º | 0.9% | 0.72% | - |
| XYZ | 27.37 | 13.47 | 45.96 | - |
| YUV | 85.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 183 | 0.02 | 0.90 | 0 | 0.28 | 298.54 | 0.81 | 0.4 |
| Hex | B3 | 13 | B7 | 2 | 5A | 0 | 1C | 12B | 51 | 28 |
| Octal | 263 | 23 | 267 | 2 | 132 | 0 | 34 | 453 | 121 | 50 |
| Binary | 10110011 | 10011 | 10110111 | 10 | 1011010 | 0 | 11100 | 100101011 | 1010001 | 101000 |
Color Harmonies of #B313B7
Complementary color
Monochromatic Colors of #B313B7
Black with #B313B7
Text Example
Text Example
White with #B313B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313B7; }
p { color: rgb(179,19,183); }
H1.HeaderClassName
{
color: #B313B7;
}
.AnyTagClassName
{
color: #B313B7;
}
</style>
background-color css
<style>
a { background-color: #B313B7; }
a { background-color: rgb(179,19,183); }
div.DivClassName
{
background-color: #B313B7;
}
.BgClassName
{
background-color: #B313B7;
}
</style>
border-color css
<style>
span { border-color: #B313B7; }
span { border-color: rgb(179,19,183); }
td.TdClassName
{
border-color: #B313B7;
}
.TagClassName
{
border-color: #B313B7;
}
</style>