Shades of Medium Purple #B16EF2
Tints of Medium Purple #B16EF2
RGB
CMYK
RGB Variations
Color information
#B16EF2 (or 0xB16EF2) is known color: Medium Purple. HEX triplet: B1, 6E and F2. RGB value is (177,110,242). Sum of RGB (Red+Green+Blue) = 177+110+242=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #B16EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16EF2 is #4E910D. Grayscale: #909090. Windows color (decimal): -5148942 or 15888049. OLE color: 15888049.
HSL color Cylindrical-coordinate representation of color #B16EF2: hue angle of 270.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16EF2 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 110 | 242 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.05 |
| HSL | 270.45º | 0.84% | 0.69% | - |
| HSV(B) | 270.45º | 0.55% | 0.95% | - |
| XYZ | 39.73 | 26.91 | 87.1 | - |
| YUV | 145.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 242 | 0.27 | 0.55 | 0 | 0.05 | 270.45 | 0.84 | 0.69 |
| Hex | B1 | 6E | F2 | 1B | 37 | 0 | 5 | 10E | 54 | 45 |
| Octal | 261 | 156 | 362 | 33 | 67 | 0 | 5 | 416 | 124 | 105 |
| Binary | 10110001 | 1101110 | 11110010 | 11011 | 110111 | 0 | 101 | 100001110 | 1010100 | 1000101 |
Color Harmonies of #B16EF2
Complementary color
Monochromatic Colors of #B16EF2
Black with #B16EF2
Text Example
Text Example
White with #B16EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16EF2; }
p { color: rgb(177,110,242); }
H1.HeaderClassName
{
color: #B16EF2;
}
.AnyTagClassName
{
color: #B16EF2;
}
</style>
background-color css
<style>
a { background-color: #B16EF2; }
a { background-color: rgb(177,110,242); }
div.DivClassName
{
background-color: #B16EF2;
}
.BgClassName
{
background-color: #B16EF2;
}
</style>
border-color css
<style>
span { border-color: #B16EF2; }
span { border-color: rgb(177,110,242); }
td.TdClassName
{
border-color: #B16EF2;
}
.TagClassName
{
border-color: #B16EF2;
}
</style>