Shades of Deep Magenta #B106A8
Tints of Deep Magenta #B106A8
RGB
CMYK
RGB Variations
Color information
#B106A8 (or 0xB106A8) is known color: Deep Magenta. HEX triplet: B1, 06 and A8. RGB value is (177,6,168). Sum of RGB (Red+Green+Blue) = 177+6+168=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B106A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B106A8 is #4EF957. Grayscale: #4B4B4B. Windows color (decimal): -5175640 or 11011761. OLE color: 11011761.
HSL color Cylindrical-coordinate representation of color #B106A8: hue angle of 303.16º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106A8 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.31 |
| HSL | 303.16º | 0.93% | 0.36% | - |
| HSV(B) | 303.16º | 0.97% | 0.69% | - |
| XYZ | 25.26 | 12.3 | 38.09 | - |
| YUV | 75.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 168 | 0 | 0.97 | 0.05 | 0.31 | 303.16 | 0.93 | 0.36 |
| Hex | B1 | 6 | A8 | 0 | 61 | 5 | 1F | 12F | 5D | 24 |
| Octal | 261 | 6 | 250 | 0 | 141 | 5 | 37 | 457 | 135 | 44 |
| Binary | 10110001 | 110 | 10101000 | 0 | 1100001 | 101 | 11111 | 100101111 | 1011101 | 100100 |
Color Harmonies of #B106A8
Complementary color
Monochromatic Colors of #B106A8
Black with #B106A8
Text Example
Text Example
White with #B106A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B106A8; }
p { color: rgb(177,6,168); }
H1.HeaderClassName
{
color: #B106A8;
}
.AnyTagClassName
{
color: #B106A8;
}
</style>
background-color css
<style>
a { background-color: #B106A8; }
a { background-color: rgb(177,6,168); }
div.DivClassName
{
background-color: #B106A8;
}
.BgClassName
{
background-color: #B106A8;
}
</style>
border-color css
<style>
span { border-color: #B106A8; }
span { border-color: rgb(177,6,168); }
td.TdClassName
{
border-color: #B106A8;
}
.TagClassName
{
border-color: #B106A8;
}
</style>