Shades of Deep Magenta #B712DD
Tints of Deep Magenta #B712DD
RGB
CMYK
RGB Variations
Color information
#B712DD (or 0xB712DD) is known color: Deep Magenta. HEX triplet: B7, 12 and DD. RGB value is (183,18,221). Sum of RGB (Red+Green+Blue) = 183+18+221=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #B712DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712DD is #48ED22. Grayscale: #595959. Windows color (decimal): -4779299 or 14488247. OLE color: 14488247.
HSL color Cylindrical-coordinate representation of color #B712DD: hue angle of 288.77º degrees, saturation: 0.85, 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 #B712DD is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 18 | 221 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.13 |
| HSL | 288.77º | 0.85% | 0.47% | - |
| HSV(B) | 288.77º | 0.92% | 0.87% | - |
| XYZ | 32.8 | 15.72 | 69.71 | - |
| YUV | 90.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 221 | 0.17 | 0.92 | 0 | 0.13 | 288.77 | 0.85 | 0.47 |
| Hex | B7 | 12 | DD | 11 | 5C | 0 | D | 121 | 55 | 2F |
| Octal | 267 | 22 | 335 | 21 | 134 | 0 | 15 | 441 | 125 | 57 |
| Binary | 10110111 | 10010 | 11011101 | 10001 | 1011100 | 0 | 1101 | 100100001 | 1010101 | 101111 |
Color Harmonies of #B712DD
Complementary color
Monochromatic Colors of #B712DD
Black with #B712DD
Text Example
Text Example
White with #B712DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712DD; }
p { color: rgb(183,18,221); }
H1.HeaderClassName
{
color: #B712DD;
}
.AnyTagClassName
{
color: #B712DD;
}
</style>
background-color css
<style>
a { background-color: #B712DD; }
a { background-color: rgb(183,18,221); }
div.DivClassName
{
background-color: #B712DD;
}
.BgClassName
{
background-color: #B712DD;
}
</style>
border-color css
<style>
span { border-color: #B712DD; }
span { border-color: rgb(183,18,221); }
td.TdClassName
{
border-color: #B712DD;
}
.TagClassName
{
border-color: #B712DD;
}
</style>