Shades of Amethyst #B178DC
Tints of Amethyst #B178DC
RGB
CMYK
RGB Variations
Color information
#B178DC (or 0xB178DC) is known color: Amethyst. HEX triplet: B1, 78 and DC. RGB value is (177,120,220). Sum of RGB (Red+Green+Blue) = 177+120+220=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B178DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178DC is #4E8723. Grayscale: #949494. Windows color (decimal): -5146404 or 14448817. OLE color: 14448817.
HSL color Cylindrical-coordinate representation of color #B178DC: hue angle of 274.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B178DC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 120 | 220 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.14 |
| HSL | 274.2º | 0.59% | 0.67% | - |
| HSV(B) | 274.2º | 0.45% | 0.86% | - |
| XYZ | 37.77 | 27.95 | 71.11 | - |
| YUV | 148.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 220 | 0.20 | 0.45 | 0 | 0.14 | 274.2 | 0.59 | 0.67 |
| Hex | B1 | 78 | DC | 14 | 2D | 0 | E | 112 | 3B | 43 |
| Octal | 261 | 170 | 334 | 24 | 55 | 0 | 16 | 422 | 73 | 103 |
| Binary | 10110001 | 1111000 | 11011100 | 10100 | 101101 | 0 | 1110 | 100010010 | 111011 | 1000011 |
Color Harmonies of #B178DC
Complementary color
Monochromatic Colors of #B178DC
Black with #B178DC
Text Example
Text Example
White with #B178DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178DC; }
p { color: rgb(177,120,220); }
H1.HeaderClassName
{
color: #B178DC;
}
.AnyTagClassName
{
color: #B178DC;
}
</style>
background-color css
<style>
a { background-color: #B178DC; }
a { background-color: rgb(177,120,220); }
div.DivClassName
{
background-color: #B178DC;
}
.BgClassName
{
background-color: #B178DC;
}
</style>
border-color css
<style>
span { border-color: #B178DC; }
span { border-color: rgb(177,120,220); }
td.TdClassName
{
border-color: #B178DC;
}
.TagClassName
{
border-color: #B178DC;
}
</style>