Shades of Deep Magenta #B917AA
Tints of Deep Magenta #B917AA
RGB
CMYK
RGB Variations
Color information
#B917AA (or 0xB917AA) is known color: Deep Magenta. HEX triplet: B9, 17 and AA. RGB value is (185,23,170). Sum of RGB (Red+Green+Blue) = 185+23+170=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B917AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917AA is #46E855. Grayscale: #575757. Windows color (decimal): -4646998 or 11147193. OLE color: 11147193.
HSL color Cylindrical-coordinate representation of color #B917AA: hue angle of 305.56º 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 #B917AA is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 170 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.27 |
| HSL | 305.56º | 0.78% | 0.41% | - |
| HSV(B) | 305.56º | 0.88% | 0.73% | - |
| XYZ | 27.57 | 13.83 | 39.25 | - |
| YUV | 88.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 170 | 0 | 0.88 | 0.08 | 0.27 | 305.56 | 0.78 | 0.41 |
| Hex | B9 | 17 | AA | 0 | 58 | 8 | 1B | 132 | 4E | 29 |
| Octal | 271 | 27 | 252 | 0 | 130 | 10 | 33 | 462 | 116 | 51 |
| Binary | 10111001 | 10111 | 10101010 | 0 | 1011000 | 1000 | 11011 | 100110010 | 1001110 | 101001 |
Color Harmonies of #B917AA
Complementary color
Monochromatic Colors of #B917AA
Black with #B917AA
Text Example
Text Example
White with #B917AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917AA; }
p { color: rgb(185,23,170); }
H1.HeaderClassName
{
color: #B917AA;
}
.AnyTagClassName
{
color: #B917AA;
}
</style>
background-color css
<style>
a { background-color: #B917AA; }
a { background-color: rgb(185,23,170); }
div.DivClassName
{
background-color: #B917AA;
}
.BgClassName
{
background-color: #B917AA;
}
</style>
border-color css
<style>
span { border-color: #B917AA; }
span { border-color: rgb(185,23,170); }
td.TdClassName
{
border-color: #B917AA;
}
.TagClassName
{
border-color: #B917AA;
}
</style>