Shades of Deep Magenta #B711DD
Tints of Deep Magenta #B711DD
RGB
CMYK
RGB Variations
Color information
#B711DD (or 0xB711DD) is known color: Deep Magenta. HEX triplet: B7, 11 and DD. RGB value is (183,17,221). Sum of RGB (Red+Green+Blue) = 183+17+221=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #B711DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711DD is #48EE22. Grayscale: #595959. Windows color (decimal): -4779555 or 14487991. OLE color: 14487991.
HSL color Cylindrical-coordinate representation of color #B711DD: hue angle of 288.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B711DD is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 17 | 221 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.13 |
| HSL | 288.82º | 0.86% | 0.47% | - |
| HSV(B) | 288.82º | 0.92% | 0.87% | - |
| XYZ | 32.78 | 15.69 | 69.71 | - |
| YUV | 89.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 221 | 0.17 | 0.92 | 0 | 0.13 | 288.82 | 0.86 | 0.47 |
| Hex | B7 | 11 | DD | 11 | 5C | 0 | D | 121 | 56 | 2F |
| Octal | 267 | 21 | 335 | 21 | 134 | 0 | 15 | 441 | 126 | 57 |
| Binary | 10110111 | 10001 | 11011101 | 10001 | 1011100 | 0 | 1101 | 100100001 | 1010110 | 101111 |
Color Harmonies of #B711DD
Complementary color
Monochromatic Colors of #B711DD
Black with #B711DD
Text Example
Text Example
White with #B711DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711DD; }
p { color: rgb(183,17,221); }
H1.HeaderClassName
{
color: #B711DD;
}
.AnyTagClassName
{
color: #B711DD;
}
</style>
background-color css
<style>
a { background-color: #B711DD; }
a { background-color: rgb(183,17,221); }
div.DivClassName
{
background-color: #B711DD;
}
.BgClassName
{
background-color: #B711DD;
}
</style>
border-color css
<style>
span { border-color: #B711DD; }
span { border-color: rgb(183,17,221); }
td.TdClassName
{
border-color: #B711DD;
}
.TagClassName
{
border-color: #B711DD;
}
</style>