Shades of Deep Magenta #B104AB
Tints of Deep Magenta #B104AB
RGB
CMYK
RGB Variations
Color information
#B104AB (or 0xB104AB) is known color: Deep Magenta. HEX triplet: B1, 04 and AB. RGB value is (177,4,171). Sum of RGB (Red+Green+Blue) = 177+4+171=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B104AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B104AB is #4EFB54. Grayscale: #4A4A4A. Windows color (decimal): -5176149 or 11207857. OLE color: 11207857.
HSL color Cylindrical-coordinate representation of color #B104AB: hue angle of 302.08º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104AB is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.31 |
| HSL | 302.08º | 0.96% | 0.35% | - |
| HSV(B) | 302.08º | 0.98% | 0.69% | - |
| XYZ | 25.53 | 12.37 | 39.57 | - |
| YUV | 74.77 | 182.31 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 171 | 0 | 0.98 | 0.03 | 0.31 | 302.08 | 0.96 | 0.35 |
| Hex | B1 | 4 | AB | 0 | 62 | 3 | 1F | 12E | 60 | 23 |
| Octal | 261 | 4 | 253 | 0 | 142 | 3 | 37 | 456 | 140 | 43 |
| Binary | 10110001 | 100 | 10101011 | 0 | 1100010 | 11 | 11111 | 100101110 | 1100000 | 100011 |
Color Harmonies of #B104AB
Complementary color
Monochromatic Colors of #B104AB
Black with #B104AB
Text Example
Text Example
White with #B104AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104AB; }
p { color: rgb(177,4,171); }
H1.HeaderClassName
{
color: #B104AB;
}
.AnyTagClassName
{
color: #B104AB;
}
</style>
background-color css
<style>
a { background-color: #B104AB; }
a { background-color: rgb(177,4,171); }
div.DivClassName
{
background-color: #B104AB;
}
.BgClassName
{
background-color: #B104AB;
}
</style>
border-color css
<style>
span { border-color: #B104AB; }
span { border-color: rgb(177,4,171); }
td.TdClassName
{
border-color: #B104AB;
}
.TagClassName
{
border-color: #B104AB;
}
</style>