Shades of Deep Magenta #B917AF
Tints of Deep Magenta #B917AF
RGB
CMYK
RGB Variations
Color information
#B917AF (or 0xB917AF) is known color: Deep Magenta. HEX triplet: B9, 17 and AF. RGB value is (185,23,175). Sum of RGB (Red+Green+Blue) = 185+23+175=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B917AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917AF is #46E850. Grayscale: #585858. Windows color (decimal): -4646993 or 11474873. OLE color: 11474873.
HSL color Cylindrical-coordinate representation of color #B917AF: hue angle of 303.7º 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 #B917AF is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 175 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.27 |
| HSL | 303.7º | 0.78% | 0.41% | - |
| HSV(B) | 303.7º | 0.88% | 0.73% | - |
| XYZ | 28.05 | 14.02 | 41.79 | - |
| YUV | 88.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 175 | 0 | 0.88 | 0.05 | 0.27 | 303.7 | 0.78 | 0.41 |
| Hex | B9 | 17 | AF | 0 | 58 | 5 | 1B | 130 | 4E | 29 |
| Octal | 271 | 27 | 257 | 0 | 130 | 5 | 33 | 460 | 116 | 51 |
| Binary | 10111001 | 10111 | 10101111 | 0 | 1011000 | 101 | 11011 | 100110000 | 1001110 | 101001 |
Color Harmonies of #B917AF
Complementary color
Monochromatic Colors of #B917AF
Black with #B917AF
Text Example
Text Example
White with #B917AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917AF; }
p { color: rgb(185,23,175); }
H1.HeaderClassName
{
color: #B917AF;
}
.AnyTagClassName
{
color: #B917AF;
}
</style>
background-color css
<style>
a { background-color: #B917AF; }
a { background-color: rgb(185,23,175); }
div.DivClassName
{
background-color: #B917AF;
}
.BgClassName
{
background-color: #B917AF;
}
</style>
border-color css
<style>
span { border-color: #B917AF; }
span { border-color: rgb(185,23,175); }
td.TdClassName
{
border-color: #B917AF;
}
.TagClassName
{
border-color: #B917AF;
}
</style>