Shades of Deep Magenta #B70DBE
Tints of Deep Magenta #B70DBE
RGB
CMYK
RGB Variations
Color information
#B70DBE (or 0xB70DBE) is known color: Deep Magenta. HEX triplet: B7, 0D and BE. RGB value is (183,13,190). Sum of RGB (Red+Green+Blue) = 183+13+190=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #B70DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DBE is #48F241. Grayscale: #535353. Windows color (decimal): -4780610 or 12455351. OLE color: 12455351.
HSL color Cylindrical-coordinate representation of color #B70DBE: hue angle of 297.63º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70DBE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 13 | 190 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.25 |
| HSL | 297.63º | 0.87% | 0.4% | - |
| HSV(B) | 297.63º | 0.93% | 0.75% | - |
| XYZ | 28.97 | 14.07 | 49.9 | - |
| YUV | 84.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 190 | 0.04 | 0.93 | 0 | 0.25 | 297.63 | 0.87 | 0.4 |
| Hex | B7 | D | BE | 4 | 5D | 0 | 19 | 12A | 57 | 28 |
| Octal | 267 | 15 | 276 | 4 | 135 | 0 | 31 | 452 | 127 | 50 |
| Binary | 10110111 | 1101 | 10111110 | 100 | 1011101 | 0 | 11001 | 100101010 | 1010111 | 101000 |
Color Harmonies of #B70DBE
Complementary color
Monochromatic Colors of #B70DBE
Black with #B70DBE
Text Example
Text Example
White with #B70DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DBE; }
p { color: rgb(183,13,190); }
H1.HeaderClassName
{
color: #B70DBE;
}
.AnyTagClassName
{
color: #B70DBE;
}
</style>
background-color css
<style>
a { background-color: #B70DBE; }
a { background-color: rgb(183,13,190); }
div.DivClassName
{
background-color: #B70DBE;
}
.BgClassName
{
background-color: #B70DBE;
}
</style>
border-color css
<style>
span { border-color: #B70DBE; }
span { border-color: rgb(183,13,190); }
td.TdClassName
{
border-color: #B70DBE;
}
.TagClassName
{
border-color: #B70DBE;
}
</style>