Shades of Amethyst #B178DA
Tints of Amethyst #B178DA
RGB
CMYK
RGB Variations
Color information
#B178DA (or 0xB178DA) is known color: Amethyst. HEX triplet: B1, 78 and DA. RGB value is (177,120,218). Sum of RGB (Red+Green+Blue) = 177+120+218=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #B178DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178DA is #4E8725. Grayscale: #939393. Windows color (decimal): -5146406 or 14317745. OLE color: 14317745.
HSL color Cylindrical-coordinate representation of color #B178DA: hue angle of 274.9º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B178DA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 120 | 218 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.15 |
| HSL | 274.9º | 0.57% | 0.66% | - |
| HSV(B) | 274.9º | 0.45% | 0.85% | - |
| XYZ | 37.5 | 27.84 | 69.73 | - |
| YUV | 148.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 218 | 0.19 | 0.45 | 0 | 0.15 | 274.9 | 0.57 | 0.66 |
| Hex | B1 | 78 | DA | 13 | 2D | 0 | F | 113 | 39 | 42 |
| Octal | 261 | 170 | 332 | 23 | 55 | 0 | 17 | 423 | 71 | 102 |
| Binary | 10110001 | 1111000 | 11011010 | 10011 | 101101 | 0 | 1111 | 100010011 | 111001 | 1000010 |
Color Harmonies of #B178DA
Complementary color
Monochromatic Colors of #B178DA
Black with #B178DA
Text Example
Text Example
White with #B178DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178DA; }
p { color: rgb(177,120,218); }
H1.HeaderClassName
{
color: #B178DA;
}
.AnyTagClassName
{
color: #B178DA;
}
</style>
background-color css
<style>
a { background-color: #B178DA; }
a { background-color: rgb(177,120,218); }
div.DivClassName
{
background-color: #B178DA;
}
.BgClassName
{
background-color: #B178DA;
}
</style>
border-color css
<style>
span { border-color: #B178DA; }
span { border-color: rgb(177,120,218); }
td.TdClassName
{
border-color: #B178DA;
}
.TagClassName
{
border-color: #B178DA;
}
</style>