Shades of Deep Magenta #B70EDD
Tints of Deep Magenta #B70EDD
RGB
CMYK
RGB Variations
Color information
#B70EDD (or 0xB70EDD) is known color: Deep Magenta. HEX triplet: B7, 0E and DD. RGB value is (183,14,221). Sum of RGB (Red+Green+Blue) = 183+14+221=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #B70EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70EDD is #48F122. Grayscale: #575757. Windows color (decimal): -4780323 or 14487223. OLE color: 14487223.
HSL color Cylindrical-coordinate representation of color #B70EDD: hue angle of 288.99º degrees, saturation: 0.88, 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 #B70EDD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 14 | 221 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.13 |
| HSL | 288.99º | 0.88% | 0.46% | - |
| HSV(B) | 288.99º | 0.94% | 0.87% | - |
| XYZ | 32.74 | 15.6 | 69.69 | - |
| YUV | 88.13 | 202.99 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 221 | 0.17 | 0.94 | 0 | 0.13 | 288.99 | 0.88 | 0.46 |
| Hex | B7 | E | DD | 11 | 5E | 0 | D | 121 | 58 | 2E |
| Octal | 267 | 16 | 335 | 21 | 136 | 0 | 15 | 441 | 130 | 56 |
| Binary | 10110111 | 1110 | 11011101 | 10001 | 1011110 | 0 | 1101 | 100100001 | 1011000 | 101110 |
Color Harmonies of #B70EDD
Complementary color
Monochromatic Colors of #B70EDD
Black with #B70EDD
Text Example
Text Example
White with #B70EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70EDD; }
p { color: rgb(183,14,221); }
H1.HeaderClassName
{
color: #B70EDD;
}
.AnyTagClassName
{
color: #B70EDD;
}
</style>
background-color css
<style>
a { background-color: #B70EDD; }
a { background-color: rgb(183,14,221); }
div.DivClassName
{
background-color: #B70EDD;
}
.BgClassName
{
background-color: #B70EDD;
}
</style>
border-color css
<style>
span { border-color: #B70EDD; }
span { border-color: rgb(183,14,221); }
td.TdClassName
{
border-color: #B70EDD;
}
.TagClassName
{
border-color: #B70EDD;
}
</style>