Shades of Amethyst #B179D9
Tints of Amethyst #B179D9
RGB
CMYK
RGB Variations
Color information
#B179D9 (or 0xB179D9) is known color: Amethyst. HEX triplet: B1, 79 and D9. RGB value is (177,121,217). Sum of RGB (Red+Green+Blue) = 177+121+217=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #B179D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179D9 is #4E8626. Grayscale: #949494. Windows color (decimal): -5146151 or 14252465. OLE color: 14252465.
HSL color Cylindrical-coordinate representation of color #B179D9: hue angle of 275º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B179D9 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 121 | 217 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.15 |
| HSL | 275º | 0.56% | 0.66% | - |
| HSV(B) | 275º | 0.44% | 0.85% | - |
| XYZ | 37.49 | 28.03 | 69.08 | - |
| YUV | 148.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 217 | 0.18 | 0.44 | 0 | 0.15 | 275 | 0.56 | 0.66 |
| Hex | B1 | 79 | D9 | 12 | 2C | 0 | F | 113 | 38 | 42 |
| Octal | 261 | 171 | 331 | 22 | 54 | 0 | 17 | 423 | 70 | 102 |
| Binary | 10110001 | 1111001 | 11011001 | 10010 | 101100 | 0 | 1111 | 100010011 | 111000 | 1000010 |
Color Harmonies of #B179D9
Complementary color
Monochromatic Colors of #B179D9
Black with #B179D9
Text Example
Text Example
White with #B179D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179D9; }
p { color: rgb(177,121,217); }
H1.HeaderClassName
{
color: #B179D9;
}
.AnyTagClassName
{
color: #B179D9;
}
</style>
background-color css
<style>
a { background-color: #B179D9; }
a { background-color: rgb(177,121,217); }
div.DivClassName
{
background-color: #B179D9;
}
.BgClassName
{
background-color: #B179D9;
}
</style>
border-color css
<style>
span { border-color: #B179D9; }
span { border-color: rgb(177,121,217); }
td.TdClassName
{
border-color: #B179D9;
}
.TagClassName
{
border-color: #B179D9;
}
</style>