Shades of Deep Magenta #B106D0
Tints of Deep Magenta #B106D0
RGB
CMYK
RGB Variations
Color information
#B106D0 (or 0xB106D0) is known color: Deep Magenta. HEX triplet: B1, 06 and D0. RGB value is (177,6,208). Sum of RGB (Red+Green+Blue) = 177+6+208=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #B106D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106D0 is #4EF92F. Grayscale: #4F4F4F. Windows color (decimal): -5175600 or 13633201. OLE color: 13633201.
HSL color Cylindrical-coordinate representation of color #B106D0: hue angle of 290.79º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106D0 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 6 | 208 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.18 |
| HSL | 290.79º | 0.94% | 0.42% | - |
| HSV(B) | 290.79º | 0.97% | 0.82% | - |
| XYZ | 29.58 | 14.03 | 60.82 | - |
| YUV | 80.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 208 | 0.15 | 0.97 | 0 | 0.18 | 290.79 | 0.94 | 0.42 |
| Hex | B1 | 6 | D0 | F | 61 | 0 | 12 | 123 | 5E | 2A |
| Octal | 261 | 6 | 320 | 17 | 141 | 0 | 22 | 443 | 136 | 52 |
| Binary | 10110001 | 110 | 11010000 | 1111 | 1100001 | 0 | 10010 | 100100011 | 1011110 | 101010 |
Color Harmonies of #B106D0
Complementary color
Monochromatic Colors of #B106D0
Black with #B106D0
Text Example
Text Example
White with #B106D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B106D0; }
p { color: rgb(177,6,208); }
H1.HeaderClassName
{
color: #B106D0;
}
.AnyTagClassName
{
color: #B106D0;
}
</style>
background-color css
<style>
a { background-color: #B106D0; }
a { background-color: rgb(177,6,208); }
div.DivClassName
{
background-color: #B106D0;
}
.BgClassName
{
background-color: #B106D0;
}
</style>
border-color css
<style>
span { border-color: #B106D0; }
span { border-color: rgb(177,6,208); }
td.TdClassName
{
border-color: #B106D0;
}
.TagClassName
{
border-color: #B106D0;
}
</style>