Shades of Amethyst #B171CF
Tints of Amethyst #B171CF
RGB
CMYK
RGB Variations
Color information
#B171CF (or 0xB171CF) is known color: Amethyst. HEX triplet: B1, 71 and CF. RGB value is (177,113,207). Sum of RGB (Red+Green+Blue) = 177+113+207=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B171CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171CF is #4E8E30. Grayscale: #8E8E8E. Windows color (decimal): -5148209 or 13595057. OLE color: 13595057.
HSL color Cylindrical-coordinate representation of color #B171CF: hue angle of 280.85º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B171CF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 113 | 207 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.19 |
| HSL | 280.85º | 0.49% | 0.63% | - |
| HSV(B) | 280.85º | 0.45% | 0.81% | - |
| XYZ | 35.3 | 25.66 | 62.12 | - |
| YUV | 142.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 207 | 0.14 | 0.45 | 0 | 0.19 | 280.85 | 0.49 | 0.63 |
| Hex | B1 | 71 | CF | E | 2D | 0 | 13 | 119 | 31 | 3F |
| Octal | 261 | 161 | 317 | 16 | 55 | 0 | 23 | 431 | 61 | 77 |
| Binary | 10110001 | 1110001 | 11001111 | 1110 | 101101 | 0 | 10011 | 100011001 | 110001 | 111111 |
Color Harmonies of #B171CF
Complementary color
Monochromatic Colors of #B171CF
Black with #B171CF
Text Example
Text Example
White with #B171CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B171CF; }
p { color: rgb(177,113,207); }
H1.HeaderClassName
{
color: #B171CF;
}
.AnyTagClassName
{
color: #B171CF;
}
</style>
background-color css
<style>
a { background-color: #B171CF; }
a { background-color: rgb(177,113,207); }
div.DivClassName
{
background-color: #B171CF;
}
.BgClassName
{
background-color: #B171CF;
}
</style>
border-color css
<style>
span { border-color: #B171CF; }
span { border-color: rgb(177,113,207); }
td.TdClassName
{
border-color: #B171CF;
}
.TagClassName
{
border-color: #B171CF;
}
</style>