Shades of Deep Magenta #B70DCE
Tints of Deep Magenta #B70DCE
RGB
CMYK
RGB Variations
Color information
#B70DCE (or 0xB70DCE) is known color: Deep Magenta. HEX triplet: B7, 0D and CE. RGB value is (183,13,206). Sum of RGB (Red+Green+Blue) = 183+13+206=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #B70DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DCE is #48F231. Grayscale: #555555. Windows color (decimal): -4780594 or 13503927. OLE color: 13503927.
HSL color Cylindrical-coordinate representation of color #B70DCE: hue angle of 292.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DCE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 13 | 206 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.19 |
| HSL | 292.85º | 0.88% | 0.43% | - |
| HSV(B) | 292.85º | 0.94% | 0.81% | - |
| XYZ | 30.81 | 14.81 | 59.63 | - |
| YUV | 85.83 | 195.82 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 206 | 0.11 | 0.94 | 0 | 0.19 | 292.85 | 0.88 | 0.43 |
| Hex | B7 | D | CE | B | 5E | 0 | 13 | 125 | 58 | 2B |
| Octal | 267 | 15 | 316 | 13 | 136 | 0 | 23 | 445 | 130 | 53 |
| Binary | 10110111 | 1101 | 11001110 | 1011 | 1011110 | 0 | 10011 | 100100101 | 1011000 | 101011 |
Color Harmonies of #B70DCE
Complementary color
Monochromatic Colors of #B70DCE
Black with #B70DCE
Text Example
Text Example
White with #B70DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DCE; }
p { color: rgb(183,13,206); }
H1.HeaderClassName
{
color: #B70DCE;
}
.AnyTagClassName
{
color: #B70DCE;
}
</style>
background-color css
<style>
a { background-color: #B70DCE; }
a { background-color: rgb(183,13,206); }
div.DivClassName
{
background-color: #B70DCE;
}
.BgClassName
{
background-color: #B70DCE;
}
</style>
border-color css
<style>
span { border-color: #B70DCE; }
span { border-color: rgb(183,13,206); }
td.TdClassName
{
border-color: #B70DCE;
}
.TagClassName
{
border-color: #B70DCE;
}
</style>