Shades of Deep Magenta #B713DA
Tints of Deep Magenta #B713DA
RGB
CMYK
RGB Variations
Color information
#B713DA (or 0xB713DA) is known color: Deep Magenta. HEX triplet: B7, 13 and DA. RGB value is (183,19,218). Sum of RGB (Red+Green+Blue) = 183+19+218=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #B713DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713DA is #48EC25. Grayscale: #5A5A5A. Windows color (decimal): -4779046 or 14291895. OLE color: 14291895.
HSL color Cylindrical-coordinate representation of color #B713DA: hue angle of 289.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B713DA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 19 | 218 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.15 |
| HSL | 289.45º | 0.84% | 0.46% | - |
| HSV(B) | 289.45º | 0.91% | 0.85% | - |
| XYZ | 32.42 | 15.59 | 67.63 | - |
| YUV | 90.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 218 | 0.16 | 0.91 | 0 | 0.15 | 289.45 | 0.84 | 0.46 |
| Hex | B7 | 13 | DA | 10 | 5B | 0 | F | 121 | 54 | 2E |
| Octal | 267 | 23 | 332 | 20 | 133 | 0 | 17 | 441 | 124 | 56 |
| Binary | 10110111 | 10011 | 11011010 | 10000 | 1011011 | 0 | 1111 | 100100001 | 1010100 | 101110 |
Color Harmonies of #B713DA
Complementary color
Monochromatic Colors of #B713DA
Black with #B713DA
Text Example
Text Example
White with #B713DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713DA; }
p { color: rgb(183,19,218); }
H1.HeaderClassName
{
color: #B713DA;
}
.AnyTagClassName
{
color: #B713DA;
}
</style>
background-color css
<style>
a { background-color: #B713DA; }
a { background-color: rgb(183,19,218); }
div.DivClassName
{
background-color: #B713DA;
}
.BgClassName
{
background-color: #B713DA;
}
</style>
border-color css
<style>
span { border-color: #B713DA; }
span { border-color: rgb(183,19,218); }
td.TdClassName
{
border-color: #B713DA;
}
.TagClassName
{
border-color: #B713DA;
}
</style>