Shades of Deep Magenta #B716DF
Tints of Deep Magenta #B716DF
RGB
CMYK
RGB Variations
Color information
#B716DF (or 0xB716DF) is known color: Deep Magenta. HEX triplet: B7, 16 and DF. RGB value is (183,22,223). Sum of RGB (Red+Green+Blue) = 183+22+223=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #B716DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716DF is #48E920. Grayscale: #5C5C5C. Windows color (decimal): -4778273 or 14620343. OLE color: 14620343.
HSL color Cylindrical-coordinate representation of color #B716DF: hue angle of 288.06º 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 #B716DF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 22 | 223 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.13 |
| HSL | 288.06º | 0.82% | 0.48% | - |
| HSV(B) | 288.06º | 0.9% | 0.87% | - |
| XYZ | 33.13 | 15.97 | 71.15 | - |
| YUV | 93.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 223 | 0.18 | 0.90 | 0 | 0.13 | 288.06 | 0.82 | 0.48 |
| Hex | B7 | 16 | DF | 12 | 5A | 0 | D | 120 | 52 | 30 |
| Octal | 267 | 26 | 337 | 22 | 132 | 0 | 15 | 440 | 122 | 60 |
| Binary | 10110111 | 10110 | 11011111 | 10010 | 1011010 | 0 | 1101 | 100100000 | 1010010 | 110000 |
Color Harmonies of #B716DF
Complementary color
Monochromatic Colors of #B716DF
Black with #B716DF
Text Example
Text Example
White with #B716DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B716DF; }
p { color: rgb(183,22,223); }
H1.HeaderClassName
{
color: #B716DF;
}
.AnyTagClassName
{
color: #B716DF;
}
</style>
background-color css
<style>
a { background-color: #B716DF; }
a { background-color: rgb(183,22,223); }
div.DivClassName
{
background-color: #B716DF;
}
.BgClassName
{
background-color: #B716DF;
}
</style>
border-color css
<style>
span { border-color: #B716DF; }
span { border-color: rgb(183,22,223); }
td.TdClassName
{
border-color: #B716DF;
}
.TagClassName
{
border-color: #B716DF;
}
</style>