Shades of Amethyst #B172D5
Tints of Amethyst #B172D5
RGB
CMYK
RGB Variations
Color information
#B172D5 (or 0xB172D5) is known color: Amethyst. HEX triplet: B1, 72 and D5. RGB value is (177,114,213). Sum of RGB (Red+Green+Blue) = 177+114+213=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #B172D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172D5 is #4E8D2A. Grayscale: #8F8F8F. Windows color (decimal): -5147947 or 13988529. OLE color: 13988529.
HSL color Cylindrical-coordinate representation of color #B172D5: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B172D5 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 114 | 213 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.16 |
| HSL | 278.18º | 0.54% | 0.64% | - |
| HSV(B) | 278.18º | 0.46% | 0.84% | - |
| XYZ | 36.16 | 26.19 | 66.1 | - |
| YUV | 144.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 213 | 0.17 | 0.46 | 0 | 0.16 | 278.18 | 0.54 | 0.64 |
| Hex | B1 | 72 | D5 | 11 | 2E | 0 | 10 | 116 | 36 | 40 |
| Octal | 261 | 162 | 325 | 21 | 56 | 0 | 20 | 426 | 66 | 100 |
| Binary | 10110001 | 1110010 | 11010101 | 10001 | 101110 | 0 | 10000 | 100010110 | 110110 | 1000000 |
Color Harmonies of #B172D5
Complementary color
Monochromatic Colors of #B172D5
Black with #B172D5
Text Example
Text Example
White with #B172D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172D5; }
p { color: rgb(177,114,213); }
H1.HeaderClassName
{
color: #B172D5;
}
.AnyTagClassName
{
color: #B172D5;
}
</style>
background-color css
<style>
a { background-color: #B172D5; }
a { background-color: rgb(177,114,213); }
div.DivClassName
{
background-color: #B172D5;
}
.BgClassName
{
background-color: #B172D5;
}
</style>
border-color css
<style>
span { border-color: #B172D5; }
span { border-color: rgb(177,114,213); }
td.TdClassName
{
border-color: #B172D5;
}
.TagClassName
{
border-color: #B172D5;
}
</style>