Shades of Deep Magenta #B913AB
Tints of Deep Magenta #B913AB
RGB
CMYK
RGB Variations
Color information
#B913AB (or 0xB913AB) is known color: Deep Magenta. HEX triplet: B9, 13 and AB. RGB value is (185,19,171). Sum of RGB (Red+Green+Blue) = 185+19+171=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B913AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B913AB is #46EC54. Grayscale: #555555. Windows color (decimal): -4648021 or 11211705. OLE color: 11211705.
HSL color Cylindrical-coordinate representation of color #B913AB: hue angle of 305.06º 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 #B913AB is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.27 |
| HSL | 305.06º | 0.81% | 0.4% | - |
| HSV(B) | 305.06º | 0.9% | 0.73% | - |
| XYZ | 27.59 | 13.72 | 39.72 | - |
| YUV | 85.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 171 | 0 | 0.90 | 0.08 | 0.27 | 305.06 | 0.81 | 0.4 |
| Hex | B9 | 13 | AB | 0 | 5A | 8 | 1B | 131 | 51 | 28 |
| Octal | 271 | 23 | 253 | 0 | 132 | 10 | 33 | 461 | 121 | 50 |
| Binary | 10111001 | 10011 | 10101011 | 0 | 1011010 | 1000 | 11011 | 100110001 | 1010001 | 101000 |
Color Harmonies of #B913AB
Complementary color
Monochromatic Colors of #B913AB
Black with #B913AB
Text Example
Text Example
White with #B913AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913AB; }
p { color: rgb(185,19,171); }
H1.HeaderClassName
{
color: #B913AB;
}
.AnyTagClassName
{
color: #B913AB;
}
</style>
background-color css
<style>
a { background-color: #B913AB; }
a { background-color: rgb(185,19,171); }
div.DivClassName
{
background-color: #B913AB;
}
.BgClassName
{
background-color: #B913AB;
}
</style>
border-color css
<style>
span { border-color: #B913AB; }
span { border-color: rgb(185,19,171); }
td.TdClassName
{
border-color: #B913AB;
}
.TagClassName
{
border-color: #B913AB;
}
</style>