Shades of Deep Magenta #B70DDF
Tints of Deep Magenta #B70DDF
RGB
CMYK
RGB Variations
Color information
#B70DDF (or 0xB70DDF) is known color: Deep Magenta. HEX triplet: B7, 0D and DF. RGB value is (183,13,223). Sum of RGB (Red+Green+Blue) = 183+13+223=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #B70DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DDF is #48F220. Grayscale: #575757. Windows color (decimal): -4780577 or 14618039. OLE color: 14618039.
HSL color Cylindrical-coordinate representation of color #B70DDF: hue angle of 288.57º 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 #B70DDF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 13 | 223 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.13 |
| HSL | 288.57º | 0.89% | 0.46% | - |
| HSV(B) | 288.57º | 0.94% | 0.87% | - |
| XYZ | 32.99 | 15.68 | 71.1 | - |
| YUV | 87.77 | 204.32 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 223 | 0.18 | 0.94 | 0 | 0.13 | 288.57 | 0.89 | 0.46 |
| Hex | B7 | D | DF | 12 | 5E | 0 | D | 121 | 59 | 2E |
| Octal | 267 | 15 | 337 | 22 | 136 | 0 | 15 | 441 | 131 | 56 |
| Binary | 10110111 | 1101 | 11011111 | 10010 | 1011110 | 0 | 1101 | 100100001 | 1011001 | 101110 |
Color Harmonies of #B70DDF
Complementary color
Monochromatic Colors of #B70DDF
Black with #B70DDF
Text Example
Text Example
White with #B70DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DDF; }
p { color: rgb(183,13,223); }
H1.HeaderClassName
{
color: #B70DDF;
}
.AnyTagClassName
{
color: #B70DDF;
}
</style>
background-color css
<style>
a { background-color: #B70DDF; }
a { background-color: rgb(183,13,223); }
div.DivClassName
{
background-color: #B70DDF;
}
.BgClassName
{
background-color: #B70DDF;
}
</style>
border-color css
<style>
span { border-color: #B70DDF; }
span { border-color: rgb(183,13,223); }
td.TdClassName
{
border-color: #B70DDF;
}
.TagClassName
{
border-color: #B70DDF;
}
</style>