Shades of Deep Magenta #B711D6
Tints of Deep Magenta #B711D6
RGB
CMYK
RGB Variations
Color information
#B711D6 (or 0xB711D6) is known color: Deep Magenta. HEX triplet: B7, 11 and D6. RGB value is (183,17,214). Sum of RGB (Red+Green+Blue) = 183+17+214=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #B711D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711D6 is #48EE29. Grayscale: #585858. Windows color (decimal): -4779562 or 14029239. OLE color: 14029239.
HSL color Cylindrical-coordinate representation of color #B711D6: hue angle of 290.56º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B711D6 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 17 | 214 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.16 |
| HSL | 290.56º | 0.85% | 0.45% | - |
| HSV(B) | 290.56º | 0.92% | 0.84% | - |
| XYZ | 31.87 | 15.32 | 64.9 | - |
| YUV | 89.09 | 198.5 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 214 | 0.14 | 0.92 | 0 | 0.16 | 290.56 | 0.85 | 0.45 |
| Hex | B7 | 11 | D6 | E | 5C | 0 | 10 | 123 | 55 | 2D |
| Octal | 267 | 21 | 326 | 16 | 134 | 0 | 20 | 443 | 125 | 55 |
| Binary | 10110111 | 10001 | 11010110 | 1110 | 1011100 | 0 | 10000 | 100100011 | 1010101 | 101101 |
Color Harmonies of #B711D6
Complementary color
Monochromatic Colors of #B711D6
Black with #B711D6
Text Example
Text Example
White with #B711D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711D6; }
p { color: rgb(183,17,214); }
H1.HeaderClassName
{
color: #B711D6;
}
.AnyTagClassName
{
color: #B711D6;
}
</style>
background-color css
<style>
a { background-color: #B711D6; }
a { background-color: rgb(183,17,214); }
div.DivClassName
{
background-color: #B711D6;
}
.BgClassName
{
background-color: #B711D6;
}
</style>
border-color css
<style>
span { border-color: #B711D6; }
span { border-color: rgb(183,17,214); }
td.TdClassName
{
border-color: #B711D6;
}
.TagClassName
{
border-color: #B711D6;
}
</style>