Shades of Medium Purple #B16AFF
Tints of Medium Purple #B16AFF
RGB
CMYK
RGB Variations
Color information
#B16AFF (or 0xB16AFF) is known color: Medium Purple. HEX triplet: B1, 6A and FF. RGB value is (177,106,255). Sum of RGB (Red+Green+Blue) = 177+106+255=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #B16AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AFF is #4E9500. Grayscale: #8F8F8F. Windows color (decimal): -5149953 or 16738993. OLE color: 16738993.
HSL color Cylindrical-coordinate representation of color #B16AFF: hue angle of 268.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B16AFF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 106 | 255 | - |
| CMYK | 0.31 | 0.58 | 0 | 0 |
| HSL | 268.59º | 1% | 0.71% | - |
| HSV(B) | 268.59º | 0.58% | 1% | - |
| XYZ | 41.34 | 26.88 | 97.62 | - |
| YUV | 144.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 255 | 0.31 | 0.58 | 0 | 0 | 268.59 | 1 | 0.71 |
| Hex | B1 | 6A | FF | 1F | 3A | 0 | 0 | 10D | 64 | 47 |
| Octal | 261 | 152 | 377 | 37 | 72 | 0 | 0 | 415 | 144 | 107 |
| Binary | 10110001 | 1101010 | 11111111 | 11111 | 111010 | 0 | 0 | 100001101 | 1100100 | 1000111 |
Color Harmonies of #B16AFF
Complementary color
Monochromatic Colors of #B16AFF
Black with #B16AFF
Text Example
Text Example
White with #B16AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AFF; }
p { color: rgb(177,106,255); }
H1.HeaderClassName
{
color: #B16AFF;
}
.AnyTagClassName
{
color: #B16AFF;
}
</style>
background-color css
<style>
a { background-color: #B16AFF; }
a { background-color: rgb(177,106,255); }
div.DivClassName
{
background-color: #B16AFF;
}
.BgClassName
{
background-color: #B16AFF;
}
</style>
border-color css
<style>
span { border-color: #B16AFF; }
span { border-color: rgb(177,106,255); }
td.TdClassName
{
border-color: #B16AFF;
}
.TagClassName
{
border-color: #B16AFF;
}
</style>