Shades of Deep Magenta #B710D9
Tints of Deep Magenta #B710D9
RGB
CMYK
RGB Variations
Color information
#B710D9 (or 0xB710D9) is known color: Deep Magenta. HEX triplet: B7, 10 and D9. RGB value is (183,16,217). Sum of RGB (Red+Green+Blue) = 183+16+217=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 217 (85.16% from 255 or 52.16% from 416); Max value from RGB is 217 - color contains mainly: blue. Hex color #B710D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710D9 is #48EF26. Grayscale: #585858. Windows color (decimal): -4779815 or 14225591. OLE color: 14225591.
HSL color Cylindrical-coordinate representation of color #B710D9: hue angle of 289.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B710D9 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 16 | 217 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.15 |
| HSL | 289.85º | 0.86% | 0.46% | - |
| HSV(B) | 289.85º | 0.93% | 0.85% | - |
| XYZ | 32.24 | 15.45 | 66.93 | - |
| YUV | 88.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 217 | 0.16 | 0.93 | 0 | 0.15 | 289.85 | 0.86 | 0.46 |
| Hex | B7 | 10 | D9 | 10 | 5D | 0 | F | 122 | 56 | 2E |
| Octal | 267 | 20 | 331 | 20 | 135 | 0 | 17 | 442 | 126 | 56 |
| Binary | 10110111 | 10000 | 11011001 | 10000 | 1011101 | 0 | 1111 | 100100010 | 1010110 | 101110 |
Color Harmonies of #B710D9
Complementary color
Monochromatic Colors of #B710D9
Black with #B710D9
Text Example
Text Example
White with #B710D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710D9; }
p { color: rgb(183,16,217); }
H1.HeaderClassName
{
color: #B710D9;
}
.AnyTagClassName
{
color: #B710D9;
}
</style>
background-color css
<style>
a { background-color: #B710D9; }
a { background-color: rgb(183,16,217); }
div.DivClassName
{
background-color: #B710D9;
}
.BgClassName
{
background-color: #B710D9;
}
</style>
border-color css
<style>
span { border-color: #B710D9; }
span { border-color: rgb(183,16,217); }
td.TdClassName
{
border-color: #B710D9;
}
.TagClassName
{
border-color: #B710D9;
}
</style>