Shades of Amethyst #B176DF
Tints of Amethyst #B176DF
RGB
CMYK
RGB Variations
Color information
#B176DF (or 0xB176DF) is known color: Amethyst. HEX triplet: B1, 76 and DF. RGB value is (177,118,223). Sum of RGB (Red+Green+Blue) = 177+118+223=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #B176DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176DF is #4E8920. Grayscale: #939393. Windows color (decimal): -5146913 or 14644913. OLE color: 14644913.
HSL color Cylindrical-coordinate representation of color #B176DF: hue angle of 273.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B176DF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 118 | 223 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.13 |
| HSL | 273.71º | 0.62% | 0.67% | - |
| HSV(B) | 273.71º | 0.47% | 0.87% | - |
| XYZ | 37.93 | 27.63 | 73.15 | - |
| YUV | 147.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 223 | 0.21 | 0.47 | 0 | 0.13 | 273.71 | 0.62 | 0.67 |
| Hex | B1 | 76 | DF | 15 | 2F | 0 | D | 112 | 3E | 43 |
| Octal | 261 | 166 | 337 | 25 | 57 | 0 | 15 | 422 | 76 | 103 |
| Binary | 10110001 | 1110110 | 11011111 | 10101 | 101111 | 0 | 1101 | 100010010 | 111110 | 1000011 |
Color Harmonies of #B176DF
Complementary color
Monochromatic Colors of #B176DF
Black with #B176DF
Text Example
Text Example
White with #B176DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B176DF; }
p { color: rgb(177,118,223); }
H1.HeaderClassName
{
color: #B176DF;
}
.AnyTagClassName
{
color: #B176DF;
}
</style>
background-color css
<style>
a { background-color: #B176DF; }
a { background-color: rgb(177,118,223); }
div.DivClassName
{
background-color: #B176DF;
}
.BgClassName
{
background-color: #B176DF;
}
</style>
border-color css
<style>
span { border-color: #B176DF; }
span { border-color: rgb(177,118,223); }
td.TdClassName
{
border-color: #B176DF;
}
.TagClassName
{
border-color: #B176DF;
}
</style>