Shades of Deep Magenta #B717AF
Tints of Deep Magenta #B717AF
RGB
CMYK
RGB Variations
Color information
#B717AF (or 0xB717AF) is known color: Deep Magenta. HEX triplet: B7, 17 and AF. RGB value is (183,23,175). Sum of RGB (Red+Green+Blue) = 183+23+175=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B717AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B717AF is #48E850. Grayscale: #575757. Windows color (decimal): -4778065 or 11474871. OLE color: 11474871.
HSL color Cylindrical-coordinate representation of color #B717AF: hue angle of 303º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B717AF is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 175 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.28 |
| HSL | 303º | 0.78% | 0.4% | - |
| HSV(B) | 303º | 0.87% | 0.72% | - |
| XYZ | 27.57 | 13.78 | 41.76 | - |
| YUV | 88.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 175 | 0 | 0.87 | 0.04 | 0.28 | 303 | 0.78 | 0.4 |
| Hex | B7 | 17 | AF | 0 | 57 | 4 | 1C | 12F | 4E | 28 |
| Octal | 267 | 27 | 257 | 0 | 127 | 4 | 34 | 457 | 116 | 50 |
| Binary | 10110111 | 10111 | 10101111 | 0 | 1010111 | 100 | 11100 | 100101111 | 1001110 | 101000 |
Color Harmonies of #B717AF
Complementary color
Monochromatic Colors of #B717AF
Black with #B717AF
Text Example
Text Example
White with #B717AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717AF; }
p { color: rgb(183,23,175); }
H1.HeaderClassName
{
color: #B717AF;
}
.AnyTagClassName
{
color: #B717AF;
}
</style>
background-color css
<style>
a { background-color: #B717AF; }
a { background-color: rgb(183,23,175); }
div.DivClassName
{
background-color: #B717AF;
}
.BgClassName
{
background-color: #B717AF;
}
</style>
border-color css
<style>
span { border-color: #B717AF; }
span { border-color: rgb(183,23,175); }
td.TdClassName
{
border-color: #B717AF;
}
.TagClassName
{
border-color: #B717AF;
}
</style>