Shades of Deep Magenta #B70DC9
Tints of Deep Magenta #B70DC9
RGB
CMYK
RGB Variations
Color information
#B70DC9 (or 0xB70DC9) is known color: Deep Magenta. HEX triplet: B7, 0D and C9. RGB value is (183,13,201). Sum of RGB (Red+Green+Blue) = 183+13+201=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #B70DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DC9 is #48F236. Grayscale: #545454. Windows color (decimal): -4780599 or 13176247. OLE color: 13176247.
HSL color Cylindrical-coordinate representation of color #B70DC9: hue angle of 294.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DC9 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 13 | 201 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.21 |
| HSL | 294.26º | 0.88% | 0.42% | - |
| HSV(B) | 294.26º | 0.94% | 0.79% | - |
| XYZ | 30.21 | 14.57 | 56.48 | - |
| YUV | 85.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 201 | 0.09 | 0.94 | 0 | 0.21 | 294.26 | 0.88 | 0.42 |
| Hex | B7 | D | C9 | 9 | 5E | 0 | 15 | 126 | 58 | 2A |
| Octal | 267 | 15 | 311 | 11 | 136 | 0 | 25 | 446 | 130 | 52 |
| Binary | 10110111 | 1101 | 11001001 | 1001 | 1011110 | 0 | 10101 | 100100110 | 1011000 | 101010 |
Color Harmonies of #B70DC9
Complementary color
Monochromatic Colors of #B70DC9
Black with #B70DC9
Text Example
Text Example
White with #B70DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DC9; }
p { color: rgb(183,13,201); }
H1.HeaderClassName
{
color: #B70DC9;
}
.AnyTagClassName
{
color: #B70DC9;
}
</style>
background-color css
<style>
a { background-color: #B70DC9; }
a { background-color: rgb(183,13,201); }
div.DivClassName
{
background-color: #B70DC9;
}
.BgClassName
{
background-color: #B70DC9;
}
</style>
border-color css
<style>
span { border-color: #B70DC9; }
span { border-color: rgb(183,13,201); }
td.TdClassName
{
border-color: #B70DC9;
}
.TagClassName
{
border-color: #B70DC9;
}
</style>