Shades of Amethyst #B173E3
Tints of Amethyst #B173E3
RGB
CMYK
RGB Variations
Color information
#B173E3 (or 0xB173E3) is known color: Amethyst. HEX triplet: B1, 73 and E3. RGB value is (177,115,227). Sum of RGB (Red+Green+Blue) = 177+115+227=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #B173E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173E3 is #4E8C1C. Grayscale: #919191. Windows color (decimal): -5147677 or 14906289. OLE color: 14906289.
HSL color Cylindrical-coordinate representation of color #B173E3: hue angle of 273.21º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B173E3 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 115 | 227 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.11 |
| HSL | 273.21º | 0.67% | 0.67% | - |
| HSV(B) | 273.21º | 0.49% | 0.89% | - |
| XYZ | 38.13 | 27.15 | 75.9 | - |
| YUV | 146.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 227 | 0.22 | 0.49 | 0 | 0.11 | 273.21 | 0.67 | 0.67 |
| Hex | B1 | 73 | E3 | 16 | 31 | 0 | B | 111 | 43 | 43 |
| Octal | 261 | 163 | 343 | 26 | 61 | 0 | 13 | 421 | 103 | 103 |
| Binary | 10110001 | 1110011 | 11100011 | 10110 | 110001 | 0 | 1011 | 100010001 | 1000011 | 1000011 |
Color Harmonies of #B173E3
Complementary color
Monochromatic Colors of #B173E3
Black with #B173E3
Text Example
Text Example
White with #B173E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173E3; }
p { color: rgb(177,115,227); }
H1.HeaderClassName
{
color: #B173E3;
}
.AnyTagClassName
{
color: #B173E3;
}
</style>
background-color css
<style>
a { background-color: #B173E3; }
a { background-color: rgb(177,115,227); }
div.DivClassName
{
background-color: #B173E3;
}
.BgClassName
{
background-color: #B173E3;
}
</style>
border-color css
<style>
span { border-color: #B173E3; }
span { border-color: rgb(177,115,227); }
td.TdClassName
{
border-color: #B173E3;
}
.TagClassName
{
border-color: #B173E3;
}
</style>