Shades of Deep Magenta #B104C1
Tints of Deep Magenta #B104C1
RGB
CMYK
RGB Variations
Color information
#B104C1 (or 0xB104C1) is known color: Deep Magenta. HEX triplet: B1, 04 and C1. RGB value is (177,4,193). Sum of RGB (Red+Green+Blue) = 177+4+193=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #B104C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104C1 is #4EFB3E. Grayscale: #4C4C4C. Windows color (decimal): -5176127 or 12649649. OLE color: 12649649.
HSL color Cylindrical-coordinate representation of color #B104C1: hue angle of 294.92º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104C1 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 4 | 193 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.24 |
| HSL | 294.92º | 0.96% | 0.39% | - |
| HSV(B) | 294.92º | 0.98% | 0.76% | - |
| XYZ | 27.8 | 13.28 | 51.55 | - |
| YUV | 77.27 | 193.31 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 193 | 0.08 | 0.98 | 0 | 0.24 | 294.92 | 0.96 | 0.39 |
| Hex | B1 | 4 | C1 | 8 | 62 | 0 | 18 | 127 | 60 | 27 |
| Octal | 261 | 4 | 301 | 10 | 142 | 0 | 30 | 447 | 140 | 47 |
| Binary | 10110001 | 100 | 11000001 | 1000 | 1100010 | 0 | 11000 | 100100111 | 1100000 | 100111 |
Color Harmonies of #B104C1
Complementary color
Monochromatic Colors of #B104C1
Black with #B104C1
Text Example
Text Example
White with #B104C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104C1; }
p { color: rgb(177,4,193); }
H1.HeaderClassName
{
color: #B104C1;
}
.AnyTagClassName
{
color: #B104C1;
}
</style>
background-color css
<style>
a { background-color: #B104C1; }
a { background-color: rgb(177,4,193); }
div.DivClassName
{
background-color: #B104C1;
}
.BgClassName
{
background-color: #B104C1;
}
</style>
border-color css
<style>
span { border-color: #B104C1; }
span { border-color: rgb(177,4,193); }
td.TdClassName
{
border-color: #B104C1;
}
.TagClassName
{
border-color: #B104C1;
}
</style>