Shades of Deep Magenta #B70DDB
Tints of Deep Magenta #B70DDB
RGB
CMYK
RGB Variations
Color information
#B70DDB (or 0xB70DDB) is known color: Deep Magenta. HEX triplet: B7, 0D and DB. RGB value is (183,13,219). Sum of RGB (Red+Green+Blue) = 183+13+219=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #B70DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DDB is #48F224. Grayscale: #565656. Windows color (decimal): -4780581 or 14355895. OLE color: 14355895.
HSL color Cylindrical-coordinate representation of color #B70DDB: hue angle of 289.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DDB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 13 | 219 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.14 |
| HSL | 289.51º | 0.89% | 0.45% | - |
| HSV(B) | 289.51º | 0.94% | 0.86% | - |
| XYZ | 32.46 | 15.47 | 68.29 | - |
| YUV | 87.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 219 | 0.16 | 0.94 | 0 | 0.14 | 289.51 | 0.89 | 0.45 |
| Hex | B7 | D | DB | 10 | 5E | 0 | E | 122 | 59 | 2D |
| Octal | 267 | 15 | 333 | 20 | 136 | 0 | 16 | 442 | 131 | 55 |
| Binary | 10110111 | 1101 | 11011011 | 10000 | 1011110 | 0 | 1110 | 100100010 | 1011001 | 101101 |
Color Harmonies of #B70DDB
Complementary color
Monochromatic Colors of #B70DDB
Black with #B70DDB
Text Example
Text Example
White with #B70DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DDB; }
p { color: rgb(183,13,219); }
H1.HeaderClassName
{
color: #B70DDB;
}
.AnyTagClassName
{
color: #B70DDB;
}
</style>
background-color css
<style>
a { background-color: #B70DDB; }
a { background-color: rgb(183,13,219); }
div.DivClassName
{
background-color: #B70DDB;
}
.BgClassName
{
background-color: #B70DDB;
}
</style>
border-color css
<style>
span { border-color: #B70DDB; }
span { border-color: rgb(183,13,219); }
td.TdClassName
{
border-color: #B70DDB;
}
.TagClassName
{
border-color: #B70DDB;
}
</style>