Shades of Deep Magenta #B713CE
Tints of Deep Magenta #B713CE
RGB
CMYK
RGB Variations
Color information
#B713CE (or 0xB713CE) is known color: Deep Magenta. HEX triplet: B7, 13 and CE. RGB value is (183,19,206). Sum of RGB (Red+Green+Blue) = 183+19+206=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #B713CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713CE is #48EC31. Grayscale: #585858. Windows color (decimal): -4779058 or 13505463. OLE color: 13505463.
HSL color Cylindrical-coordinate representation of color #B713CE: hue angle of 292.62º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B713CE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 19 | 206 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.19 |
| HSL | 292.62º | 0.83% | 0.44% | - |
| HSV(B) | 292.62º | 0.91% | 0.81% | - |
| XYZ | 30.9 | 14.99 | 59.66 | - |
| YUV | 89.35 | 193.83 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 206 | 0.11 | 0.91 | 0 | 0.19 | 292.62 | 0.83 | 0.44 |
| Hex | B7 | 13 | CE | B | 5B | 0 | 13 | 125 | 53 | 2C |
| Octal | 267 | 23 | 316 | 13 | 133 | 0 | 23 | 445 | 123 | 54 |
| Binary | 10110111 | 10011 | 11001110 | 1011 | 1011011 | 0 | 10011 | 100100101 | 1010011 | 101100 |
Color Harmonies of #B713CE
Complementary color
Monochromatic Colors of #B713CE
Black with #B713CE
Text Example
Text Example
White with #B713CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713CE; }
p { color: rgb(183,19,206); }
H1.HeaderClassName
{
color: #B713CE;
}
.AnyTagClassName
{
color: #B713CE;
}
</style>
background-color css
<style>
a { background-color: #B713CE; }
a { background-color: rgb(183,19,206); }
div.DivClassName
{
background-color: #B713CE;
}
.BgClassName
{
background-color: #B713CE;
}
</style>
border-color css
<style>
span { border-color: #B713CE; }
span { border-color: rgb(183,19,206); }
td.TdClassName
{
border-color: #B713CE;
}
.TagClassName
{
border-color: #B713CE;
}
</style>