Shades of Deep Magenta #B713CD
Tints of Deep Magenta #B713CD
RGB
CMYK
RGB Variations
Color information
#B713CD (or 0xB713CD) is known color: Deep Magenta. HEX triplet: B7, 13 and CD. RGB value is (183,19,205). Sum of RGB (Red+Green+Blue) = 183+19+205=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #B713CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713CD is #48EC32. Grayscale: #585858. Windows color (decimal): -4779059 or 13439927. OLE color: 13439927.
HSL color Cylindrical-coordinate representation of color #B713CD: hue angle of 292.9º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B713CD is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 19 | 205 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.20 |
| HSL | 292.9º | 0.83% | 0.44% | - |
| HSV(B) | 292.9º | 0.91% | 0.8% | - |
| XYZ | 30.78 | 14.94 | 59.02 | - |
| YUV | 89.24 | 193.33 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 205 | 0.11 | 0.91 | 0 | 0.20 | 292.9 | 0.83 | 0.44 |
| Hex | B7 | 13 | CD | B | 5B | 0 | 14 | 125 | 53 | 2C |
| Octal | 267 | 23 | 315 | 13 | 133 | 0 | 24 | 445 | 123 | 54 |
| Binary | 10110111 | 10011 | 11001101 | 1011 | 1011011 | 0 | 10100 | 100100101 | 1010011 | 101100 |
Color Harmonies of #B713CD
Complementary color
Monochromatic Colors of #B713CD
Black with #B713CD
Text Example
Text Example
White with #B713CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713CD; }
p { color: rgb(183,19,205); }
H1.HeaderClassName
{
color: #B713CD;
}
.AnyTagClassName
{
color: #B713CD;
}
</style>
background-color css
<style>
a { background-color: #B713CD; }
a { background-color: rgb(183,19,205); }
div.DivClassName
{
background-color: #B713CD;
}
.BgClassName
{
background-color: #B713CD;
}
</style>
border-color css
<style>
span { border-color: #B713CD; }
span { border-color: rgb(183,19,205); }
td.TdClassName
{
border-color: #B713CD;
}
.TagClassName
{
border-color: #B713CD;
}
</style>