Shades of Deep Magenta #B70DDA
Tints of Deep Magenta #B70DDA
RGB
CMYK
RGB Variations
Color information
#B70DDA (or 0xB70DDA) is known color: Deep Magenta. HEX triplet: B7, 0D and DA. RGB value is (183,13,218). Sum of RGB (Red+Green+Blue) = 183+13+218=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B70DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DDA is #48F225. Grayscale: #565656. Windows color (decimal): -4780582 or 14290359. OLE color: 14290359.
HSL color Cylindrical-coordinate representation of color #B70DDA: hue angle of 289.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DDA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 13 | 218 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.15 |
| HSL | 289.76º | 0.89% | 0.45% | - |
| HSV(B) | 289.76º | 0.94% | 0.85% | - |
| XYZ | 32.33 | 15.42 | 67.6 | - |
| YUV | 87.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 218 | 0.16 | 0.94 | 0 | 0.15 | 289.76 | 0.89 | 0.45 |
| Hex | B7 | D | DA | 10 | 5E | 0 | F | 122 | 59 | 2D |
| Octal | 267 | 15 | 332 | 20 | 136 | 0 | 17 | 442 | 131 | 55 |
| Binary | 10110111 | 1101 | 11011010 | 10000 | 1011110 | 0 | 1111 | 100100010 | 1011001 | 101101 |
Color Harmonies of #B70DDA
Complementary color
Monochromatic Colors of #B70DDA
Black with #B70DDA
Text Example
Text Example
White with #B70DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DDA; }
p { color: rgb(183,13,218); }
H1.HeaderClassName
{
color: #B70DDA;
}
.AnyTagClassName
{
color: #B70DDA;
}
</style>
background-color css
<style>
a { background-color: #B70DDA; }
a { background-color: rgb(183,13,218); }
div.DivClassName
{
background-color: #B70DDA;
}
.BgClassName
{
background-color: #B70DDA;
}
</style>
border-color css
<style>
span { border-color: #B70DDA; }
span { border-color: rgb(183,13,218); }
td.TdClassName
{
border-color: #B70DDA;
}
.TagClassName
{
border-color: #B70DDA;
}
</style>