Shades of Deep Magenta #B712D6
Tints of Deep Magenta #B712D6
RGB
CMYK
RGB Variations
Color information
#B712D6 (or 0xB712D6) is known color: Deep Magenta. HEX triplet: B7, 12 and D6. RGB value is (183,18,214). Sum of RGB (Red+Green+Blue) = 183+18+214=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #B712D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712D6 is #48ED29. Grayscale: #595959. Windows color (decimal): -4779306 or 14029495. OLE color: 14029495.
HSL color Cylindrical-coordinate representation of color #B712D6: hue angle of 290.51º degrees, saturation: 0.84, 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 #B712D6 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 18 | 214 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.16 |
| HSL | 290.51º | 0.84% | 0.45% | - |
| HSV(B) | 290.51º | 0.92% | 0.84% | - |
| XYZ | 31.88 | 15.35 | 64.9 | - |
| YUV | 89.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 214 | 0.14 | 0.92 | 0 | 0.16 | 290.51 | 0.84 | 0.45 |
| Hex | B7 | 12 | D6 | E | 5C | 0 | 10 | 123 | 54 | 2D |
| Octal | 267 | 22 | 326 | 16 | 134 | 0 | 20 | 443 | 124 | 55 |
| Binary | 10110111 | 10010 | 11010110 | 1110 | 1011100 | 0 | 10000 | 100100011 | 1010100 | 101101 |
Color Harmonies of #B712D6
Complementary color
Monochromatic Colors of #B712D6
Black with #B712D6
Text Example
Text Example
White with #B712D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712D6; }
p { color: rgb(183,18,214); }
H1.HeaderClassName
{
color: #B712D6;
}
.AnyTagClassName
{
color: #B712D6;
}
</style>
background-color css
<style>
a { background-color: #B712D6; }
a { background-color: rgb(183,18,214); }
div.DivClassName
{
background-color: #B712D6;
}
.BgClassName
{
background-color: #B712D6;
}
</style>
border-color css
<style>
span { border-color: #B712D6; }
span { border-color: rgb(183,18,214); }
td.TdClassName
{
border-color: #B712D6;
}
.TagClassName
{
border-color: #B712D6;
}
</style>