Shades of Amethyst #B171D0
Tints of Amethyst #B171D0
RGB
CMYK
RGB Variations
Color information
#B171D0 (or 0xB171D0) is known color: Amethyst. HEX triplet: B1, 71 and D0. RGB value is (177,113,208). Sum of RGB (Red+Green+Blue) = 177+113+208=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #B171D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171D0 is #4E8E2F. Grayscale: #8E8E8E. Windows color (decimal): -5148208 or 13660593. OLE color: 13660593.
HSL color Cylindrical-coordinate representation of color #B171D0: hue angle of 280.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B171D0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 113 | 208 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.18 |
| HSL | 280.42º | 0.5% | 0.63% | - |
| HSV(B) | 280.42º | 0.46% | 0.82% | - |
| XYZ | 35.42 | 25.71 | 62.77 | - |
| YUV | 142.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 208 | 0.15 | 0.46 | 0 | 0.18 | 280.42 | 0.5 | 0.63 |
| Hex | B1 | 71 | D0 | F | 2E | 0 | 12 | 118 | 32 | 3F |
| Octal | 261 | 161 | 320 | 17 | 56 | 0 | 22 | 430 | 62 | 77 |
| Binary | 10110001 | 1110001 | 11010000 | 1111 | 101110 | 0 | 10010 | 100011000 | 110010 | 111111 |
Color Harmonies of #B171D0
Complementary color
Monochromatic Colors of #B171D0
Black with #B171D0
Text Example
Text Example
White with #B171D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B171D0; }
p { color: rgb(177,113,208); }
H1.HeaderClassName
{
color: #B171D0;
}
.AnyTagClassName
{
color: #B171D0;
}
</style>
background-color css
<style>
a { background-color: #B171D0; }
a { background-color: rgb(177,113,208); }
div.DivClassName
{
background-color: #B171D0;
}
.BgClassName
{
background-color: #B171D0;
}
</style>
border-color css
<style>
span { border-color: #B171D0; }
span { border-color: rgb(177,113,208); }
td.TdClassName
{
border-color: #B171D0;
}
.TagClassName
{
border-color: #B171D0;
}
</style>