Shades of Deep Magenta #B70DD3
Tints of Deep Magenta #B70DD3
RGB
CMYK
RGB Variations
Color information
#B70DD3 (or 0xB70DD3) is known color: Deep Magenta. HEX triplet: B7, 0D and D3. RGB value is (183,13,211). Sum of RGB (Red+Green+Blue) = 183+13+211=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 211 (82.81% from 255 or 51.84% from 407); Max value from RGB is 211 - color contains mainly: blue. Hex color #B70DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DD3 is #48F22C. Grayscale: #555555. Windows color (decimal): -4780589 or 13831607. OLE color: 13831607.
HSL color Cylindrical-coordinate representation of color #B70DD3: hue angle of 291.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DD3 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 13 | 211 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.17 |
| HSL | 291.52º | 0.88% | 0.44% | - |
| HSV(B) | 291.52º | 0.94% | 0.83% | - |
| XYZ | 31.43 | 15.06 | 62.88 | - |
| YUV | 86.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 211 | 0.13 | 0.94 | 0 | 0.17 | 291.52 | 0.88 | 0.44 |
| Hex | B7 | D | D3 | D | 5E | 0 | 11 | 124 | 58 | 2C |
| Octal | 267 | 15 | 323 | 15 | 136 | 0 | 21 | 444 | 130 | 54 |
| Binary | 10110111 | 1101 | 11010011 | 1101 | 1011110 | 0 | 10001 | 100100100 | 1011000 | 101100 |
Color Harmonies of #B70DD3
Complementary color
Monochromatic Colors of #B70DD3
Black with #B70DD3
Text Example
Text Example
White with #B70DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DD3; }
p { color: rgb(183,13,211); }
H1.HeaderClassName
{
color: #B70DD3;
}
.AnyTagClassName
{
color: #B70DD3;
}
</style>
background-color css
<style>
a { background-color: #B70DD3; }
a { background-color: rgb(183,13,211); }
div.DivClassName
{
background-color: #B70DD3;
}
.BgClassName
{
background-color: #B70DD3;
}
</style>
border-color css
<style>
span { border-color: #B70DD3; }
span { border-color: rgb(183,13,211); }
td.TdClassName
{
border-color: #B70DD3;
}
.TagClassName
{
border-color: #B70DD3;
}
</style>