Shades of Deep Magenta #B713CF
Tints of Deep Magenta #B713CF
RGB
CMYK
RGB Variations
Color information
#B713CF (or 0xB713CF) is known color: Deep Magenta. HEX triplet: B7, 13 and CF. RGB value is (183,19,207). Sum of RGB (Red+Green+Blue) = 183+19+207=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B713CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713CF is #48EC30. Grayscale: #585858. Windows color (decimal): -4779057 or 13570999. OLE color: 13570999.
HSL color Cylindrical-coordinate representation of color #B713CF: hue angle of 292.34º 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 #B713CF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 19 | 207 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.19 |
| HSL | 292.34º | 0.83% | 0.44% | - |
| HSV(B) | 292.34º | 0.91% | 0.81% | - |
| XYZ | 31.02 | 15.04 | 60.3 | - |
| YUV | 89.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 207 | 0.12 | 0.91 | 0 | 0.19 | 292.34 | 0.83 | 0.44 |
| Hex | B7 | 13 | CF | C | 5B | 0 | 13 | 124 | 53 | 2C |
| Octal | 267 | 23 | 317 | 14 | 133 | 0 | 23 | 444 | 123 | 54 |
| Binary | 10110111 | 10011 | 11001111 | 1100 | 1011011 | 0 | 10011 | 100100100 | 1010011 | 101100 |
Color Harmonies of #B713CF
Complementary color
Monochromatic Colors of #B713CF
Black with #B713CF
Text Example
Text Example
White with #B713CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713CF; }
p { color: rgb(183,19,207); }
H1.HeaderClassName
{
color: #B713CF;
}
.AnyTagClassName
{
color: #B713CF;
}
</style>
background-color css
<style>
a { background-color: #B713CF; }
a { background-color: rgb(183,19,207); }
div.DivClassName
{
background-color: #B713CF;
}
.BgClassName
{
background-color: #B713CF;
}
</style>
border-color css
<style>
span { border-color: #B713CF; }
span { border-color: rgb(183,19,207); }
td.TdClassName
{
border-color: #B713CF;
}
.TagClassName
{
border-color: #B713CF;
}
</style>