Shades of Amethyst #B177D4
Tints of Amethyst #B177D4
RGB
CMYK
RGB Variations
Color information
#B177D4 (or 0xB177D4) is known color: Amethyst. HEX triplet: B1, 77 and D4. RGB value is (177,119,212). Sum of RGB (Red+Green+Blue) = 177+119+212=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #B177D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177D4 is #4E882B. Grayscale: #929292. Windows color (decimal): -5146668 or 13924273. OLE color: 13924273.
HSL color Cylindrical-coordinate representation of color #B177D4: hue angle of 277.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B177D4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 119 | 212 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.17 |
| HSL | 277.42º | 0.52% | 0.65% | - |
| HSV(B) | 277.42º | 0.44% | 0.83% | - |
| XYZ | 36.61 | 27.29 | 65.63 | - |
| YUV | 146.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 212 | 0.17 | 0.44 | 0 | 0.17 | 277.42 | 0.52 | 0.65 |
| Hex | B1 | 77 | D4 | 11 | 2C | 0 | 11 | 115 | 34 | 41 |
| Octal | 261 | 167 | 324 | 21 | 54 | 0 | 21 | 425 | 64 | 101 |
| Binary | 10110001 | 1110111 | 11010100 | 10001 | 101100 | 0 | 10001 | 100010101 | 110100 | 1000001 |
Color Harmonies of #B177D4
Complementary color
Monochromatic Colors of #B177D4
Black with #B177D4
Text Example
Text Example
White with #B177D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B177D4; }
p { color: rgb(177,119,212); }
H1.HeaderClassName
{
color: #B177D4;
}
.AnyTagClassName
{
color: #B177D4;
}
</style>
background-color css
<style>
a { background-color: #B177D4; }
a { background-color: rgb(177,119,212); }
div.DivClassName
{
background-color: #B177D4;
}
.BgClassName
{
background-color: #B177D4;
}
</style>
border-color css
<style>
span { border-color: #B177D4; }
span { border-color: rgb(177,119,212); }
td.TdClassName
{
border-color: #B177D4;
}
.TagClassName
{
border-color: #B177D4;
}
</style>