Shades of Medium Violet Red #B106A0
Tints of Medium Violet Red #B106A0
RGB
CMYK
RGB Variations
Color information
#B106A0 (or 0xB106A0) is known color: Medium Violet Red. HEX triplet: B1, 06 and A0. RGB value is (177,6,160). Sum of RGB (Red+Green+Blue) = 177+6+160=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B106A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B106A0 is #4EF95F. Grayscale: #4A4A4A. Windows color (decimal): -5175648 or 10487473. OLE color: 10487473.
HSL color Cylindrical-coordinate representation of color #B106A0: hue angle of 305.96º 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 #B106A0 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.31 |
| HSL | 305.96º | 0.93% | 0.36% | - |
| HSV(B) | 305.96º | 0.97% | 0.69% | - |
| XYZ | 24.54 | 12.02 | 34.28 | - |
| YUV | 74.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 160 | 0 | 0.97 | 0.10 | 0.31 | 305.96 | 0.93 | 0.36 |
| Hex | B1 | 6 | A0 | 0 | 61 | A | 1F | 132 | 5D | 24 |
| Octal | 261 | 6 | 240 | 0 | 141 | 12 | 37 | 462 | 135 | 44 |
| Binary | 10110001 | 110 | 10100000 | 0 | 1100001 | 1010 | 11111 | 100110010 | 1011101 | 100100 |
Color Harmonies of #B106A0
Complementary color
Monochromatic Colors of #B106A0
Black with #B106A0
Text Example
Text Example
White with #B106A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B106A0; }
p { color: rgb(177,6,160); }
H1.HeaderClassName
{
color: #B106A0;
}
.AnyTagClassName
{
color: #B106A0;
}
</style>
background-color css
<style>
a { background-color: #B106A0; }
a { background-color: rgb(177,6,160); }
div.DivClassName
{
background-color: #B106A0;
}
.BgClassName
{
background-color: #B106A0;
}
</style>
border-color css
<style>
span { border-color: #B106A0; }
span { border-color: rgb(177,6,160); }
td.TdClassName
{
border-color: #B106A0;
}
.TagClassName
{
border-color: #B106A0;
}
</style>