Shades of Deep Magenta #B713AD
Tints of Deep Magenta #B713AD
RGB
CMYK
RGB Variations
Color information
#B713AD (or 0xB713AD) is known color: Deep Magenta. HEX triplet: B7, 13 and AD. RGB value is (183,19,173). Sum of RGB (Red+Green+Blue) = 183+19+173=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B713AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713AD is #48EC52. Grayscale: #555555. Windows color (decimal): -4779091 or 11342775. OLE color: 11342775.
HSL color Cylindrical-coordinate representation of color #B713AD: hue angle of 303.66º 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 #B713AD is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 173 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.28 |
| HSL | 303.66º | 0.81% | 0.4% | - |
| HSV(B) | 303.66º | 0.9% | 0.72% | - |
| XYZ | 27.3 | 13.55 | 40.71 | - |
| YUV | 85.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 173 | 0 | 0.90 | 0.05 | 0.28 | 303.66 | 0.81 | 0.4 |
| Hex | B7 | 13 | AD | 0 | 5A | 5 | 1C | 130 | 51 | 28 |
| Octal | 267 | 23 | 255 | 0 | 132 | 5 | 34 | 460 | 121 | 50 |
| Binary | 10110111 | 10011 | 10101101 | 0 | 1011010 | 101 | 11100 | 100110000 | 1010001 | 101000 |
Color Harmonies of #B713AD
Complementary color
Monochromatic Colors of #B713AD
Black with #B713AD
Text Example
Text Example
White with #B713AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713AD; }
p { color: rgb(183,19,173); }
H1.HeaderClassName
{
color: #B713AD;
}
.AnyTagClassName
{
color: #B713AD;
}
</style>
background-color css
<style>
a { background-color: #B713AD; }
a { background-color: rgb(183,19,173); }
div.DivClassName
{
background-color: #B713AD;
}
.BgClassName
{
background-color: #B713AD;
}
</style>
border-color css
<style>
span { border-color: #B713AD; }
span { border-color: rgb(183,19,173); }
td.TdClassName
{
border-color: #B713AD;
}
.TagClassName
{
border-color: #B713AD;
}
</style>