Shades of Deep Magenta #B70CDC
Tints of Deep Magenta #B70CDC
RGB
CMYK
RGB Variations
Color information
#B70CDC (or 0xB70CDC) is known color: Deep Magenta. HEX triplet: B7, 0C and DC. RGB value is (183,12,220). Sum of RGB (Red+Green+Blue) = 183+12+220=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #B70CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CDC is #48F323. Grayscale: #565656. Windows color (decimal): -4780836 or 14421175. OLE color: 14421175.
HSL color Cylindrical-coordinate representation of color #B70CDC: hue angle of 289.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70CDC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 12 | 220 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.14 |
| HSL | 289.33º | 0.9% | 0.45% | - |
| HSV(B) | 289.33º | 0.95% | 0.86% | - |
| XYZ | 32.58 | 15.5 | 68.98 | - |
| YUV | 86.84 | 203.15 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 220 | 0.17 | 0.95 | 0 | 0.14 | 289.33 | 0.9 | 0.45 |
| Hex | B7 | C | DC | 11 | 5F | 0 | E | 121 | 5A | 2D |
| Octal | 267 | 14 | 334 | 21 | 137 | 0 | 16 | 441 | 132 | 55 |
| Binary | 10110111 | 1100 | 11011100 | 10001 | 1011111 | 0 | 1110 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B70CDC
Complementary color
Monochromatic Colors of #B70CDC
Black with #B70CDC
Text Example
Text Example
White with #B70CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CDC; }
p { color: rgb(183,12,220); }
H1.HeaderClassName
{
color: #B70CDC;
}
.AnyTagClassName
{
color: #B70CDC;
}
</style>
background-color css
<style>
a { background-color: #B70CDC; }
a { background-color: rgb(183,12,220); }
div.DivClassName
{
background-color: #B70CDC;
}
.BgClassName
{
background-color: #B70CDC;
}
</style>
border-color css
<style>
span { border-color: #B70CDC; }
span { border-color: rgb(183,12,220); }
td.TdClassName
{
border-color: #B70CDC;
}
.TagClassName
{
border-color: #B70CDC;
}
</style>