Shades of Amethyst #B16FE6
Tints of Amethyst #B16FE6
RGB
CMYK
RGB Variations
Color information
#B16FE6 (or 0xB16FE6) is known color: Amethyst. HEX triplet: B1, 6F and E6. RGB value is (177,111,230). Sum of RGB (Red+Green+Blue) = 177+111+230=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #B16FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FE6 is #4E9019. Grayscale: #8F8F8F. Windows color (decimal): -5148698 or 15101873. OLE color: 15101873.
HSL color Cylindrical-coordinate representation of color #B16FE6: hue angle of 273.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16FE6 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 111 | 230 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.10 |
| HSL | 273.28º | 0.7% | 0.67% | - |
| HSV(B) | 273.28º | 0.52% | 0.9% | - |
| XYZ | 38.1 | 26.43 | 77.96 | - |
| YUV | 144.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 230 | 0.23 | 0.52 | 0 | 0.10 | 273.28 | 0.7 | 0.67 |
| Hex | B1 | 6F | E6 | 17 | 34 | 0 | A | 111 | 46 | 43 |
| Octal | 261 | 157 | 346 | 27 | 64 | 0 | 12 | 421 | 106 | 103 |
| Binary | 10110001 | 1101111 | 11100110 | 10111 | 110100 | 0 | 1010 | 100010001 | 1000110 | 1000011 |
Color Harmonies of #B16FE6
Complementary color
Monochromatic Colors of #B16FE6
Black with #B16FE6
Text Example
Text Example
White with #B16FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FE6; }
p { color: rgb(177,111,230); }
H1.HeaderClassName
{
color: #B16FE6;
}
.AnyTagClassName
{
color: #B16FE6;
}
</style>
background-color css
<style>
a { background-color: #B16FE6; }
a { background-color: rgb(177,111,230); }
div.DivClassName
{
background-color: #B16FE6;
}
.BgClassName
{
background-color: #B16FE6;
}
</style>
border-color css
<style>
span { border-color: #B16FE6; }
span { border-color: rgb(177,111,230); }
td.TdClassName
{
border-color: #B16FE6;
}
.TagClassName
{
border-color: #B16FE6;
}
</style>