Shades of Deep Magenta #B70AD4
Tints of Deep Magenta #B70AD4
RGB
CMYK
RGB Variations
Color information
#B70AD4 (or 0xB70AD4) is known color: Deep Magenta. HEX triplet: B7, 0A and D4. RGB value is (183,10,212). Sum of RGB (Red+Green+Blue) = 183+10+212=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #B70AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70AD4 is #48F52B. Grayscale: #545454. Windows color (decimal): -4781356 or 13896375. OLE color: 13896375.
HSL color Cylindrical-coordinate representation of color #B70AD4: hue angle of 291.39º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70AD4 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 10 | 212 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.17 |
| HSL | 291.39º | 0.91% | 0.44% | - |
| HSV(B) | 291.39º | 0.95% | 0.83% | - |
| XYZ | 31.52 | 15.04 | 63.53 | - |
| YUV | 84.76 | 199.81 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 212 | 0.14 | 0.95 | 0 | 0.17 | 291.39 | 0.91 | 0.44 |
| Hex | B7 | A | D4 | E | 5F | 0 | 11 | 123 | 5B | 2C |
| Octal | 267 | 12 | 324 | 16 | 137 | 0 | 21 | 443 | 133 | 54 |
| Binary | 10110111 | 1010 | 11010100 | 1110 | 1011111 | 0 | 10001 | 100100011 | 1011011 | 101100 |
Color Harmonies of #B70AD4
Complementary color
Monochromatic Colors of #B70AD4
Black with #B70AD4
Text Example
Text Example
White with #B70AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70AD4; }
p { color: rgb(183,10,212); }
H1.HeaderClassName
{
color: #B70AD4;
}
.AnyTagClassName
{
color: #B70AD4;
}
</style>
background-color css
<style>
a { background-color: #B70AD4; }
a { background-color: rgb(183,10,212); }
div.DivClassName
{
background-color: #B70AD4;
}
.BgClassName
{
background-color: #B70AD4;
}
</style>
border-color css
<style>
span { border-color: #B70AD4; }
span { border-color: rgb(183,10,212); }
td.TdClassName
{
border-color: #B70AD4;
}
.TagClassName
{
border-color: #B70AD4;
}
</style>