Shades of Deep Magenta #B104D1
Tints of Deep Magenta #B104D1
RGB
CMYK
RGB Variations
Color information
#B104D1 (or 0xB104D1) is known color: Deep Magenta. HEX triplet: B1, 04 and D1. RGB value is (177,4,209). Sum of RGB (Red+Green+Blue) = 177+4+209=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #B104D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104D1 is #4EFB2E. Grayscale: #4E4E4E. Windows color (decimal): -5176111 or 13698225. OLE color: 13698225.
HSL color Cylindrical-coordinate representation of color #B104D1: hue angle of 290.63º 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 #B104D1 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 4 | 209 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.18 |
| HSL | 290.63º | 0.96% | 0.42% | - |
| HSV(B) | 290.63º | 0.98% | 0.82% | - |
| XYZ | 29.68 | 14.04 | 61.47 | - |
| YUV | 79.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 209 | 0.15 | 0.98 | 0 | 0.18 | 290.63 | 0.96 | 0.42 |
| Hex | B1 | 4 | D1 | F | 62 | 0 | 12 | 123 | 60 | 2A |
| Octal | 261 | 4 | 321 | 17 | 142 | 0 | 22 | 443 | 140 | 52 |
| Binary | 10110001 | 100 | 11010001 | 1111 | 1100010 | 0 | 10010 | 100100011 | 1100000 | 101010 |
Color Harmonies of #B104D1
Complementary color
Monochromatic Colors of #B104D1
Black with #B104D1
Text Example
Text Example
White with #B104D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104D1; }
p { color: rgb(177,4,209); }
H1.HeaderClassName
{
color: #B104D1;
}
.AnyTagClassName
{
color: #B104D1;
}
</style>
background-color css
<style>
a { background-color: #B104D1; }
a { background-color: rgb(177,4,209); }
div.DivClassName
{
background-color: #B104D1;
}
.BgClassName
{
background-color: #B104D1;
}
</style>
border-color css
<style>
span { border-color: #B104D1; }
span { border-color: rgb(177,4,209); }
td.TdClassName
{
border-color: #B104D1;
}
.TagClassName
{
border-color: #B104D1;
}
</style>