Shades of Deep Magenta #B717AA
Tints of Deep Magenta #B717AA
RGB
CMYK
RGB Variations
Color information
#B717AA (or 0xB717AA) is known color: Deep Magenta. HEX triplet: B7, 17 and AA. RGB value is (183,23,170). Sum of RGB (Red+Green+Blue) = 183+23+170=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B717AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B717AA is #48E855. Grayscale: #575757. Windows color (decimal): -4778070 or 11147191. OLE color: 11147191.
HSL color Cylindrical-coordinate representation of color #B717AA: hue angle of 304.88º 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 #B717AA is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 170 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.28 |
| HSL | 304.88º | 0.78% | 0.4% | - |
| HSV(B) | 304.88º | 0.87% | 0.72% | - |
| XYZ | 27.09 | 13.58 | 39.22 | - |
| YUV | 87.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 170 | 0 | 0.87 | 0.07 | 0.28 | 304.88 | 0.78 | 0.4 |
| Hex | B7 | 17 | AA | 0 | 57 | 7 | 1C | 131 | 4E | 28 |
| Octal | 267 | 27 | 252 | 0 | 127 | 7 | 34 | 461 | 116 | 50 |
| Binary | 10110111 | 10111 | 10101010 | 0 | 1010111 | 111 | 11100 | 100110001 | 1001110 | 101000 |
Color Harmonies of #B717AA
Complementary color
Monochromatic Colors of #B717AA
Black with #B717AA
Text Example
Text Example
White with #B717AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717AA; }
p { color: rgb(183,23,170); }
H1.HeaderClassName
{
color: #B717AA;
}
.AnyTagClassName
{
color: #B717AA;
}
</style>
background-color css
<style>
a { background-color: #B717AA; }
a { background-color: rgb(183,23,170); }
div.DivClassName
{
background-color: #B717AA;
}
.BgClassName
{
background-color: #B717AA;
}
</style>
border-color css
<style>
span { border-color: #B717AA; }
span { border-color: rgb(183,23,170); }
td.TdClassName
{
border-color: #B717AA;
}
.TagClassName
{
border-color: #B717AA;
}
</style>