Shades of Deep Magenta #B70ADE
Tints of Deep Magenta #B70ADE
RGB
CMYK
RGB Variations
Color information
#B70ADE (or 0xB70ADE) is known color: Deep Magenta. HEX triplet: B7, 0A and DE. RGB value is (183,10,222). Sum of RGB (Red+Green+Blue) = 183+10+222=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #B70ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ADE is #48F521. Grayscale: #555555. Windows color (decimal): -4781346 or 14551735. OLE color: 14551735.
HSL color Cylindrical-coordinate representation of color #B70ADE: hue angle of 288.96º 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 #B70ADE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 10 | 222 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.13 |
| HSL | 288.96º | 0.91% | 0.45% | - |
| HSV(B) | 288.96º | 0.95% | 0.87% | - |
| XYZ | 32.82 | 15.56 | 70.38 | - |
| YUV | 85.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 222 | 0.18 | 0.95 | 0 | 0.13 | 288.96 | 0.91 | 0.45 |
| Hex | B7 | A | DE | 12 | 5F | 0 | D | 121 | 5B | 2D |
| Octal | 267 | 12 | 336 | 22 | 137 | 0 | 15 | 441 | 133 | 55 |
| Binary | 10110111 | 1010 | 11011110 | 10010 | 1011111 | 0 | 1101 | 100100001 | 1011011 | 101101 |
Color Harmonies of #B70ADE
Complementary color
Monochromatic Colors of #B70ADE
Black with #B70ADE
Text Example
Text Example
White with #B70ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70ADE; }
p { color: rgb(183,10,222); }
H1.HeaderClassName
{
color: #B70ADE;
}
.AnyTagClassName
{
color: #B70ADE;
}
</style>
background-color css
<style>
a { background-color: #B70ADE; }
a { background-color: rgb(183,10,222); }
div.DivClassName
{
background-color: #B70ADE;
}
.BgClassName
{
background-color: #B70ADE;
}
</style>
border-color css
<style>
span { border-color: #B70ADE; }
span { border-color: rgb(183,10,222); }
td.TdClassName
{
border-color: #B70ADE;
}
.TagClassName
{
border-color: #B70ADE;
}
</style>