Shades of Deep Magenta #B717DD
Tints of Deep Magenta #B717DD
RGB
CMYK
RGB Variations
Color information
#B717DD (or 0xB717DD) is known color: Deep Magenta. HEX triplet: B7, 17 and DD. RGB value is (183,23,221). Sum of RGB (Red+Green+Blue) = 183+23+221=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #B717DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717DD is #48E822. Grayscale: #5C5C5C. Windows color (decimal): -4778019 or 14489527. OLE color: 14489527.
HSL color Cylindrical-coordinate representation of color #B717DD: hue angle of 288.48º 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 #B717DD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 23 | 221 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.13 |
| HSL | 288.48º | 0.81% | 0.48% | - |
| HSV(B) | 288.48º | 0.9% | 0.87% | - |
| XYZ | 32.89 | 15.9 | 69.74 | - |
| YUV | 93.41 | 200.01 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 221 | 0.17 | 0.90 | 0 | 0.13 | 288.48 | 0.81 | 0.48 |
| Hex | B7 | 17 | DD | 11 | 5A | 0 | D | 120 | 51 | 30 |
| Octal | 267 | 27 | 335 | 21 | 132 | 0 | 15 | 440 | 121 | 60 |
| Binary | 10110111 | 10111 | 11011101 | 10001 | 1011010 | 0 | 1101 | 100100000 | 1010001 | 110000 |
Color Harmonies of #B717DD
Complementary color
Monochromatic Colors of #B717DD
Black with #B717DD
Text Example
Text Example
White with #B717DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717DD; }
p { color: rgb(183,23,221); }
H1.HeaderClassName
{
color: #B717DD;
}
.AnyTagClassName
{
color: #B717DD;
}
</style>
background-color css
<style>
a { background-color: #B717DD; }
a { background-color: rgb(183,23,221); }
div.DivClassName
{
background-color: #B717DD;
}
.BgClassName
{
background-color: #B717DD;
}
</style>
border-color css
<style>
span { border-color: #B717DD; }
span { border-color: rgb(183,23,221); }
td.TdClassName
{
border-color: #B717DD;
}
.TagClassName
{
border-color: #B717DD;
}
</style>