Shades of Dark Magenta #B104A3
Tints of Dark Magenta #B104A3
RGB
CMYK
RGB Variations
Color information
#B104A3 (or 0xB104A3) is known color: Dark Magenta. HEX triplet: B1, 04 and A3. RGB value is (177,4,163). Sum of RGB (Red+Green+Blue) = 177+4+163=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B104A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B104A3 is #4EFB5C. Grayscale: #494949. Windows color (decimal): -5176157 or 10683569. OLE color: 10683569.
HSL color Cylindrical-coordinate representation of color #B104A3: hue angle of 304.86º 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 #B104A3 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 4 | 163 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.31 |
| HSL | 304.86º | 0.96% | 0.35% | - |
| HSV(B) | 304.86º | 0.98% | 0.69% | - |
| XYZ | 24.79 | 12.08 | 35.68 | - |
| YUV | 73.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 163 | 0 | 0.98 | 0.08 | 0.31 | 304.86 | 0.96 | 0.35 |
| Hex | B1 | 4 | A3 | 0 | 62 | 8 | 1F | 131 | 60 | 23 |
| Octal | 261 | 4 | 243 | 0 | 142 | 10 | 37 | 461 | 140 | 43 |
| Binary | 10110001 | 100 | 10100011 | 0 | 1100010 | 1000 | 11111 | 100110001 | 1100000 | 100011 |
Color Harmonies of #B104A3
Complementary color
Monochromatic Colors of #B104A3
Black with #B104A3
Text Example
Text Example
White with #B104A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104A3; }
p { color: rgb(177,4,163); }
H1.HeaderClassName
{
color: #B104A3;
}
.AnyTagClassName
{
color: #B104A3;
}
</style>
background-color css
<style>
a { background-color: #B104A3; }
a { background-color: rgb(177,4,163); }
div.DivClassName
{
background-color: #B104A3;
}
.BgClassName
{
background-color: #B104A3;
}
</style>
border-color css
<style>
span { border-color: #B104A3; }
span { border-color: rgb(177,4,163); }
td.TdClassName
{
border-color: #B104A3;
}
.TagClassName
{
border-color: #B104A3;
}
</style>