Shades of Deep Magenta #B70DC1
Tints of Deep Magenta #B70DC1
RGB
CMYK
RGB Variations
Color information
#B70DC1 (or 0xB70DC1) is known color: Deep Magenta. HEX triplet: B7, 0D and C1. RGB value is (183,13,193). Sum of RGB (Red+Green+Blue) = 183+13+193=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #B70DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DC1 is #48F23E. Grayscale: #535353. Windows color (decimal): -4780607 or 12651959. OLE color: 12651959.
HSL color Cylindrical-coordinate representation of color #B70DC1: hue angle of 296.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70DC1 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 13 | 193 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.24 |
| HSL | 296.67º | 0.87% | 0.4% | - |
| HSV(B) | 296.67º | 0.93% | 0.76% | - |
| XYZ | 29.3 | 14.21 | 51.65 | - |
| YUV | 84.35 | 189.32 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 193 | 0.05 | 0.93 | 0 | 0.24 | 296.67 | 0.87 | 0.4 |
| Hex | B7 | D | C1 | 5 | 5D | 0 | 18 | 129 | 57 | 28 |
| Octal | 267 | 15 | 301 | 5 | 135 | 0 | 30 | 451 | 127 | 50 |
| Binary | 10110111 | 1101 | 11000001 | 101 | 1011101 | 0 | 11000 | 100101001 | 1010111 | 101000 |
Color Harmonies of #B70DC1
Complementary color
Monochromatic Colors of #B70DC1
Black with #B70DC1
Text Example
Text Example
White with #B70DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DC1; }
p { color: rgb(183,13,193); }
H1.HeaderClassName
{
color: #B70DC1;
}
.AnyTagClassName
{
color: #B70DC1;
}
</style>
background-color css
<style>
a { background-color: #B70DC1; }
a { background-color: rgb(183,13,193); }
div.DivClassName
{
background-color: #B70DC1;
}
.BgClassName
{
background-color: #B70DC1;
}
</style>
border-color css
<style>
span { border-color: #B70DC1; }
span { border-color: rgb(183,13,193); }
td.TdClassName
{
border-color: #B70DC1;
}
.TagClassName
{
border-color: #B70DC1;
}
</style>