Shades of Amethyst #B16DE1
Tints of Amethyst #B16DE1
RGB
CMYK
RGB Variations
Color information
#B16DE1 (or 0xB16DE1) is known color: Amethyst. HEX triplet: B1, 6D and E1. RGB value is (177,109,225). Sum of RGB (Red+Green+Blue) = 177+109+225=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #B16DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DE1 is #4E921E. Grayscale: #8E8E8E. Windows color (decimal): -5149215 or 14773681. OLE color: 14773681.
HSL color Cylindrical-coordinate representation of color #B16DE1: hue angle of 275.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16DE1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 109 | 225 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.12 |
| HSL | 275.17º | 0.66% | 0.65% | - |
| HSV(B) | 275.17º | 0.52% | 0.88% | - |
| XYZ | 37.19 | 25.72 | 74.24 | - |
| YUV | 142.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 225 | 0.21 | 0.52 | 0 | 0.12 | 275.17 | 0.66 | 0.65 |
| Hex | B1 | 6D | E1 | 15 | 34 | 0 | C | 113 | 42 | 41 |
| Octal | 261 | 155 | 341 | 25 | 64 | 0 | 14 | 423 | 102 | 101 |
| Binary | 10110001 | 1101101 | 11100001 | 10101 | 110100 | 0 | 1100 | 100010011 | 1000010 | 1000001 |
Color Harmonies of #B16DE1
Complementary color
Monochromatic Colors of #B16DE1
Black with #B16DE1
Text Example
Text Example
White with #B16DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DE1; }
p { color: rgb(177,109,225); }
H1.HeaderClassName
{
color: #B16DE1;
}
.AnyTagClassName
{
color: #B16DE1;
}
</style>
background-color css
<style>
a { background-color: #B16DE1; }
a { background-color: rgb(177,109,225); }
div.DivClassName
{
background-color: #B16DE1;
}
.BgClassName
{
background-color: #B16DE1;
}
</style>
border-color css
<style>
span { border-color: #B16DE1; }
span { border-color: rgb(177,109,225); }
td.TdClassName
{
border-color: #B16DE1;
}
.TagClassName
{
border-color: #B16DE1;
}
</style>