Shades of Amethyst #B17BDA
Tints of Amethyst #B17BDA
RGB
CMYK
RGB Variations
Color information
#B17BDA (or 0xB17BDA) is known color: Amethyst. HEX triplet: B1, 7B and DA. RGB value is (177,123,218). Sum of RGB (Red+Green+Blue) = 177+123+218=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #B17BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BDA is #4E8425. Grayscale: #959595. Windows color (decimal): -5145638 or 14318513. OLE color: 14318513.
HSL color Cylindrical-coordinate representation of color #B17BDA: hue angle of 274.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17BDA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 123 | 218 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.15 |
| HSL | 274.11º | 0.56% | 0.67% | - |
| HSV(B) | 274.11º | 0.44% | 0.85% | - |
| XYZ | 37.87 | 28.57 | 69.85 | - |
| YUV | 149.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 218 | 0.19 | 0.44 | 0 | 0.15 | 274.11 | 0.56 | 0.67 |
| Hex | B1 | 7B | DA | 13 | 2C | 0 | F | 112 | 38 | 43 |
| Octal | 261 | 173 | 332 | 23 | 54 | 0 | 17 | 422 | 70 | 103 |
| Binary | 10110001 | 1111011 | 11011010 | 10011 | 101100 | 0 | 1111 | 100010010 | 111000 | 1000011 |
Color Harmonies of #B17BDA
Complementary color
Monochromatic Colors of #B17BDA
Black with #B17BDA
Text Example
Text Example
White with #B17BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BDA; }
p { color: rgb(177,123,218); }
H1.HeaderClassName
{
color: #B17BDA;
}
.AnyTagClassName
{
color: #B17BDA;
}
</style>
background-color css
<style>
a { background-color: #B17BDA; }
a { background-color: rgb(177,123,218); }
div.DivClassName
{
background-color: #B17BDA;
}
.BgClassName
{
background-color: #B17BDA;
}
</style>
border-color css
<style>
span { border-color: #B17BDA; }
span { border-color: rgb(177,123,218); }
td.TdClassName
{
border-color: #B17BDA;
}
.TagClassName
{
border-color: #B17BDA;
}
</style>