Shades of Amethyst #B16EE0
Tints of Amethyst #B16EE0
RGB
CMYK
RGB Variations
Color information
#B16EE0 (or 0xB16EE0) is known color: Amethyst. HEX triplet: B1, 6E and E0. RGB value is (177,110,224). Sum of RGB (Red+Green+Blue) = 177+110+224=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #B16EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EE0 is #4E911F. Grayscale: #8E8E8E. Windows color (decimal): -5148960 or 14708401. OLE color: 14708401.
HSL color Cylindrical-coordinate representation of color #B16EE0: hue angle of 275.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16EE0 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 110 | 224 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.12 |
| HSL | 275.26º | 0.65% | 0.65% | - |
| HSV(B) | 275.26º | 0.51% | 0.88% | - |
| XYZ | 37.16 | 25.88 | 73.56 | - |
| YUV | 143.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 224 | 0.21 | 0.51 | 0 | 0.12 | 275.26 | 0.65 | 0.65 |
| Hex | B1 | 6E | E0 | 15 | 33 | 0 | C | 113 | 41 | 41 |
| Octal | 261 | 156 | 340 | 25 | 63 | 0 | 14 | 423 | 101 | 101 |
| Binary | 10110001 | 1101110 | 11100000 | 10101 | 110011 | 0 | 1100 | 100010011 | 1000001 | 1000001 |
Color Harmonies of #B16EE0
Complementary color
Monochromatic Colors of #B16EE0
Black with #B16EE0
Text Example
Text Example
White with #B16EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16EE0; }
p { color: rgb(177,110,224); }
H1.HeaderClassName
{
color: #B16EE0;
}
.AnyTagClassName
{
color: #B16EE0;
}
</style>
background-color css
<style>
a { background-color: #B16EE0; }
a { background-color: rgb(177,110,224); }
div.DivClassName
{
background-color: #B16EE0;
}
.BgClassName
{
background-color: #B16EE0;
}
</style>
border-color css
<style>
span { border-color: #B16EE0; }
span { border-color: rgb(177,110,224); }
td.TdClassName
{
border-color: #B16EE0;
}
.TagClassName
{
border-color: #B16EE0;
}
</style>