Shades of Deep Magenta #B717BC
Tints of Deep Magenta #B717BC
RGB
CMYK
RGB Variations
Color information
#B717BC (or 0xB717BC) is known color: Deep Magenta. HEX triplet: B7, 17 and BC. RGB value is (183,23,188). Sum of RGB (Red+Green+Blue) = 183+23+188=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #B717BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717BC is #48E843. Grayscale: #595959. Windows color (decimal): -4778052 or 12326839. OLE color: 12326839.
HSL color Cylindrical-coordinate representation of color #B717BC: hue angle of 298.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B717BC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 23 | 188 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.26 |
| HSL | 298.18º | 0.78% | 0.41% | - |
| HSV(B) | 298.18º | 0.88% | 0.74% | - |
| XYZ | 28.91 | 14.31 | 48.82 | - |
| YUV | 89.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 188 | 0.03 | 0.88 | 0 | 0.26 | 298.18 | 0.78 | 0.41 |
| Hex | B7 | 17 | BC | 3 | 58 | 0 | 1A | 12A | 4E | 29 |
| Octal | 267 | 27 | 274 | 3 | 130 | 0 | 32 | 452 | 116 | 51 |
| Binary | 10110111 | 10111 | 10111100 | 11 | 1011000 | 0 | 11010 | 100101010 | 1001110 | 101001 |
Color Harmonies of #B717BC
Complementary color
Monochromatic Colors of #B717BC
Black with #B717BC
Text Example
Text Example
White with #B717BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717BC; }
p { color: rgb(183,23,188); }
H1.HeaderClassName
{
color: #B717BC;
}
.AnyTagClassName
{
color: #B717BC;
}
</style>
background-color css
<style>
a { background-color: #B717BC; }
a { background-color: rgb(183,23,188); }
div.DivClassName
{
background-color: #B717BC;
}
.BgClassName
{
background-color: #B717BC;
}
</style>
border-color css
<style>
span { border-color: #B717BC; }
span { border-color: rgb(183,23,188); }
td.TdClassName
{
border-color: #B717BC;
}
.TagClassName
{
border-color: #B717BC;
}
</style>