Shades of Amethyst #B16FD5
Tints of Amethyst #B16FD5
RGB
CMYK
RGB Variations
Color information
#B16FD5 (or 0xB16FD5) is known color: Amethyst. HEX triplet: B1, 6F and D5. RGB value is (177,111,213). Sum of RGB (Red+Green+Blue) = 177+111+213=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #B16FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FD5 is #4E902A. Grayscale: #8E8E8E. Windows color (decimal): -5148715 or 13987761. OLE color: 13987761.
HSL color Cylindrical-coordinate representation of color #B16FD5: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16FD5 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 111 | 213 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.16 |
| HSL | 278.82º | 0.55% | 0.64% | - |
| HSV(B) | 278.82º | 0.48% | 0.84% | - |
| XYZ | 35.83 | 25.52 | 65.99 | - |
| YUV | 142.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 213 | 0.17 | 0.48 | 0 | 0.16 | 278.82 | 0.55 | 0.64 |
| Hex | B1 | 6F | D5 | 11 | 30 | 0 | 10 | 117 | 37 | 40 |
| Octal | 261 | 157 | 325 | 21 | 60 | 0 | 20 | 427 | 67 | 100 |
| Binary | 10110001 | 1101111 | 11010101 | 10001 | 110000 | 0 | 10000 | 100010111 | 110111 | 1000000 |
Color Harmonies of #B16FD5
Complementary color
Monochromatic Colors of #B16FD5
Black with #B16FD5
Text Example
Text Example
White with #B16FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FD5; }
p { color: rgb(177,111,213); }
H1.HeaderClassName
{
color: #B16FD5;
}
.AnyTagClassName
{
color: #B16FD5;
}
</style>
background-color css
<style>
a { background-color: #B16FD5; }
a { background-color: rgb(177,111,213); }
div.DivClassName
{
background-color: #B16FD5;
}
.BgClassName
{
background-color: #B16FD5;
}
</style>
border-color css
<style>
span { border-color: #B16FD5; }
span { border-color: rgb(177,111,213); }
td.TdClassName
{
border-color: #B16FD5;
}
.TagClassName
{
border-color: #B16FD5;
}
</style>