Shades of Deep Magenta #B917AB
Tints of Deep Magenta #B917AB
RGB
CMYK
RGB Variations
Color information
#B917AB (or 0xB917AB) is known color: Deep Magenta. HEX triplet: B9, 17 and AB. RGB value is (185,23,171). Sum of RGB (Red+Green+Blue) = 185+23+171=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B917AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917AB is #46E854. Grayscale: #575757. Windows color (decimal): -4646997 or 11212729. OLE color: 11212729.
HSL color Cylindrical-coordinate representation of color #B917AB: hue angle of 305.19º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B917AB is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 171 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.27 |
| HSL | 305.19º | 0.78% | 0.41% | - |
| HSV(B) | 305.19º | 0.88% | 0.73% | - |
| XYZ | 27.66 | 13.87 | 39.75 | - |
| YUV | 88.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 171 | 0 | 0.88 | 0.08 | 0.27 | 305.19 | 0.78 | 0.41 |
| Hex | B9 | 17 | AB | 0 | 58 | 8 | 1B | 131 | 4E | 29 |
| Octal | 271 | 27 | 253 | 0 | 130 | 10 | 33 | 461 | 116 | 51 |
| Binary | 10111001 | 10111 | 10101011 | 0 | 1011000 | 1000 | 11011 | 100110001 | 1001110 | 101001 |
Color Harmonies of #B917AB
Complementary color
Monochromatic Colors of #B917AB
Black with #B917AB
Text Example
Text Example
White with #B917AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917AB; }
p { color: rgb(185,23,171); }
H1.HeaderClassName
{
color: #B917AB;
}
.AnyTagClassName
{
color: #B917AB;
}
</style>
background-color css
<style>
a { background-color: #B917AB; }
a { background-color: rgb(185,23,171); }
div.DivClassName
{
background-color: #B917AB;
}
.BgClassName
{
background-color: #B917AB;
}
</style>
border-color css
<style>
span { border-color: #B917AB; }
span { border-color: rgb(185,23,171); }
td.TdClassName
{
border-color: #B917AB;
}
.TagClassName
{
border-color: #B917AB;
}
</style>