Shades of Deep Magenta #B70DC8
Tints of Deep Magenta #B70DC8
RGB
CMYK
RGB Variations
Color information
#B70DC8 (or 0xB70DC8) is known color: Deep Magenta. HEX triplet: B7, 0D and C8. RGB value is (183,13,200). Sum of RGB (Red+Green+Blue) = 183+13+200=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #B70DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DC8 is #48F237. Grayscale: #545454. Windows color (decimal): -4780600 or 13110711. OLE color: 13110711.
HSL color Cylindrical-coordinate representation of color #B70DC8: hue angle of 294.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DC8 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 13 | 200 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.22 |
| HSL | 294.55º | 0.88% | 0.42% | - |
| HSV(B) | 294.55º | 0.94% | 0.78% | - |
| XYZ | 30.1 | 14.53 | 55.86 | - |
| YUV | 85.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 200 | 0.08 | 0.94 | 0 | 0.22 | 294.55 | 0.88 | 0.42 |
| Hex | B7 | D | C8 | 8 | 5E | 0 | 16 | 127 | 58 | 2A |
| Octal | 267 | 15 | 310 | 10 | 136 | 0 | 26 | 447 | 130 | 52 |
| Binary | 10110111 | 1101 | 11001000 | 1000 | 1011110 | 0 | 10110 | 100100111 | 1011000 | 101010 |
Color Harmonies of #B70DC8
Complementary color
Monochromatic Colors of #B70DC8
Black with #B70DC8
Text Example
Text Example
White with #B70DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DC8; }
p { color: rgb(183,13,200); }
H1.HeaderClassName
{
color: #B70DC8;
}
.AnyTagClassName
{
color: #B70DC8;
}
</style>
background-color css
<style>
a { background-color: #B70DC8; }
a { background-color: rgb(183,13,200); }
div.DivClassName
{
background-color: #B70DC8;
}
.BgClassName
{
background-color: #B70DC8;
}
</style>
border-color css
<style>
span { border-color: #B70DC8; }
span { border-color: rgb(183,13,200); }
td.TdClassName
{
border-color: #B70DC8;
}
.TagClassName
{
border-color: #B70DC8;
}
</style>