Shades of Deep Magenta #B70FDC
Tints of Deep Magenta #B70FDC
RGB
CMYK
RGB Variations
Color information
#B70FDC (or 0xB70FDC) is known color: Deep Magenta. HEX triplet: B7, 0F and DC. RGB value is (183,15,220). Sum of RGB (Red+Green+Blue) = 183+15+220=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B70FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FDC is #48F023. Grayscale: #575757. Windows color (decimal): -4780068 or 14421943. OLE color: 14421943.
HSL color Cylindrical-coordinate representation of color #B70FDC: hue angle of 289.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70FDC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 15 | 220 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.14 |
| HSL | 289.17º | 0.87% | 0.46% | - |
| HSV(B) | 289.17º | 0.93% | 0.86% | - |
| XYZ | 32.62 | 15.58 | 69 | - |
| YUV | 88.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 220 | 0.17 | 0.93 | 0 | 0.14 | 289.17 | 0.87 | 0.46 |
| Hex | B7 | F | DC | 11 | 5D | 0 | E | 121 | 57 | 2E |
| Octal | 267 | 17 | 334 | 21 | 135 | 0 | 16 | 441 | 127 | 56 |
| Binary | 10110111 | 1111 | 11011100 | 10001 | 1011101 | 0 | 1110 | 100100001 | 1010111 | 101110 |
Color Harmonies of #B70FDC
Complementary color
Monochromatic Colors of #B70FDC
Black with #B70FDC
Text Example
Text Example
White with #B70FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FDC; }
p { color: rgb(183,15,220); }
H1.HeaderClassName
{
color: #B70FDC;
}
.AnyTagClassName
{
color: #B70FDC;
}
</style>
background-color css
<style>
a { background-color: #B70FDC; }
a { background-color: rgb(183,15,220); }
div.DivClassName
{
background-color: #B70FDC;
}
.BgClassName
{
background-color: #B70FDC;
}
</style>
border-color css
<style>
span { border-color: #B70FDC; }
span { border-color: rgb(183,15,220); }
td.TdClassName
{
border-color: #B70FDC;
}
.TagClassName
{
border-color: #B70FDC;
}
</style>