Shades of Deep Magenta #B716DD
Tints of Deep Magenta #B716DD
RGB
CMYK
RGB Variations
Color information
#B716DD (or 0xB716DD) is known color: Deep Magenta. HEX triplet: B7, 16 and DD. RGB value is (183,22,221). Sum of RGB (Red+Green+Blue) = 183+22+221=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #B716DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716DD is #48E922. Grayscale: #5C5C5C. Windows color (decimal): -4778275 or 14489271. OLE color: 14489271.
HSL color Cylindrical-coordinate representation of color #B716DD: hue angle of 288.54º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B716DD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 22 | 221 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.13 |
| HSL | 288.54º | 0.82% | 0.48% | - |
| HSV(B) | 288.54º | 0.9% | 0.87% | - |
| XYZ | 32.87 | 15.86 | 69.74 | - |
| YUV | 92.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 221 | 0.17 | 0.90 | 0 | 0.13 | 288.54 | 0.82 | 0.48 |
| Hex | B7 | 16 | DD | 11 | 5A | 0 | D | 121 | 52 | 30 |
| Octal | 267 | 26 | 335 | 21 | 132 | 0 | 15 | 441 | 122 | 60 |
| Binary | 10110111 | 10110 | 11011101 | 10001 | 1011010 | 0 | 1101 | 100100001 | 1010010 | 110000 |
Color Harmonies of #B716DD
Complementary color
Monochromatic Colors of #B716DD
Black with #B716DD
Text Example
Text Example
White with #B716DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B716DD; }
p { color: rgb(183,22,221); }
H1.HeaderClassName
{
color: #B716DD;
}
.AnyTagClassName
{
color: #B716DD;
}
</style>
background-color css
<style>
a { background-color: #B716DD; }
a { background-color: rgb(183,22,221); }
div.DivClassName
{
background-color: #B716DD;
}
.BgClassName
{
background-color: #B716DD;
}
</style>
border-color css
<style>
span { border-color: #B716DD; }
span { border-color: rgb(183,22,221); }
td.TdClassName
{
border-color: #B716DD;
}
.TagClassName
{
border-color: #B716DD;
}
</style>