Shades of Amethyst #B16DDB
Tints of Amethyst #B16DDB
RGB
CMYK
RGB Variations
Color information
#B16DDB (or 0xB16DDB) is known color: Amethyst. HEX triplet: B1, 6D and DB. RGB value is (177,109,219). Sum of RGB (Red+Green+Blue) = 177+109+219=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B16DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDB is #4E9224. Grayscale: #8D8D8D. Windows color (decimal): -5149221 or 14380465. OLE color: 14380465.
HSL color Cylindrical-coordinate representation of color #B16DDB: hue angle of 277.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16DDB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 109 | 219 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.14 |
| HSL | 277.09º | 0.6% | 0.64% | - |
| HSV(B) | 277.09º | 0.5% | 0.86% | - |
| XYZ | 36.39 | 25.4 | 70 | - |
| YUV | 141.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 219 | 0.19 | 0.50 | 0 | 0.14 | 277.09 | 0.6 | 0.64 |
| Hex | B1 | 6D | DB | 13 | 32 | 0 | E | 115 | 3C | 40 |
| Octal | 261 | 155 | 333 | 23 | 62 | 0 | 16 | 425 | 74 | 100 |
| Binary | 10110001 | 1101101 | 11011011 | 10011 | 110010 | 0 | 1110 | 100010101 | 111100 | 1000000 |
Color Harmonies of #B16DDB
Complementary color
Monochromatic Colors of #B16DDB
Black with #B16DDB
Text Example
Text Example
White with #B16DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DDB; }
p { color: rgb(177,109,219); }
H1.HeaderClassName
{
color: #B16DDB;
}
.AnyTagClassName
{
color: #B16DDB;
}
</style>
background-color css
<style>
a { background-color: #B16DDB; }
a { background-color: rgb(177,109,219); }
div.DivClassName
{
background-color: #B16DDB;
}
.BgClassName
{
background-color: #B16DDB;
}
</style>
border-color css
<style>
span { border-color: #B16DDB; }
span { border-color: rgb(177,109,219); }
td.TdClassName
{
border-color: #B16DDB;
}
.TagClassName
{
border-color: #B16DDB;
}
</style>