Shades of Deep Magenta #B713AB
Tints of Deep Magenta #B713AB
RGB
CMYK
RGB Variations
Color information
#B713AB (or 0xB713AB) is known color: Deep Magenta. HEX triplet: B7, 13 and AB. RGB value is (183,19,171). Sum of RGB (Red+Green+Blue) = 183+19+171=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B713AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713AB is #48EC54. Grayscale: #545454. Windows color (decimal): -4779093 or 11211703. OLE color: 11211703.
HSL color Cylindrical-coordinate representation of color #B713AB: hue angle of 304.39º 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 #B713AB is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.28 |
| HSL | 304.39º | 0.81% | 0.4% | - |
| HSV(B) | 304.39º | 0.9% | 0.72% | - |
| XYZ | 27.11 | 13.47 | 39.7 | - |
| YUV | 85.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 171 | 0 | 0.90 | 0.07 | 0.28 | 304.39 | 0.81 | 0.4 |
| Hex | B7 | 13 | AB | 0 | 5A | 7 | 1C | 130 | 51 | 28 |
| Octal | 267 | 23 | 253 | 0 | 132 | 7 | 34 | 460 | 121 | 50 |
| Binary | 10110111 | 10011 | 10101011 | 0 | 1011010 | 111 | 11100 | 100110000 | 1010001 | 101000 |
Color Harmonies of #B713AB
Complementary color
Monochromatic Colors of #B713AB
Black with #B713AB
Text Example
Text Example
White with #B713AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713AB; }
p { color: rgb(183,19,171); }
H1.HeaderClassName
{
color: #B713AB;
}
.AnyTagClassName
{
color: #B713AB;
}
</style>
background-color css
<style>
a { background-color: #B713AB; }
a { background-color: rgb(183,19,171); }
div.DivClassName
{
background-color: #B713AB;
}
.BgClassName
{
background-color: #B713AB;
}
</style>
border-color css
<style>
span { border-color: #B713AB; }
span { border-color: rgb(183,19,171); }
td.TdClassName
{
border-color: #B713AB;
}
.TagClassName
{
border-color: #B713AB;
}
</style>