Shades of Deep Magenta #B104CB
Tints of Deep Magenta #B104CB
RGB
CMYK
RGB Variations
Color information
#B104CB (or 0xB104CB) is known color: Deep Magenta. HEX triplet: B1, 04 and CB. RGB value is (177,4,203). Sum of RGB (Red+Green+Blue) = 177+4+203=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #B104CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104CB is #4EFB34. Grayscale: #4D4D4D. Windows color (decimal): -5176117 or 13305009. OLE color: 13305009.
HSL color Cylindrical-coordinate representation of color #B104CB: hue angle of 292.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104CB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 4 | 203 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.20 |
| HSL | 292.16º | 0.96% | 0.41% | - |
| HSV(B) | 292.16º | 0.98% | 0.8% | - |
| XYZ | 28.95 | 13.75 | 57.63 | - |
| YUV | 78.41 | 198.31 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 203 | 0.13 | 0.98 | 0 | 0.20 | 292.16 | 0.96 | 0.41 |
| Hex | B1 | 4 | CB | D | 62 | 0 | 14 | 124 | 60 | 29 |
| Octal | 261 | 4 | 313 | 15 | 142 | 0 | 24 | 444 | 140 | 51 |
| Binary | 10110001 | 100 | 11001011 | 1101 | 1100010 | 0 | 10100 | 100100100 | 1100000 | 101001 |
Color Harmonies of #B104CB
Complementary color
Monochromatic Colors of #B104CB
Black with #B104CB
Text Example
Text Example
White with #B104CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104CB; }
p { color: rgb(177,4,203); }
H1.HeaderClassName
{
color: #B104CB;
}
.AnyTagClassName
{
color: #B104CB;
}
</style>
background-color css
<style>
a { background-color: #B104CB; }
a { background-color: rgb(177,4,203); }
div.DivClassName
{
background-color: #B104CB;
}
.BgClassName
{
background-color: #B104CB;
}
</style>
border-color css
<style>
span { border-color: #B104CB; }
span { border-color: rgb(177,4,203); }
td.TdClassName
{
border-color: #B104CB;
}
.TagClassName
{
border-color: #B104CB;
}
</style>