Shades of Medium Purple #B16EEB
Tints of Medium Purple #B16EEB
RGB
CMYK
RGB Variations
Color information
#B16EEB (or 0xB16EEB) is known color: Medium Purple. HEX triplet: B1, 6E and EB. RGB value is (177,110,235). Sum of RGB (Red+Green+Blue) = 177+110+235=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #B16EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16EEB is #4E9114. Grayscale: #8F8F8F. Windows color (decimal): -5148949 or 15429297. OLE color: 15429297.
HSL color Cylindrical-coordinate representation of color #B16EEB: hue angle of 272.16º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B16EEB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 110 | 235 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.08 |
| HSL | 272.16º | 0.76% | 0.68% | - |
| HSV(B) | 272.16º | 0.53% | 0.92% | - |
| XYZ | 38.7 | 26.5 | 81.67 | - |
| YUV | 144.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 235 | 0.25 | 0.53 | 0 | 0.08 | 272.16 | 0.76 | 0.68 |
| Hex | B1 | 6E | EB | 19 | 35 | 0 | 8 | 110 | 4C | 44 |
| Octal | 261 | 156 | 353 | 31 | 65 | 0 | 10 | 420 | 114 | 104 |
| Binary | 10110001 | 1101110 | 11101011 | 11001 | 110101 | 0 | 1000 | 100010000 | 1001100 | 1000100 |
Color Harmonies of #B16EEB
Complementary color
Monochromatic Colors of #B16EEB
Black with #B16EEB
Text Example
Text Example
White with #B16EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16EEB; }
p { color: rgb(177,110,235); }
H1.HeaderClassName
{
color: #B16EEB;
}
.AnyTagClassName
{
color: #B16EEB;
}
</style>
background-color css
<style>
a { background-color: #B16EEB; }
a { background-color: rgb(177,110,235); }
div.DivClassName
{
background-color: #B16EEB;
}
.BgClassName
{
background-color: #B16EEB;
}
</style>
border-color css
<style>
span { border-color: #B16EEB; }
span { border-color: rgb(177,110,235); }
td.TdClassName
{
border-color: #B16EEB;
}
.TagClassName
{
border-color: #B16EEB;
}
</style>