Shades of Amethyst #B178DB
Tints of Amethyst #B178DB
RGB
CMYK
RGB Variations
Color information
#B178DB (or 0xB178DB) is known color: Amethyst. HEX triplet: B1, 78 and DB. RGB value is (177,120,219). Sum of RGB (Red+Green+Blue) = 177+120+219=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #B178DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178DB is #4E8724. Grayscale: #939393. Windows color (decimal): -5146405 or 14383281. OLE color: 14383281.
HSL color Cylindrical-coordinate representation of color #B178DB: hue angle of 274.55º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B178DB is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 120 | 219 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.14 |
| HSL | 274.55º | 0.58% | 0.66% | - |
| HSV(B) | 274.55º | 0.45% | 0.86% | - |
| XYZ | 37.63 | 27.89 | 70.42 | - |
| YUV | 148.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 219 | 0.19 | 0.45 | 0 | 0.14 | 274.55 | 0.58 | 0.66 |
| Hex | B1 | 78 | DB | 13 | 2D | 0 | E | 113 | 3A | 42 |
| Octal | 261 | 170 | 333 | 23 | 55 | 0 | 16 | 423 | 72 | 102 |
| Binary | 10110001 | 1111000 | 11011011 | 10011 | 101101 | 0 | 1110 | 100010011 | 111010 | 1000010 |
Color Harmonies of #B178DB
Complementary color
Monochromatic Colors of #B178DB
Black with #B178DB
Text Example
Text Example
White with #B178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178DB; }
p { color: rgb(177,120,219); }
H1.HeaderClassName
{
color: #B178DB;
}
.AnyTagClassName
{
color: #B178DB;
}
</style>
background-color css
<style>
a { background-color: #B178DB; }
a { background-color: rgb(177,120,219); }
div.DivClassName
{
background-color: #B178DB;
}
.BgClassName
{
background-color: #B178DB;
}
</style>
border-color css
<style>
span { border-color: #B178DB; }
span { border-color: rgb(177,120,219); }
td.TdClassName
{
border-color: #B178DB;
}
.TagClassName
{
border-color: #B178DB;
}
</style>