Shades of Deep Magenta #B712D8
Tints of Deep Magenta #B712D8
RGB
CMYK
RGB Variations
Color information
#B712D8 (or 0xB712D8) is known color: Deep Magenta. HEX triplet: B7, 12 and D8. RGB value is (183,18,216). Sum of RGB (Red+Green+Blue) = 183+18+216=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #B712D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712D8 is #48ED27. Grayscale: #595959. Windows color (decimal): -4779304 or 14160567. OLE color: 14160567.
HSL color Cylindrical-coordinate representation of color #B712D8: hue angle of 290º 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 #B712D8 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 18 | 216 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.15 |
| HSL | 290º | 0.85% | 0.46% | - |
| HSV(B) | 290º | 0.92% | 0.85% | - |
| XYZ | 32.14 | 15.46 | 66.26 | - |
| YUV | 89.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 216 | 0.15 | 0.92 | 0 | 0.15 | 290 | 0.85 | 0.46 |
| Hex | B7 | 12 | D8 | F | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 267 | 22 | 330 | 17 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10110111 | 10010 | 11011000 | 1111 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B712D8
Complementary color
Monochromatic Colors of #B712D8
Black with #B712D8
Text Example
Text Example
White with #B712D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712D8; }
p { color: rgb(183,18,216); }
H1.HeaderClassName
{
color: #B712D8;
}
.AnyTagClassName
{
color: #B712D8;
}
</style>
background-color css
<style>
a { background-color: #B712D8; }
a { background-color: rgb(183,18,216); }
div.DivClassName
{
background-color: #B712D8;
}
.BgClassName
{
background-color: #B712D8;
}
</style>
border-color css
<style>
span { border-color: #B712D8; }
span { border-color: rgb(183,18,216); }
td.TdClassName
{
border-color: #B712D8;
}
.TagClassName
{
border-color: #B712D8;
}
</style>