Shades of Medium Purple #B16EF0
Tints of Medium Purple #B16EF0
RGB
CMYK
RGB Variations
Color information
#B16EF0 (or 0xB16EF0) is known color: Medium Purple. HEX triplet: B1, 6E and F0. RGB value is (177,110,240). Sum of RGB (Red+Green+Blue) = 177+110+240=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B16EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16EF0 is #4E910F. Grayscale: #909090. Windows color (decimal): -5148944 or 15756977. OLE color: 15756977.
HSL color Cylindrical-coordinate representation of color #B16EF0: hue angle of 270.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16EF0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 110 | 240 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.06 |
| HSL | 270.92º | 0.81% | 0.69% | - |
| HSV(B) | 270.92º | 0.54% | 0.94% | - |
| XYZ | 39.44 | 26.79 | 85.53 | - |
| YUV | 144.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 240 | 0.26 | 0.54 | 0 | 0.06 | 270.92 | 0.81 | 0.69 |
| Hex | B1 | 6E | F0 | 1A | 36 | 0 | 6 | 10F | 51 | 45 |
| Octal | 261 | 156 | 360 | 32 | 66 | 0 | 6 | 417 | 121 | 105 |
| Binary | 10110001 | 1101110 | 11110000 | 11010 | 110110 | 0 | 110 | 100001111 | 1010001 | 1000101 |
Color Harmonies of #B16EF0
Complementary color
Monochromatic Colors of #B16EF0
Black with #B16EF0
Text Example
Text Example
White with #B16EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16EF0; }
p { color: rgb(177,110,240); }
H1.HeaderClassName
{
color: #B16EF0;
}
.AnyTagClassName
{
color: #B16EF0;
}
</style>
background-color css
<style>
a { background-color: #B16EF0; }
a { background-color: rgb(177,110,240); }
div.DivClassName
{
background-color: #B16EF0;
}
.BgClassName
{
background-color: #B16EF0;
}
</style>
border-color css
<style>
span { border-color: #B16EF0; }
span { border-color: rgb(177,110,240); }
td.TdClassName
{
border-color: #B16EF0;
}
.TagClassName
{
border-color: #B16EF0;
}
</style>