Shades of Medium Purple #B16AEC
Tints of Medium Purple #B16AEC
RGB
CMYK
RGB Variations
Color information
#B16AEC (or 0xB16AEC) is known color: Medium Purple. HEX triplet: B1, 6A and EC. RGB value is (177,106,236). Sum of RGB (Red+Green+Blue) = 177+106+236=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B16AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AEC is #4E9513. Grayscale: #8D8D8D. Windows color (decimal): -5149972 or 15493809. OLE color: 15493809.
HSL color Cylindrical-coordinate representation of color #B16AEC: hue angle of 272.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16AEC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 106 | 236 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.07 |
| HSL | 272.77º | 0.77% | 0.67% | - |
| HSV(B) | 272.77º | 0.55% | 0.93% | - |
| XYZ | 38.43 | 25.71 | 82.29 | - |
| YUV | 142.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 236 | 0.25 | 0.55 | 0 | 0.07 | 272.77 | 0.77 | 0.67 |
| Hex | B1 | 6A | EC | 19 | 37 | 0 | 7 | 111 | 4D | 43 |
| Octal | 261 | 152 | 354 | 31 | 67 | 0 | 7 | 421 | 115 | 103 |
| Binary | 10110001 | 1101010 | 11101100 | 11001 | 110111 | 0 | 111 | 100010001 | 1001101 | 1000011 |
Color Harmonies of #B16AEC
Complementary color
Monochromatic Colors of #B16AEC
Black with #B16AEC
Text Example
Text Example
White with #B16AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AEC; }
p { color: rgb(177,106,236); }
H1.HeaderClassName
{
color: #B16AEC;
}
.AnyTagClassName
{
color: #B16AEC;
}
</style>
background-color css
<style>
a { background-color: #B16AEC; }
a { background-color: rgb(177,106,236); }
div.DivClassName
{
background-color: #B16AEC;
}
.BgClassName
{
background-color: #B16AEC;
}
</style>
border-color css
<style>
span { border-color: #B16AEC; }
span { border-color: rgb(177,106,236); }
td.TdClassName
{
border-color: #B16AEC;
}
.TagClassName
{
border-color: #B16AEC;
}
</style>