Shades of Amethyst #B176DB
Tints of Amethyst #B176DB
RGB
CMYK
RGB Variations
Color information
#B176DB (or 0xB176DB) is known color: Amethyst. HEX triplet: B1, 76 and DB. RGB value is (177,118,219). Sum of RGB (Red+Green+Blue) = 177+118+219=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B176DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176DB is #4E8924. Grayscale: #929292. Windows color (decimal): -5146917 or 14382769. OLE color: 14382769.
HSL color Cylindrical-coordinate representation of color #B176DB: hue angle of 275.05º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B176DB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 118 | 219 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.14 |
| HSL | 275.05º | 0.58% | 0.66% | - |
| HSV(B) | 275.05º | 0.46% | 0.86% | - |
| XYZ | 37.4 | 27.42 | 70.34 | - |
| YUV | 147.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 219 | 0.19 | 0.46 | 0 | 0.14 | 275.05 | 0.58 | 0.66 |
| Hex | B1 | 76 | DB | 13 | 2E | 0 | E | 113 | 3A | 42 |
| Octal | 261 | 166 | 333 | 23 | 56 | 0 | 16 | 423 | 72 | 102 |
| Binary | 10110001 | 1110110 | 11011011 | 10011 | 101110 | 0 | 1110 | 100010011 | 111010 | 1000010 |
Color Harmonies of #B176DB
Complementary color
Monochromatic Colors of #B176DB
Black with #B176DB
Text Example
Text Example
White with #B176DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B176DB; }
p { color: rgb(177,118,219); }
H1.HeaderClassName
{
color: #B176DB;
}
.AnyTagClassName
{
color: #B176DB;
}
</style>
background-color css
<style>
a { background-color: #B176DB; }
a { background-color: rgb(177,118,219); }
div.DivClassName
{
background-color: #B176DB;
}
.BgClassName
{
background-color: #B176DB;
}
</style>
border-color css
<style>
span { border-color: #B176DB; }
span { border-color: rgb(177,118,219); }
td.TdClassName
{
border-color: #B176DB;
}
.TagClassName
{
border-color: #B176DB;
}
</style>