Shades of Deep Magenta #B717DC
Tints of Deep Magenta #B717DC
RGB
CMYK
RGB Variations
Color information
#B717DC (or 0xB717DC) is known color: Deep Magenta. HEX triplet: B7, 17 and DC. RGB value is (183,23,220). Sum of RGB (Red+Green+Blue) = 183+23+220=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #B717DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717DC is #48E823. Grayscale: #5C5C5C. Windows color (decimal): -4778020 or 14423991. OLE color: 14423991.
HSL color Cylindrical-coordinate representation of color #B717DC: hue angle of 288.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B717DC is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 23 | 220 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.14 |
| HSL | 288.73º | 0.81% | 0.48% | - |
| HSV(B) | 288.73º | 0.9% | 0.86% | - |
| XYZ | 32.75 | 15.85 | 69.04 | - |
| YUV | 93.3 | 199.51 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 220 | 0.17 | 0.90 | 0 | 0.14 | 288.73 | 0.81 | 0.48 |
| Hex | B7 | 17 | DC | 11 | 5A | 0 | E | 121 | 51 | 30 |
| Octal | 267 | 27 | 334 | 21 | 132 | 0 | 16 | 441 | 121 | 60 |
| Binary | 10110111 | 10111 | 11011100 | 10001 | 1011010 | 0 | 1110 | 100100001 | 1010001 | 110000 |
Color Harmonies of #B717DC
Complementary color
Monochromatic Colors of #B717DC
Black with #B717DC
Text Example
Text Example
White with #B717DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717DC; }
p { color: rgb(183,23,220); }
H1.HeaderClassName
{
color: #B717DC;
}
.AnyTagClassName
{
color: #B717DC;
}
</style>
background-color css
<style>
a { background-color: #B717DC; }
a { background-color: rgb(183,23,220); }
div.DivClassName
{
background-color: #B717DC;
}
.BgClassName
{
background-color: #B717DC;
}
</style>
border-color css
<style>
span { border-color: #B717DC; }
span { border-color: rgb(183,23,220); }
td.TdClassName
{
border-color: #B717DC;
}
.TagClassName
{
border-color: #B717DC;
}
</style>