Shades of Deep Magenta #B713CC
Tints of Deep Magenta #B713CC
RGB
CMYK
RGB Variations
Color information
#B713CC (or 0xB713CC) is known color: Deep Magenta. HEX triplet: B7, 13 and CC. RGB value is (183,19,204). Sum of RGB (Red+Green+Blue) = 183+19+204=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #B713CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713CC is #48EC33. Grayscale: #585858. Windows color (decimal): -4779060 or 13374391. OLE color: 13374391.
HSL color Cylindrical-coordinate representation of color #B713CC: hue angle of 293.19º 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 #B713CC is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 19 | 204 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.2 |
| HSL | 293.19º | 0.83% | 0.44% | - |
| HSV(B) | 293.19º | 0.91% | 0.8% | - |
| XYZ | 30.66 | 14.89 | 58.39 | - |
| YUV | 89.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 204 | 0.10 | 0.91 | 0 | 0.2 | 293.19 | 0.83 | 0.44 |
| Hex | B7 | 13 | CC | A | 5B | 0 | 14 | 125 | 53 | 2C |
| Octal | 267 | 23 | 314 | 12 | 133 | 0 | 24 | 445 | 123 | 54 |
| Binary | 10110111 | 10011 | 11001100 | 1010 | 1011011 | 0 | 10100 | 100100101 | 1010011 | 101100 |
Color Harmonies of #B713CC
Complementary color
Monochromatic Colors of #B713CC
Black with #B713CC
Text Example
Text Example
White with #B713CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713CC; }
p { color: rgb(183,19,204); }
H1.HeaderClassName
{
color: #B713CC;
}
.AnyTagClassName
{
color: #B713CC;
}
</style>
background-color css
<style>
a { background-color: #B713CC; }
a { background-color: rgb(183,19,204); }
div.DivClassName
{
background-color: #B713CC;
}
.BgClassName
{
background-color: #B713CC;
}
</style>
border-color css
<style>
span { border-color: #B713CC; }
span { border-color: rgb(183,19,204); }
td.TdClassName
{
border-color: #B713CC;
}
.TagClassName
{
border-color: #B713CC;
}
</style>