Shades of Deep Magenta #B70DCD
Tints of Deep Magenta #B70DCD
RGB
CMYK
RGB Variations
Color information
#B70DCD (or 0xB70DCD) is known color: Deep Magenta. HEX triplet: B7, 0D and CD. RGB value is (183,13,205). Sum of RGB (Red+Green+Blue) = 183+13+205=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #B70DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DCD is #48F232. Grayscale: #555555. Windows color (decimal): -4780595 or 13438391. OLE color: 13438391.
HSL color Cylindrical-coordinate representation of color #B70DCD: hue angle of 293.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DCD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 13 | 205 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.20 |
| HSL | 293.13º | 0.88% | 0.43% | - |
| HSV(B) | 293.13º | 0.94% | 0.8% | - |
| XYZ | 30.69 | 14.76 | 58.99 | - |
| YUV | 85.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 205 | 0.11 | 0.94 | 0 | 0.20 | 293.13 | 0.88 | 0.43 |
| Hex | B7 | D | CD | B | 5E | 0 | 14 | 125 | 58 | 2B |
| Octal | 267 | 15 | 315 | 13 | 136 | 0 | 24 | 445 | 130 | 53 |
| Binary | 10110111 | 1101 | 11001101 | 1011 | 1011110 | 0 | 10100 | 100100101 | 1011000 | 101011 |
Color Harmonies of #B70DCD
Complementary color
Monochromatic Colors of #B70DCD
Black with #B70DCD
Text Example
Text Example
White with #B70DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DCD; }
p { color: rgb(183,13,205); }
H1.HeaderClassName
{
color: #B70DCD;
}
.AnyTagClassName
{
color: #B70DCD;
}
</style>
background-color css
<style>
a { background-color: #B70DCD; }
a { background-color: rgb(183,13,205); }
div.DivClassName
{
background-color: #B70DCD;
}
.BgClassName
{
background-color: #B70DCD;
}
</style>
border-color css
<style>
span { border-color: #B70DCD; }
span { border-color: rgb(183,13,205); }
td.TdClassName
{
border-color: #B70DCD;
}
.TagClassName
{
border-color: #B70DCD;
}
</style>