Shades of Deep Magenta #B916AF
Tints of Deep Magenta #B916AF
RGB
CMYK
RGB Variations
Color information
#B916AF (or 0xB916AF) is known color: Deep Magenta. HEX triplet: B9, 16 and AF. RGB value is (185,22,175). Sum of RGB (Red+Green+Blue) = 185+22+175=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B916AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B916AF is #46E950. Grayscale: #575757. Windows color (decimal): -4647249 or 11474617. OLE color: 11474617.
HSL color Cylindrical-coordinate representation of color #B916AF: hue angle of 303.68º degrees, saturation: 0.79, 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 #B916AF is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 175 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.27 |
| HSL | 303.68º | 0.79% | 0.41% | - |
| HSV(B) | 303.68º | 0.88% | 0.73% | - |
| XYZ | 28.03 | 13.98 | 41.78 | - |
| YUV | 88.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 175 | 0 | 0.88 | 0.05 | 0.27 | 303.68 | 0.79 | 0.41 |
| Hex | B9 | 16 | AF | 0 | 58 | 5 | 1B | 130 | 4F | 29 |
| Octal | 271 | 26 | 257 | 0 | 130 | 5 | 33 | 460 | 117 | 51 |
| Binary | 10111001 | 10110 | 10101111 | 0 | 1011000 | 101 | 11011 | 100110000 | 1001111 | 101001 |
Color Harmonies of #B916AF
Complementary color
Monochromatic Colors of #B916AF
Black with #B916AF
Text Example
Text Example
White with #B916AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B916AF; }
p { color: rgb(185,22,175); }
H1.HeaderClassName
{
color: #B916AF;
}
.AnyTagClassName
{
color: #B916AF;
}
</style>
background-color css
<style>
a { background-color: #B916AF; }
a { background-color: rgb(185,22,175); }
div.DivClassName
{
background-color: #B916AF;
}
.BgClassName
{
background-color: #B916AF;
}
</style>
border-color css
<style>
span { border-color: #B916AF; }
span { border-color: rgb(185,22,175); }
td.TdClassName
{
border-color: #B916AF;
}
.TagClassName
{
border-color: #B916AF;
}
</style>