Shades of Deep Magenta #B716D8
Tints of Deep Magenta #B716D8
RGB
CMYK
RGB Variations
Color information
#B716D8 (or 0xB716D8) is known color: Deep Magenta. HEX triplet: B7, 16 and D8. RGB value is (183,22,216). Sum of RGB (Red+Green+Blue) = 183+22+216=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #B716D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716D8 is #48E927. Grayscale: #5B5B5B. Windows color (decimal): -4778280 or 14161591. OLE color: 14161591.
HSL color Cylindrical-coordinate representation of color #B716D8: hue angle of 289.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B716D8 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 22 | 216 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.15 |
| HSL | 289.79º | 0.82% | 0.47% | - |
| HSV(B) | 289.79º | 0.9% | 0.85% | - |
| XYZ | 32.21 | 15.6 | 66.28 | - |
| YUV | 92.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 216 | 0.15 | 0.90 | 0 | 0.15 | 289.79 | 0.82 | 0.47 |
| Hex | B7 | 16 | D8 | F | 5A | 0 | F | 122 | 52 | 2F |
| Octal | 267 | 26 | 330 | 17 | 132 | 0 | 17 | 442 | 122 | 57 |
| Binary | 10110111 | 10110 | 11011000 | 1111 | 1011010 | 0 | 1111 | 100100010 | 1010010 | 101111 |
Color Harmonies of #B716D8
Complementary color
Monochromatic Colors of #B716D8
Black with #B716D8
Text Example
Text Example
White with #B716D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B716D8; }
p { color: rgb(183,22,216); }
H1.HeaderClassName
{
color: #B716D8;
}
.AnyTagClassName
{
color: #B716D8;
}
</style>
background-color css
<style>
a { background-color: #B716D8; }
a { background-color: rgb(183,22,216); }
div.DivClassName
{
background-color: #B716D8;
}
.BgClassName
{
background-color: #B716D8;
}
</style>
border-color css
<style>
span { border-color: #B716D8; }
span { border-color: rgb(183,22,216); }
td.TdClassName
{
border-color: #B716D8;
}
.TagClassName
{
border-color: #B716D8;
}
</style>