Shades of Medium Purple #B16AED
Tints of Medium Purple #B16AED
RGB
CMYK
RGB Variations
Color information
#B16AED (or 0xB16AED) is known color: Medium Purple. HEX triplet: B1, 6A and ED. RGB value is (177,106,237). Sum of RGB (Red+Green+Blue) = 177+106+237=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #B16AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AED is #4E9512. Grayscale: #8D8D8D. Windows color (decimal): -5149971 or 15559345. OLE color: 15559345.
HSL color Cylindrical-coordinate representation of color #B16AED: hue angle of 272.52º degrees, saturation: 0.78, 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 #B16AED is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 106 | 237 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.07 |
| HSL | 272.52º | 0.78% | 0.67% | - |
| HSV(B) | 272.52º | 0.55% | 0.93% | - |
| XYZ | 38.57 | 25.77 | 83.06 | - |
| YUV | 142.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 237 | 0.25 | 0.55 | 0 | 0.07 | 272.52 | 0.78 | 0.67 |
| Hex | B1 | 6A | ED | 19 | 37 | 0 | 7 | 111 | 4E | 43 |
| Octal | 261 | 152 | 355 | 31 | 67 | 0 | 7 | 421 | 116 | 103 |
| Binary | 10110001 | 1101010 | 11101101 | 11001 | 110111 | 0 | 111 | 100010001 | 1001110 | 1000011 |
Color Harmonies of #B16AED
Complementary color
Monochromatic Colors of #B16AED
Black with #B16AED
Text Example
Text Example
White with #B16AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AED; }
p { color: rgb(177,106,237); }
H1.HeaderClassName
{
color: #B16AED;
}
.AnyTagClassName
{
color: #B16AED;
}
</style>
background-color css
<style>
a { background-color: #B16AED; }
a { background-color: rgb(177,106,237); }
div.DivClassName
{
background-color: #B16AED;
}
.BgClassName
{
background-color: #B16AED;
}
</style>
border-color css
<style>
span { border-color: #B16AED; }
span { border-color: rgb(177,106,237); }
td.TdClassName
{
border-color: #B16AED;
}
.TagClassName
{
border-color: #B16AED;
}
</style>