Shades of Amethyst #B177DD
Tints of Amethyst #B177DD
RGB
CMYK
RGB Variations
Color information
#B177DD (or 0xB177DD) is known color: Amethyst. HEX triplet: B1, 77 and DD. RGB value is (177,119,221). Sum of RGB (Red+Green+Blue) = 177+119+221=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B177DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177DD is #4E8822. Grayscale: #939393. Windows color (decimal): -5146659 or 14514097. OLE color: 14514097.
HSL color Cylindrical-coordinate representation of color #B177DD: hue angle of 274.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B177DD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 119 | 221 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.13 |
| HSL | 274.12º | 0.6% | 0.67% | - |
| HSV(B) | 274.12º | 0.46% | 0.87% | - |
| XYZ | 37.78 | 27.76 | 71.77 | - |
| YUV | 147.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 221 | 0.20 | 0.46 | 0 | 0.13 | 274.12 | 0.6 | 0.67 |
| Hex | B1 | 77 | DD | 14 | 2E | 0 | D | 112 | 3C | 43 |
| Octal | 261 | 167 | 335 | 24 | 56 | 0 | 15 | 422 | 74 | 103 |
| Binary | 10110001 | 1110111 | 11011101 | 10100 | 101110 | 0 | 1101 | 100010010 | 111100 | 1000011 |
Color Harmonies of #B177DD
Complementary color
Monochromatic Colors of #B177DD
Black with #B177DD
Text Example
Text Example
White with #B177DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B177DD; }
p { color: rgb(177,119,221); }
H1.HeaderClassName
{
color: #B177DD;
}
.AnyTagClassName
{
color: #B177DD;
}
</style>
background-color css
<style>
a { background-color: #B177DD; }
a { background-color: rgb(177,119,221); }
div.DivClassName
{
background-color: #B177DD;
}
.BgClassName
{
background-color: #B177DD;
}
</style>
border-color css
<style>
span { border-color: #B177DD; }
span { border-color: rgb(177,119,221); }
td.TdClassName
{
border-color: #B177DD;
}
.TagClassName
{
border-color: #B177DD;
}
</style>