Shades of Deep Magenta #B717DF
Tints of Deep Magenta #B717DF
RGB
CMYK
RGB Variations
Color information
#B717DF (or 0xB717DF) is known color: Deep Magenta. HEX triplet: B7, 17 and DF. RGB value is (183,23,223). Sum of RGB (Red+Green+Blue) = 183+23+223=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #B717DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717DF is #48E820. Grayscale: #5D5D5D. Windows color (decimal): -4778017 or 14620599. OLE color: 14620599.
HSL color Cylindrical-coordinate representation of color #B717DF: hue angle of 288º degrees, saturation: 0.81, 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 #B717DF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 23 | 223 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.13 |
| HSL | 288º | 0.81% | 0.48% | - |
| HSV(B) | 288º | 0.9% | 0.87% | - |
| XYZ | 33.15 | 16.01 | 71.15 | - |
| YUV | 93.64 | 201.01 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 223 | 0.18 | 0.90 | 0 | 0.13 | 288 | 0.81 | 0.48 |
| Hex | B7 | 17 | DF | 12 | 5A | 0 | D | 120 | 51 | 30 |
| Octal | 267 | 27 | 337 | 22 | 132 | 0 | 15 | 440 | 121 | 60 |
| Binary | 10110111 | 10111 | 11011111 | 10010 | 1011010 | 0 | 1101 | 100100000 | 1010001 | 110000 |
Color Harmonies of #B717DF
Complementary color
Monochromatic Colors of #B717DF
Black with #B717DF
Text Example
Text Example
White with #B717DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717DF; }
p { color: rgb(183,23,223); }
H1.HeaderClassName
{
color: #B717DF;
}
.AnyTagClassName
{
color: #B717DF;
}
</style>
background-color css
<style>
a { background-color: #B717DF; }
a { background-color: rgb(183,23,223); }
div.DivClassName
{
background-color: #B717DF;
}
.BgClassName
{
background-color: #B717DF;
}
</style>
border-color css
<style>
span { border-color: #B717DF; }
span { border-color: rgb(183,23,223); }
td.TdClassName
{
border-color: #B717DF;
}
.TagClassName
{
border-color: #B717DF;
}
</style>