Shades of Deep Magenta #B104D0
Tints of Deep Magenta #B104D0
RGB
CMYK
RGB Variations
Color information
#B104D0 (or 0xB104D0) is known color: Deep Magenta. HEX triplet: B1, 04 and D0. RGB value is (177,4,208). Sum of RGB (Red+Green+Blue) = 177+4+208=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #B104D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104D0 is #4EFB2F. Grayscale: #4E4E4E. Windows color (decimal): -5176112 or 13632689. OLE color: 13632689.
HSL color Cylindrical-coordinate representation of color #B104D0: hue angle of 290.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104D0 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 4 | 208 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.18 |
| HSL | 290.88º | 0.96% | 0.42% | - |
| HSV(B) | 290.88º | 0.98% | 0.82% | - |
| XYZ | 29.56 | 13.99 | 60.82 | - |
| YUV | 78.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 208 | 0.15 | 0.98 | 0 | 0.18 | 290.88 | 0.96 | 0.42 |
| Hex | B1 | 4 | D0 | F | 62 | 0 | 12 | 123 | 60 | 2A |
| Octal | 261 | 4 | 320 | 17 | 142 | 0 | 22 | 443 | 140 | 52 |
| Binary | 10110001 | 100 | 11010000 | 1111 | 1100010 | 0 | 10010 | 100100011 | 1100000 | 101010 |
Color Harmonies of #B104D0
Complementary color
Monochromatic Colors of #B104D0
Black with #B104D0
Text Example
Text Example
White with #B104D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104D0; }
p { color: rgb(177,4,208); }
H1.HeaderClassName
{
color: #B104D0;
}
.AnyTagClassName
{
color: #B104D0;
}
</style>
background-color css
<style>
a { background-color: #B104D0; }
a { background-color: rgb(177,4,208); }
div.DivClassName
{
background-color: #B104D0;
}
.BgClassName
{
background-color: #B104D0;
}
</style>
border-color css
<style>
span { border-color: #B104D0; }
span { border-color: rgb(177,4,208); }
td.TdClassName
{
border-color: #B104D0;
}
.TagClassName
{
border-color: #B104D0;
}
</style>