Shades of Deep Magenta #B104CF
Tints of Deep Magenta #B104CF
RGB
CMYK
RGB Variations
Color information
#B104CF (or 0xB104CF) is known color: Deep Magenta. HEX triplet: B1, 04 and CF. RGB value is (177,4,207). Sum of RGB (Red+Green+Blue) = 177+4+207=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #B104CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104CF is #4EFB30. Grayscale: #4E4E4E. Windows color (decimal): -5176113 or 13567153. OLE color: 13567153.
HSL color Cylindrical-coordinate representation of color #B104CF: hue angle of 291.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104CF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 4 | 207 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.19 |
| HSL | 291.13º | 0.96% | 0.41% | - |
| HSV(B) | 291.13º | 0.98% | 0.81% | - |
| XYZ | 29.44 | 13.94 | 60.17 | - |
| YUV | 78.87 | 200.31 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 207 | 0.14 | 0.98 | 0 | 0.19 | 291.13 | 0.96 | 0.41 |
| Hex | B1 | 4 | CF | E | 62 | 0 | 13 | 123 | 60 | 29 |
| Octal | 261 | 4 | 317 | 16 | 142 | 0 | 23 | 443 | 140 | 51 |
| Binary | 10110001 | 100 | 11001111 | 1110 | 1100010 | 0 | 10011 | 100100011 | 1100000 | 101001 |
Color Harmonies of #B104CF
Complementary color
Monochromatic Colors of #B104CF
Black with #B104CF
Text Example
Text Example
White with #B104CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104CF; }
p { color: rgb(177,4,207); }
H1.HeaderClassName
{
color: #B104CF;
}
.AnyTagClassName
{
color: #B104CF;
}
</style>
background-color css
<style>
a { background-color: #B104CF; }
a { background-color: rgb(177,4,207); }
div.DivClassName
{
background-color: #B104CF;
}
.BgClassName
{
background-color: #B104CF;
}
</style>
border-color css
<style>
span { border-color: #B104CF; }
span { border-color: rgb(177,4,207); }
td.TdClassName
{
border-color: #B104CF;
}
.TagClassName
{
border-color: #B104CF;
}
</style>