Shades of Deep Magenta #B717CD
Tints of Deep Magenta #B717CD
RGB
CMYK
RGB Variations
Color information
#B717CD (or 0xB717CD) is known color: Deep Magenta. HEX triplet: B7, 17 and CD. RGB value is (183,23,205). Sum of RGB (Red+Green+Blue) = 183+23+205=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #B717CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717CD is #48E832. Grayscale: #5B5B5B. Windows color (decimal): -4778035 or 13440951. OLE color: 13440951.
HSL color Cylindrical-coordinate representation of color #B717CD: hue angle of 292.75º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B717CD is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 23 | 205 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.20 |
| HSL | 292.75º | 0.8% | 0.45% | - |
| HSV(B) | 292.75º | 0.89% | 0.8% | - |
| XYZ | 30.85 | 15.09 | 59.04 | - |
| YUV | 91.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 205 | 0.11 | 0.89 | 0 | 0.20 | 292.75 | 0.8 | 0.45 |
| Hex | B7 | 17 | CD | B | 59 | 0 | 14 | 125 | 50 | 2D |
| Octal | 267 | 27 | 315 | 13 | 131 | 0 | 24 | 445 | 120 | 55 |
| Binary | 10110111 | 10111 | 11001101 | 1011 | 1011001 | 0 | 10100 | 100100101 | 1010000 | 101101 |
Color Harmonies of #B717CD
Complementary color
Monochromatic Colors of #B717CD
Black with #B717CD
Text Example
Text Example
White with #B717CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717CD; }
p { color: rgb(183,23,205); }
H1.HeaderClassName
{
color: #B717CD;
}
.AnyTagClassName
{
color: #B717CD;
}
</style>
background-color css
<style>
a { background-color: #B717CD; }
a { background-color: rgb(183,23,205); }
div.DivClassName
{
background-color: #B717CD;
}
.BgClassName
{
background-color: #B717CD;
}
</style>
border-color css
<style>
span { border-color: #B717CD; }
span { border-color: rgb(183,23,205); }
td.TdClassName
{
border-color: #B717CD;
}
.TagClassName
{
border-color: #B717CD;
}
</style>