Shades of Deep Magenta #B710D8
Tints of Deep Magenta #B710D8
RGB
CMYK
RGB Variations
Color information
#B710D8 (or 0xB710D8) is known color: Deep Magenta. HEX triplet: B7, 10 and D8. RGB value is (183,16,216). Sum of RGB (Red+Green+Blue) = 183+16+216=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #B710D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710D8 is #48EF27. Grayscale: #585858. Windows color (decimal): -4779816 or 14160055. OLE color: 14160055.
HSL color Cylindrical-coordinate representation of color #B710D8: hue angle of 290.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B710D8 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 16 | 216 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.15 |
| HSL | 290.1º | 0.86% | 0.45% | - |
| HSV(B) | 290.1º | 0.93% | 0.85% | - |
| XYZ | 32.11 | 15.4 | 66.25 | - |
| YUV | 88.73 | 199.83 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 216 | 0.15 | 0.93 | 0 | 0.15 | 290.1 | 0.86 | 0.45 |
| Hex | B7 | 10 | D8 | F | 5D | 0 | F | 122 | 56 | 2D |
| Octal | 267 | 20 | 330 | 17 | 135 | 0 | 17 | 442 | 126 | 55 |
| Binary | 10110111 | 10000 | 11011000 | 1111 | 1011101 | 0 | 1111 | 100100010 | 1010110 | 101101 |
Color Harmonies of #B710D8
Complementary color
Monochromatic Colors of #B710D8
Black with #B710D8
Text Example
Text Example
White with #B710D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710D8; }
p { color: rgb(183,16,216); }
H1.HeaderClassName
{
color: #B710D8;
}
.AnyTagClassName
{
color: #B710D8;
}
</style>
background-color css
<style>
a { background-color: #B710D8; }
a { background-color: rgb(183,16,216); }
div.DivClassName
{
background-color: #B710D8;
}
.BgClassName
{
background-color: #B710D8;
}
</style>
border-color css
<style>
span { border-color: #B710D8; }
span { border-color: rgb(183,16,216); }
td.TdClassName
{
border-color: #B710D8;
}
.TagClassName
{
border-color: #B710D8;
}
</style>