Shades of Deep Magenta #B913AC
Tints of Deep Magenta #B913AC
RGB
CMYK
RGB Variations
Color information
#B913AC (or 0xB913AC) is known color: Deep Magenta. HEX triplet: B9, 13 and AC. RGB value is (185,19,172). Sum of RGB (Red+Green+Blue) = 185+19+172=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B913AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B913AC is #46EC53. Grayscale: #555555. Windows color (decimal): -4648020 or 11277241. OLE color: 11277241.
HSL color Cylindrical-coordinate representation of color #B913AC: hue angle of 304.7º 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 #B913AC is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 172 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.27 |
| HSL | 304.7º | 0.81% | 0.4% | - |
| HSV(B) | 304.7º | 0.9% | 0.73% | - |
| XYZ | 27.69 | 13.76 | 40.23 | - |
| YUV | 86.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 172 | 0 | 0.90 | 0.07 | 0.27 | 304.7 | 0.81 | 0.4 |
| Hex | B9 | 13 | AC | 0 | 5A | 7 | 1B | 131 | 51 | 28 |
| Octal | 271 | 23 | 254 | 0 | 132 | 7 | 33 | 461 | 121 | 50 |
| Binary | 10111001 | 10011 | 10101100 | 0 | 1011010 | 111 | 11011 | 100110001 | 1010001 | 101000 |
Color Harmonies of #B913AC
Complementary color
Monochromatic Colors of #B913AC
Black with #B913AC
Text Example
Text Example
White with #B913AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913AC; }
p { color: rgb(185,19,172); }
H1.HeaderClassName
{
color: #B913AC;
}
.AnyTagClassName
{
color: #B913AC;
}
</style>
background-color css
<style>
a { background-color: #B913AC; }
a { background-color: rgb(185,19,172); }
div.DivClassName
{
background-color: #B913AC;
}
.BgClassName
{
background-color: #B913AC;
}
</style>
border-color css
<style>
span { border-color: #B913AC; }
span { border-color: rgb(185,19,172); }
td.TdClassName
{
border-color: #B913AC;
}
.TagClassName
{
border-color: #B913AC;
}
</style>