Shades of Amethyst #B178DD
Tints of Amethyst #B178DD
RGB
CMYK
RGB Variations
Color information
#B178DD (or 0xB178DD) is known color: Amethyst. HEX triplet: B1, 78 and DD. RGB value is (177,120,221). Sum of RGB (Red+Green+Blue) = 177+120+221=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B178DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178DD is #4E8722. Grayscale: #949494. Windows color (decimal): -5146403 or 14514353. OLE color: 14514353.
HSL color Cylindrical-coordinate representation of color #B178DD: hue angle of 273.86º 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 #B178DD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 120 | 221 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.13 |
| HSL | 273.86º | 0.6% | 0.67% | - |
| HSV(B) | 273.86º | 0.46% | 0.87% | - |
| XYZ | 37.9 | 28 | 71.81 | - |
| YUV | 148.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 221 | 0.20 | 0.46 | 0 | 0.13 | 273.86 | 0.6 | 0.67 |
| Hex | B1 | 78 | DD | 14 | 2E | 0 | D | 112 | 3C | 43 |
| Octal | 261 | 170 | 335 | 24 | 56 | 0 | 15 | 422 | 74 | 103 |
| Binary | 10110001 | 1111000 | 11011101 | 10100 | 101110 | 0 | 1101 | 100010010 | 111100 | 1000011 |
Color Harmonies of #B178DD
Complementary color
Monochromatic Colors of #B178DD
Black with #B178DD
Text Example
Text Example
White with #B178DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178DD; }
p { color: rgb(177,120,221); }
H1.HeaderClassName
{
color: #B178DD;
}
.AnyTagClassName
{
color: #B178DD;
}
</style>
background-color css
<style>
a { background-color: #B178DD; }
a { background-color: rgb(177,120,221); }
div.DivClassName
{
background-color: #B178DD;
}
.BgClassName
{
background-color: #B178DD;
}
</style>
border-color css
<style>
span { border-color: #B178DD; }
span { border-color: rgb(177,120,221); }
td.TdClassName
{
border-color: #B178DD;
}
.TagClassName
{
border-color: #B178DD;
}
</style>