Shades of Amethyst #B16DE2
Tints of Amethyst #B16DE2
RGB
CMYK
RGB Variations
Color information
#B16DE2 (or 0xB16DE2) is known color: Amethyst. HEX triplet: B1, 6D and E2. RGB value is (177,109,226). Sum of RGB (Red+Green+Blue) = 177+109+226=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #B16DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DE2 is #4E921D. Grayscale: #8E8E8E. Windows color (decimal): -5149214 or 14839217. OLE color: 14839217.
HSL color Cylindrical-coordinate representation of color #B16DE2: hue angle of 274.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16DE2 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 109 | 226 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.11 |
| HSL | 274.87º | 0.67% | 0.66% | - |
| HSV(B) | 274.87º | 0.52% | 0.89% | - |
| XYZ | 37.33 | 25.78 | 74.96 | - |
| YUV | 142.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 226 | 0.22 | 0.52 | 0 | 0.11 | 274.87 | 0.67 | 0.66 |
| Hex | B1 | 6D | E2 | 16 | 34 | 0 | B | 113 | 43 | 42 |
| Octal | 261 | 155 | 342 | 26 | 64 | 0 | 13 | 423 | 103 | 102 |
| Binary | 10110001 | 1101101 | 11100010 | 10110 | 110100 | 0 | 1011 | 100010011 | 1000011 | 1000010 |
Color Harmonies of #B16DE2
Complementary color
Monochromatic Colors of #B16DE2
Black with #B16DE2
Text Example
Text Example
White with #B16DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DE2; }
p { color: rgb(177,109,226); }
H1.HeaderClassName
{
color: #B16DE2;
}
.AnyTagClassName
{
color: #B16DE2;
}
</style>
background-color css
<style>
a { background-color: #B16DE2; }
a { background-color: rgb(177,109,226); }
div.DivClassName
{
background-color: #B16DE2;
}
.BgClassName
{
background-color: #B16DE2;
}
</style>
border-color css
<style>
span { border-color: #B16DE2; }
span { border-color: rgb(177,109,226); }
td.TdClassName
{
border-color: #B16DE2;
}
.TagClassName
{
border-color: #B16DE2;
}
</style>