Shades of Deep Magenta #B70DDD
Tints of Deep Magenta #B70DDD
RGB
CMYK
RGB Variations
Color information
#B70DDD (or 0xB70DDD) is known color: Deep Magenta. HEX triplet: B7, 0D and DD. RGB value is (183,13,221). Sum of RGB (Red+Green+Blue) = 183+13+221=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #B70DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DDD is #48F222. Grayscale: #565656. Windows color (decimal): -4780579 or 14486967. OLE color: 14486967.
HSL color Cylindrical-coordinate representation of color #B70DDD: hue angle of 289.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DDD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 13 | 221 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.13 |
| HSL | 289.04º | 0.89% | 0.46% | - |
| HSV(B) | 289.04º | 0.94% | 0.87% | - |
| XYZ | 32.72 | 15.58 | 69.69 | - |
| YUV | 87.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 221 | 0.17 | 0.94 | 0 | 0.13 | 289.04 | 0.89 | 0.46 |
| Hex | B7 | D | DD | 11 | 5E | 0 | D | 121 | 59 | 2E |
| Octal | 267 | 15 | 335 | 21 | 136 | 0 | 15 | 441 | 131 | 56 |
| Binary | 10110111 | 1101 | 11011101 | 10001 | 1011110 | 0 | 1101 | 100100001 | 1011001 | 101110 |
Color Harmonies of #B70DDD
Complementary color
Monochromatic Colors of #B70DDD
Black with #B70DDD
Text Example
Text Example
White with #B70DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DDD; }
p { color: rgb(183,13,221); }
H1.HeaderClassName
{
color: #B70DDD;
}
.AnyTagClassName
{
color: #B70DDD;
}
</style>
background-color css
<style>
a { background-color: #B70DDD; }
a { background-color: rgb(183,13,221); }
div.DivClassName
{
background-color: #B70DDD;
}
.BgClassName
{
background-color: #B70DDD;
}
</style>
border-color css
<style>
span { border-color: #B70DDD; }
span { border-color: rgb(183,13,221); }
td.TdClassName
{
border-color: #B70DDD;
}
.TagClassName
{
border-color: #B70DDD;
}
</style>