Shades of Deep Magenta #B917AE
Tints of Deep Magenta #B917AE
RGB
CMYK
RGB Variations
Color information
#B917AE (or 0xB917AE) is known color: Deep Magenta. HEX triplet: B9, 17 and AE. RGB value is (185,23,174). Sum of RGB (Red+Green+Blue) = 185+23+174=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B917AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917AE is #46E851. Grayscale: #585858. Windows color (decimal): -4646994 or 11409337. OLE color: 11409337.
HSL color Cylindrical-coordinate representation of color #B917AE: hue angle of 304.07º 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 #B917AE is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 174 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.27 |
| HSL | 304.07º | 0.78% | 0.41% | - |
| HSV(B) | 304.07º | 0.88% | 0.73% | - |
| XYZ | 27.95 | 13.98 | 41.27 | - |
| YUV | 88.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 174 | 0 | 0.88 | 0.06 | 0.27 | 304.07 | 0.78 | 0.41 |
| Hex | B9 | 17 | AE | 0 | 58 | 6 | 1B | 130 | 4E | 29 |
| Octal | 271 | 27 | 256 | 0 | 130 | 6 | 33 | 460 | 116 | 51 |
| Binary | 10111001 | 10111 | 10101110 | 0 | 1011000 | 110 | 11011 | 100110000 | 1001110 | 101001 |
Color Harmonies of #B917AE
Complementary color
Monochromatic Colors of #B917AE
Black with #B917AE
Text Example
Text Example
White with #B917AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917AE; }
p { color: rgb(185,23,174); }
H1.HeaderClassName
{
color: #B917AE;
}
.AnyTagClassName
{
color: #B917AE;
}
</style>
background-color css
<style>
a { background-color: #B917AE; }
a { background-color: rgb(185,23,174); }
div.DivClassName
{
background-color: #B917AE;
}
.BgClassName
{
background-color: #B917AE;
}
</style>
border-color css
<style>
span { border-color: #B917AE; }
span { border-color: rgb(185,23,174); }
td.TdClassName
{
border-color: #B917AE;
}
.TagClassName
{
border-color: #B917AE;
}
</style>