Shades of Deep Magenta #B10DC6
Tints of Deep Magenta #B10DC6
RGB
CMYK
RGB Variations
Color information
#B10DC6 (or 0xB10DC6) is known color: Deep Magenta. HEX triplet: B1, 0D and C6. RGB value is (177,13,198). Sum of RGB (Red+Green+Blue) = 177+13+198=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #B10DC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DC6 is #4EF239. Grayscale: #525252. Windows color (decimal): -5173818 or 12979633. OLE color: 12979633.
HSL color Cylindrical-coordinate representation of color #B10DC6: hue angle of 293.19º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DC6 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 13 | 198 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.22 |
| HSL | 293.19º | 0.88% | 0.41% | - |
| HSV(B) | 293.19º | 0.93% | 0.78% | - |
| XYZ | 28.47 | 13.71 | 54.57 | - |
| YUV | 83.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 198 | 0.11 | 0.93 | 0 | 0.22 | 293.19 | 0.88 | 0.41 |
| Hex | B1 | D | C6 | B | 5D | 0 | 16 | 125 | 58 | 29 |
| Octal | 261 | 15 | 306 | 13 | 135 | 0 | 26 | 445 | 130 | 51 |
| Binary | 10110001 | 1101 | 11000110 | 1011 | 1011101 | 0 | 10110 | 100100101 | 1011000 | 101001 |
Color Harmonies of #B10DC6
Complementary color
Monochromatic Colors of #B10DC6
Black with #B10DC6
Text Example
Text Example
White with #B10DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DC6; }
p { color: rgb(177,13,198); }
H1.HeaderClassName
{
color: #B10DC6;
}
.AnyTagClassName
{
color: #B10DC6;
}
</style>
background-color css
<style>
a { background-color: #B10DC6; }
a { background-color: rgb(177,13,198); }
div.DivClassName
{
background-color: #B10DC6;
}
.BgClassName
{
background-color: #B10DC6;
}
</style>
border-color css
<style>
span { border-color: #B10DC6; }
span { border-color: rgb(177,13,198); }
td.TdClassName
{
border-color: #B10DC6;
}
.TagClassName
{
border-color: #B10DC6;
}
</style>