Shades of Deep Magenta #B717AB
Tints of Deep Magenta #B717AB
RGB
CMYK
RGB Variations
Color information
#B717AB (or 0xB717AB) is known color: Deep Magenta. HEX triplet: B7, 17 and AB. RGB value is (183,23,171). Sum of RGB (Red+Green+Blue) = 183+23+171=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B717AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B717AB is #48E854. Grayscale: #575757. Windows color (decimal): -4778069 or 11212727. OLE color: 11212727.
HSL color Cylindrical-coordinate representation of color #B717AB: hue angle of 304.5º 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 #B717AB is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 171 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.28 |
| HSL | 304.5º | 0.78% | 0.4% | - |
| HSV(B) | 304.5º | 0.87% | 0.72% | - |
| XYZ | 27.19 | 13.62 | 39.72 | - |
| YUV | 87.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 171 | 0 | 0.87 | 0.07 | 0.28 | 304.5 | 0.78 | 0.4 |
| Hex | B7 | 17 | AB | 0 | 57 | 7 | 1C | 130 | 4E | 28 |
| Octal | 267 | 27 | 253 | 0 | 127 | 7 | 34 | 460 | 116 | 50 |
| Binary | 10110111 | 10111 | 10101011 | 0 | 1010111 | 111 | 11100 | 100110000 | 1001110 | 101000 |
Color Harmonies of #B717AB
Complementary color
Monochromatic Colors of #B717AB
Black with #B717AB
Text Example
Text Example
White with #B717AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717AB; }
p { color: rgb(183,23,171); }
H1.HeaderClassName
{
color: #B717AB;
}
.AnyTagClassName
{
color: #B717AB;
}
</style>
background-color css
<style>
a { background-color: #B717AB; }
a { background-color: rgb(183,23,171); }
div.DivClassName
{
background-color: #B717AB;
}
.BgClassName
{
background-color: #B717AB;
}
</style>
border-color css
<style>
span { border-color: #B717AB; }
span { border-color: rgb(183,23,171); }
td.TdClassName
{
border-color: #B717AB;
}
.TagClassName
{
border-color: #B717AB;
}
</style>