Shades of Deep Magenta #B711D9
Tints of Deep Magenta #B711D9
RGB
CMYK
RGB Variations
Color information
#B711D9 (or 0xB711D9) is known color: Deep Magenta. HEX triplet: B7, 11 and D9. RGB value is (183,17,217). Sum of RGB (Red+Green+Blue) = 183+17+217=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #B711D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711D9 is #48EE26. Grayscale: #585858. Windows color (decimal): -4779559 or 14225847. OLE color: 14225847.
HSL color Cylindrical-coordinate representation of color #B711D9: hue angle of 289.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B711D9 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 17 | 217 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.15 |
| HSL | 289.8º | 0.85% | 0.46% | - |
| HSV(B) | 289.8º | 0.92% | 0.85% | - |
| XYZ | 32.25 | 15.48 | 66.93 | - |
| YUV | 89.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 217 | 0.16 | 0.92 | 0 | 0.15 | 289.8 | 0.85 | 0.46 |
| Hex | B7 | 11 | D9 | 10 | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 267 | 21 | 331 | 20 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10110111 | 10001 | 11011001 | 10000 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B711D9
Complementary color
Monochromatic Colors of #B711D9
Black with #B711D9
Text Example
Text Example
White with #B711D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711D9; }
p { color: rgb(183,17,217); }
H1.HeaderClassName
{
color: #B711D9;
}
.AnyTagClassName
{
color: #B711D9;
}
</style>
background-color css
<style>
a { background-color: #B711D9; }
a { background-color: rgb(183,17,217); }
div.DivClassName
{
background-color: #B711D9;
}
.BgClassName
{
background-color: #B711D9;
}
</style>
border-color css
<style>
span { border-color: #B711D9; }
span { border-color: rgb(183,17,217); }
td.TdClassName
{
border-color: #B711D9;
}
.TagClassName
{
border-color: #B711D9;
}
</style>