Shades of Amethyst #B173DE
Tints of Amethyst #B173DE
RGB
CMYK
RGB Variations
Color information
#B173DE (or 0xB173DE) is known color: Amethyst. HEX triplet: B1, 73 and DE. RGB value is (177,115,222). Sum of RGB (Red+Green+Blue) = 177+115+222=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #B173DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173DE is #4E8C21. Grayscale: #919191. Windows color (decimal): -5147682 or 14578609. OLE color: 14578609.
HSL color Cylindrical-coordinate representation of color #B173DE: hue angle of 274.77º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B173DE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 115 | 222 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.13 |
| HSL | 274.77º | 0.62% | 0.66% | - |
| HSV(B) | 274.77º | 0.48% | 0.87% | - |
| XYZ | 37.45 | 26.88 | 72.32 | - |
| YUV | 145.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 222 | 0.20 | 0.48 | 0 | 0.13 | 274.77 | 0.62 | 0.66 |
| Hex | B1 | 73 | DE | 14 | 30 | 0 | D | 113 | 3E | 42 |
| Octal | 261 | 163 | 336 | 24 | 60 | 0 | 15 | 423 | 76 | 102 |
| Binary | 10110001 | 1110011 | 11011110 | 10100 | 110000 | 0 | 1101 | 100010011 | 111110 | 1000010 |
Color Harmonies of #B173DE
Complementary color
Monochromatic Colors of #B173DE
Black with #B173DE
Text Example
Text Example
White with #B173DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173DE; }
p { color: rgb(177,115,222); }
H1.HeaderClassName
{
color: #B173DE;
}
.AnyTagClassName
{
color: #B173DE;
}
</style>
background-color css
<style>
a { background-color: #B173DE; }
a { background-color: rgb(177,115,222); }
div.DivClassName
{
background-color: #B173DE;
}
.BgClassName
{
background-color: #B173DE;
}
</style>
border-color css
<style>
span { border-color: #B173DE; }
span { border-color: rgb(177,115,222); }
td.TdClassName
{
border-color: #B173DE;
}
.TagClassName
{
border-color: #B173DE;
}
</style>