Shades of Deep Magenta #B106C1
Tints of Deep Magenta #B106C1
RGB
CMYK
RGB Variations
Color information
#B106C1 (or 0xB106C1) is known color: Deep Magenta. HEX triplet: B1, 06 and C1. RGB value is (177,6,193). Sum of RGB (Red+Green+Blue) = 177+6+193=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #B106C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106C1 is #4EF93E. Grayscale: #4D4D4D. Windows color (decimal): -5175615 or 12650161. OLE color: 12650161.
HSL color Cylindrical-coordinate representation of color #B106C1: hue angle of 294.87º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106C1 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 6 | 193 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.24 |
| HSL | 294.87º | 0.94% | 0.39% | - |
| HSV(B) | 294.87º | 0.97% | 0.76% | - |
| XYZ | 27.82 | 13.33 | 51.56 | - |
| YUV | 78.45 | 192.65 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 193 | 0.08 | 0.97 | 0 | 0.24 | 294.87 | 0.94 | 0.39 |
| Hex | B1 | 6 | C1 | 8 | 61 | 0 | 18 | 127 | 5E | 27 |
| Octal | 261 | 6 | 301 | 10 | 141 | 0 | 30 | 447 | 136 | 47 |
| Binary | 10110001 | 110 | 11000001 | 1000 | 1100001 | 0 | 11000 | 100100111 | 1011110 | 100111 |
Color Harmonies of #B106C1
Complementary color
Monochromatic Colors of #B106C1
Black with #B106C1
Text Example
Text Example
White with #B106C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B106C1; }
p { color: rgb(177,6,193); }
H1.HeaderClassName
{
color: #B106C1;
}
.AnyTagClassName
{
color: #B106C1;
}
</style>
background-color css
<style>
a { background-color: #B106C1; }
a { background-color: rgb(177,6,193); }
div.DivClassName
{
background-color: #B106C1;
}
.BgClassName
{
background-color: #B106C1;
}
</style>
border-color css
<style>
span { border-color: #B106C1; }
span { border-color: rgb(177,6,193); }
td.TdClassName
{
border-color: #B106C1;
}
.TagClassName
{
border-color: #B106C1;
}
</style>