Shades of Deep Magenta #B713B2
Tints of Deep Magenta #B713B2
RGB
CMYK
RGB Variations
Color information
#B713B2 (or 0xB713B2) is known color: Deep Magenta. HEX triplet: B7, 13 and B2. RGB value is (183,19,178). Sum of RGB (Red+Green+Blue) = 183+19+178=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B713B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713B2 is #48EC4D. Grayscale: #555555. Windows color (decimal): -4779086 or 11670455. OLE color: 11670455.
HSL color Cylindrical-coordinate representation of color #B713B2: hue angle of 301.83º 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 #B713B2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.28 |
| HSL | 301.83º | 0.81% | 0.4% | - |
| HSV(B) | 301.83º | 0.9% | 0.72% | - |
| XYZ | 27.8 | 13.75 | 43.31 | - |
| YUV | 86.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 178 | 0 | 0.90 | 0.03 | 0.28 | 301.83 | 0.81 | 0.4 |
| Hex | B7 | 13 | B2 | 0 | 5A | 3 | 1C | 12E | 51 | 28 |
| Octal | 267 | 23 | 262 | 0 | 132 | 3 | 34 | 456 | 121 | 50 |
| Binary | 10110111 | 10011 | 10110010 | 0 | 1011010 | 11 | 11100 | 100101110 | 1010001 | 101000 |
Color Harmonies of #B713B2
Complementary color
Monochromatic Colors of #B713B2
Black with #B713B2
Text Example
Text Example
White with #B713B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713B2; }
p { color: rgb(183,19,178); }
H1.HeaderClassName
{
color: #B713B2;
}
.AnyTagClassName
{
color: #B713B2;
}
</style>
background-color css
<style>
a { background-color: #B713B2; }
a { background-color: rgb(183,19,178); }
div.DivClassName
{
background-color: #B713B2;
}
.BgClassName
{
background-color: #B713B2;
}
</style>
border-color css
<style>
span { border-color: #B713B2; }
span { border-color: rgb(183,19,178); }
td.TdClassName
{
border-color: #B713B2;
}
.TagClassName
{
border-color: #B713B2;
}
</style>