Shades of Deep Magenta #B713AC
Tints of Deep Magenta #B713AC
RGB
CMYK
RGB Variations
Color information
#B713AC (or 0xB713AC) is known color: Deep Magenta. HEX triplet: B7, 13 and AC. RGB value is (183,19,172). Sum of RGB (Red+Green+Blue) = 183+19+172=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B713AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713AC is #48EC53. Grayscale: #555555. Windows color (decimal): -4779092 or 11277239. OLE color: 11277239.
HSL color Cylindrical-coordinate representation of color #B713AC: hue angle of 304.02º 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 #B713AC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 172 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.28 |
| HSL | 304.02º | 0.81% | 0.4% | - |
| HSV(B) | 304.02º | 0.9% | 0.72% | - |
| XYZ | 27.21 | 13.51 | 40.2 | - |
| YUV | 85.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 172 | 0 | 0.90 | 0.06 | 0.28 | 304.02 | 0.81 | 0.4 |
| Hex | B7 | 13 | AC | 0 | 5A | 6 | 1C | 130 | 51 | 28 |
| Octal | 267 | 23 | 254 | 0 | 132 | 6 | 34 | 460 | 121 | 50 |
| Binary | 10110111 | 10011 | 10101100 | 0 | 1011010 | 110 | 11100 | 100110000 | 1010001 | 101000 |
Color Harmonies of #B713AC
Complementary color
Monochromatic Colors of #B713AC
Black with #B713AC
Text Example
Text Example
White with #B713AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713AC; }
p { color: rgb(183,19,172); }
H1.HeaderClassName
{
color: #B713AC;
}
.AnyTagClassName
{
color: #B713AC;
}
</style>
background-color css
<style>
a { background-color: #B713AC; }
a { background-color: rgb(183,19,172); }
div.DivClassName
{
background-color: #B713AC;
}
.BgClassName
{
background-color: #B713AC;
}
</style>
border-color css
<style>
span { border-color: #B713AC; }
span { border-color: rgb(183,19,172); }
td.TdClassName
{
border-color: #B713AC;
}
.TagClassName
{
border-color: #B713AC;
}
</style>