Shades of Deep Magenta #B913AF
Tints of Deep Magenta #B913AF
RGB
CMYK
RGB Variations
Color information
#B913AF (or 0xB913AF) is known color: Deep Magenta. HEX triplet: B9, 13 and AF. RGB value is (185,19,175). Sum of RGB (Red+Green+Blue) = 185+19+175=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B913AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B913AF is #46EC50. Grayscale: #555555. Windows color (decimal): -4648017 or 11473849. OLE color: 11473849.
HSL color Cylindrical-coordinate representation of color #B913AF: hue angle of 303.61º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913AF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.27 |
| HSL | 303.61º | 0.81% | 0.4% | - |
| HSV(B) | 303.61º | 0.9% | 0.73% | - |
| XYZ | 27.98 | 13.88 | 41.76 | - |
| YUV | 86.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 175 | 0 | 0.90 | 0.05 | 0.27 | 303.61 | 0.81 | 0.4 |
| Hex | B9 | 13 | AF | 0 | 5A | 5 | 1B | 130 | 51 | 28 |
| Octal | 271 | 23 | 257 | 0 | 132 | 5 | 33 | 460 | 121 | 50 |
| Binary | 10111001 | 10011 | 10101111 | 0 | 1011010 | 101 | 11011 | 100110000 | 1010001 | 101000 |
Color Harmonies of #B913AF
Complementary color
Monochromatic Colors of #B913AF
Black with #B913AF
Text Example
Text Example
White with #B913AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913AF; }
p { color: rgb(185,19,175); }
H1.HeaderClassName
{
color: #B913AF;
}
.AnyTagClassName
{
color: #B913AF;
}
</style>
background-color css
<style>
a { background-color: #B913AF; }
a { background-color: rgb(185,19,175); }
div.DivClassName
{
background-color: #B913AF;
}
.BgClassName
{
background-color: #B913AF;
}
</style>
border-color css
<style>
span { border-color: #B913AF; }
span { border-color: rgb(185,19,175); }
td.TdClassName
{
border-color: #B913AF;
}
.TagClassName
{
border-color: #B913AF;
}
</style>