Shades of Deep Magenta #B10FC6
Tints of Deep Magenta #B10FC6
RGB
CMYK
RGB Variations
Color information
#B10FC6 (or 0xB10FC6) is known color: Deep Magenta. HEX triplet: B1, 0F and C6. RGB value is (177,15,198). Sum of RGB (Red+Green+Blue) = 177+15+198=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #B10FC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FC6 is #4EF039. Grayscale: #535353. Windows color (decimal): -5173306 or 12980145. OLE color: 12980145.
HSL color Cylindrical-coordinate representation of color #B10FC6: hue angle of 293.11º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FC6 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 15 | 198 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.22 |
| HSL | 293.11º | 0.86% | 0.42% | - |
| HSV(B) | 293.11º | 0.92% | 0.78% | - |
| XYZ | 28.5 | 13.77 | 54.58 | - |
| YUV | 84.3 | 192.17 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 198 | 0.11 | 0.92 | 0 | 0.22 | 293.11 | 0.86 | 0.42 |
| Hex | B1 | F | C6 | B | 5C | 0 | 16 | 125 | 56 | 2A |
| Octal | 261 | 17 | 306 | 13 | 134 | 0 | 26 | 445 | 126 | 52 |
| Binary | 10110001 | 1111 | 11000110 | 1011 | 1011100 | 0 | 10110 | 100100101 | 1010110 | 101010 |
Color Harmonies of #B10FC6
Complementary color
Monochromatic Colors of #B10FC6
Black with #B10FC6
Text Example
Text Example
White with #B10FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FC6; }
p { color: rgb(177,15,198); }
H1.HeaderClassName
{
color: #B10FC6;
}
.AnyTagClassName
{
color: #B10FC6;
}
</style>
background-color css
<style>
a { background-color: #B10FC6; }
a { background-color: rgb(177,15,198); }
div.DivClassName
{
background-color: #B10FC6;
}
.BgClassName
{
background-color: #B10FC6;
}
</style>
border-color css
<style>
span { border-color: #B10FC6; }
span { border-color: rgb(177,15,198); }
td.TdClassName
{
border-color: #B10FC6;
}
.TagClassName
{
border-color: #B10FC6;
}
</style>