Shades of Amethyst #B176E0
Tints of Amethyst #B176E0
RGB
CMYK
RGB Variations
Color information
#B176E0 (or 0xB176E0) is known color: Amethyst. HEX triplet: B1, 76 and E0. RGB value is (177,118,224). Sum of RGB (Red+Green+Blue) = 177+118+224=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #B176E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176E0 is #4E891F. Grayscale: #939393. Windows color (decimal): -5146912 or 14710449. OLE color: 14710449.
HSL color Cylindrical-coordinate representation of color #B176E0: hue angle of 273.4º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B176E0 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 118 | 224 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.12 |
| HSL | 273.4º | 0.63% | 0.67% | - |
| HSV(B) | 273.4º | 0.47% | 0.88% | - |
| XYZ | 38.06 | 27.69 | 73.86 | - |
| YUV | 147.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 224 | 0.21 | 0.47 | 0 | 0.12 | 273.4 | 0.63 | 0.67 |
| Hex | B1 | 76 | E0 | 15 | 2F | 0 | C | 111 | 3F | 43 |
| Octal | 261 | 166 | 340 | 25 | 57 | 0 | 14 | 421 | 77 | 103 |
| Binary | 10110001 | 1110110 | 11100000 | 10101 | 101111 | 0 | 1100 | 100010001 | 111111 | 1000011 |
Color Harmonies of #B176E0
Complementary color
Monochromatic Colors of #B176E0
Black with #B176E0
Text Example
Text Example
White with #B176E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B176E0; }
p { color: rgb(177,118,224); }
H1.HeaderClassName
{
color: #B176E0;
}
.AnyTagClassName
{
color: #B176E0;
}
</style>
background-color css
<style>
a { background-color: #B176E0; }
a { background-color: rgb(177,118,224); }
div.DivClassName
{
background-color: #B176E0;
}
.BgClassName
{
background-color: #B176E0;
}
</style>
border-color css
<style>
span { border-color: #B176E0; }
span { border-color: rgb(177,118,224); }
td.TdClassName
{
border-color: #B176E0;
}
.TagClassName
{
border-color: #B176E0;
}
</style>