Shades of Deep Magenta #B70ADD
Tints of Deep Magenta #B70ADD
RGB
CMYK
RGB Variations
Color information
#B70ADD (or 0xB70ADD) is known color: Deep Magenta. HEX triplet: B7, 0A and DD. RGB value is (183,10,221). Sum of RGB (Red+Green+Blue) = 183+10+221=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #B70ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ADD is #48F522. Grayscale: #555555. Windows color (decimal): -4781347 or 14486199. OLE color: 14486199.
HSL color Cylindrical-coordinate representation of color #B70ADD: hue angle of 289.19º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70ADD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 10 | 221 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.13 |
| HSL | 289.19º | 0.91% | 0.45% | - |
| HSV(B) | 289.19º | 0.95% | 0.87% | - |
| XYZ | 32.69 | 15.5 | 69.68 | - |
| YUV | 85.78 | 204.31 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 221 | 0.17 | 0.95 | 0 | 0.13 | 289.19 | 0.91 | 0.45 |
| Hex | B7 | A | DD | 11 | 5F | 0 | D | 121 | 5B | 2D |
| Octal | 267 | 12 | 335 | 21 | 137 | 0 | 15 | 441 | 133 | 55 |
| Binary | 10110111 | 1010 | 11011101 | 10001 | 1011111 | 0 | 1101 | 100100001 | 1011011 | 101101 |
Color Harmonies of #B70ADD
Complementary color
Monochromatic Colors of #B70ADD
Black with #B70ADD
Text Example
Text Example
White with #B70ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70ADD; }
p { color: rgb(183,10,221); }
H1.HeaderClassName
{
color: #B70ADD;
}
.AnyTagClassName
{
color: #B70ADD;
}
</style>
background-color css
<style>
a { background-color: #B70ADD; }
a { background-color: rgb(183,10,221); }
div.DivClassName
{
background-color: #B70ADD;
}
.BgClassName
{
background-color: #B70ADD;
}
</style>
border-color css
<style>
span { border-color: #B70ADD; }
span { border-color: rgb(183,10,221); }
td.TdClassName
{
border-color: #B70ADD;
}
.TagClassName
{
border-color: #B70ADD;
}
</style>