Shades of Deep Magenta #B712DA
Tints of Deep Magenta #B712DA
RGB
CMYK
RGB Variations
Color information
#B712DA (or 0xB712DA) is known color: Deep Magenta. HEX triplet: B7, 12 and DA. RGB value is (183,18,218). Sum of RGB (Red+Green+Blue) = 183+18+218=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #B712DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712DA is #48ED25. Grayscale: #595959. Windows color (decimal): -4779302 or 14291639. OLE color: 14291639.
HSL color Cylindrical-coordinate representation of color #B712DA: hue angle of 289.5º 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 #B712DA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 18 | 218 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.15 |
| HSL | 289.5º | 0.85% | 0.46% | - |
| HSV(B) | 289.5º | 0.92% | 0.85% | - |
| XYZ | 32.4 | 15.56 | 67.63 | - |
| YUV | 90.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 218 | 0.16 | 0.92 | 0 | 0.15 | 289.5 | 0.85 | 0.46 |
| Hex | B7 | 12 | DA | 10 | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 267 | 22 | 332 | 20 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10110111 | 10010 | 11011010 | 10000 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B712DA
Complementary color
Monochromatic Colors of #B712DA
Black with #B712DA
Text Example
Text Example
White with #B712DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712DA; }
p { color: rgb(183,18,218); }
H1.HeaderClassName
{
color: #B712DA;
}
.AnyTagClassName
{
color: #B712DA;
}
</style>
background-color css
<style>
a { background-color: #B712DA; }
a { background-color: rgb(183,18,218); }
div.DivClassName
{
background-color: #B712DA;
}
.BgClassName
{
background-color: #B712DA;
}
</style>
border-color css
<style>
span { border-color: #B712DA; }
span { border-color: rgb(183,18,218); }
td.TdClassName
{
border-color: #B712DA;
}
.TagClassName
{
border-color: #B712DA;
}
</style>