Shades of Deep Magenta #B104C8
Tints of Deep Magenta #B104C8
RGB
CMYK
RGB Variations
Color information
#B104C8 (or 0xB104C8) is known color: Deep Magenta. HEX triplet: B1, 04 and C8. RGB value is (177,4,200). Sum of RGB (Red+Green+Blue) = 177+4+200=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #B104C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104C8 is #4EFB37. Grayscale: #4D4D4D. Windows color (decimal): -5176120 or 13108401. OLE color: 13108401.
HSL color Cylindrical-coordinate representation of color #B104C8: hue angle of 292.96º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104C8 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 4 | 200 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.22 |
| HSL | 292.96º | 0.96% | 0.4% | - |
| HSV(B) | 292.96º | 0.98% | 0.78% | - |
| XYZ | 28.6 | 13.6 | 55.76 | - |
| YUV | 78.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 200 | 0.12 | 0.98 | 0 | 0.22 | 292.96 | 0.96 | 0.4 |
| Hex | B1 | 4 | C8 | C | 62 | 0 | 16 | 125 | 60 | 28 |
| Octal | 261 | 4 | 310 | 14 | 142 | 0 | 26 | 445 | 140 | 50 |
| Binary | 10110001 | 100 | 11001000 | 1100 | 1100010 | 0 | 10110 | 100100101 | 1100000 | 101000 |
Color Harmonies of #B104C8
Complementary color
Monochromatic Colors of #B104C8
Black with #B104C8
Text Example
Text Example
White with #B104C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104C8; }
p { color: rgb(177,4,200); }
H1.HeaderClassName
{
color: #B104C8;
}
.AnyTagClassName
{
color: #B104C8;
}
</style>
background-color css
<style>
a { background-color: #B104C8; }
a { background-color: rgb(177,4,200); }
div.DivClassName
{
background-color: #B104C8;
}
.BgClassName
{
background-color: #B104C8;
}
</style>
border-color css
<style>
span { border-color: #B104C8; }
span { border-color: rgb(177,4,200); }
td.TdClassName
{
border-color: #B104C8;
}
.TagClassName
{
border-color: #B104C8;
}
</style>