Shades of Medium Purple #B16AFC
Tints of Medium Purple #B16AFC
RGB
CMYK
RGB Variations
Color information
#B16AFC (or 0xB16AFC) is known color: Medium Purple. HEX triplet: B1, 6A and FC. RGB value is (177,106,252). Sum of RGB (Red+Green+Blue) = 177+106+252=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #B16AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AFC is #4E9503. Grayscale: #8F8F8F. Windows color (decimal): -5149956 or 16542385. OLE color: 16542385.
HSL color Cylindrical-coordinate representation of color #B16AFC: hue angle of 269.18º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B16AFC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 106 | 252 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.01 |
| HSL | 269.18º | 0.96% | 0.7% | - |
| HSV(B) | 269.18º | 0.58% | 0.99% | - |
| XYZ | 40.86 | 26.68 | 95.09 | - |
| YUV | 143.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 252 | 0.30 | 0.58 | 0 | 0.01 | 269.18 | 0.96 | 0.7 |
| Hex | B1 | 6A | FC | 1E | 3A | 0 | 1 | 10D | 60 | 46 |
| Octal | 261 | 152 | 374 | 36 | 72 | 0 | 1 | 415 | 140 | 106 |
| Binary | 10110001 | 1101010 | 11111100 | 11110 | 111010 | 0 | 1 | 100001101 | 1100000 | 1000110 |
Color Harmonies of #B16AFC
Complementary color
Monochromatic Colors of #B16AFC
Black with #B16AFC
Text Example
Text Example
White with #B16AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AFC; }
p { color: rgb(177,106,252); }
H1.HeaderClassName
{
color: #B16AFC;
}
.AnyTagClassName
{
color: #B16AFC;
}
</style>
background-color css
<style>
a { background-color: #B16AFC; }
a { background-color: rgb(177,106,252); }
div.DivClassName
{
background-color: #B16AFC;
}
.BgClassName
{
background-color: #B16AFC;
}
</style>
border-color css
<style>
span { border-color: #B16AFC; }
span { border-color: rgb(177,106,252); }
td.TdClassName
{
border-color: #B16AFC;
}
.TagClassName
{
border-color: #B16AFC;
}
</style>