Shades of Amethyst #B173CF
Tints of Amethyst #B173CF
RGB
CMYK
RGB Variations
Color information
#B173CF (or 0xB173CF) is known color: Amethyst. HEX triplet: B1, 73 and CF. RGB value is (177,115,207). Sum of RGB (Red+Green+Blue) = 177+115+207=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B173CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173CF is #4E8C30. Grayscale: #8F8F8F. Windows color (decimal): -5147697 or 13595569. OLE color: 13595569.
HSL color Cylindrical-coordinate representation of color #B173CF: hue angle of 280.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B173CF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 115 | 207 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.19 |
| HSL | 280.43º | 0.49% | 0.63% | - |
| HSV(B) | 280.43º | 0.44% | 0.81% | - |
| XYZ | 35.52 | 26.11 | 62.2 | - |
| YUV | 144.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 207 | 0.14 | 0.44 | 0 | 0.19 | 280.43 | 0.49 | 0.63 |
| Hex | B1 | 73 | CF | E | 2C | 0 | 13 | 118 | 31 | 3F |
| Octal | 261 | 163 | 317 | 16 | 54 | 0 | 23 | 430 | 61 | 77 |
| Binary | 10110001 | 1110011 | 11001111 | 1110 | 101100 | 0 | 10011 | 100011000 | 110001 | 111111 |
Color Harmonies of #B173CF
Complementary color
Monochromatic Colors of #B173CF
Black with #B173CF
Text Example
Text Example
White with #B173CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173CF; }
p { color: rgb(177,115,207); }
H1.HeaderClassName
{
color: #B173CF;
}
.AnyTagClassName
{
color: #B173CF;
}
</style>
background-color css
<style>
a { background-color: #B173CF; }
a { background-color: rgb(177,115,207); }
div.DivClassName
{
background-color: #B173CF;
}
.BgClassName
{
background-color: #B173CF;
}
</style>
border-color css
<style>
span { border-color: #B173CF; }
span { border-color: rgb(177,115,207); }
td.TdClassName
{
border-color: #B173CF;
}
.TagClassName
{
border-color: #B173CF;
}
</style>