Shades of Amethyst #B172CF
Tints of Amethyst #B172CF
RGB
CMYK
RGB Variations
Color information
#B172CF (or 0xB172CF) is known color: Amethyst. HEX triplet: B1, 72 and CF. RGB value is (177,114,207). Sum of RGB (Red+Green+Blue) = 177+114+207=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B172CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172CF is #4E8D30. Grayscale: #8F8F8F. Windows color (decimal): -5147953 or 13595313. OLE color: 13595313.
HSL color Cylindrical-coordinate representation of color #B172CF: hue angle of 280.65º 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 #B172CF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 114 | 207 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.19 |
| HSL | 280.65º | 0.49% | 0.63% | - |
| HSV(B) | 280.65º | 0.45% | 0.81% | - |
| XYZ | 35.41 | 25.89 | 62.16 | - |
| YUV | 143.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 207 | 0.14 | 0.45 | 0 | 0.19 | 280.65 | 0.49 | 0.63 |
| Hex | B1 | 72 | CF | E | 2D | 0 | 13 | 119 | 31 | 3F |
| Octal | 261 | 162 | 317 | 16 | 55 | 0 | 23 | 431 | 61 | 77 |
| Binary | 10110001 | 1110010 | 11001111 | 1110 | 101101 | 0 | 10011 | 100011001 | 110001 | 111111 |
Color Harmonies of #B172CF
Complementary color
Monochromatic Colors of #B172CF
Black with #B172CF
Text Example
Text Example
White with #B172CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172CF; }
p { color: rgb(177,114,207); }
H1.HeaderClassName
{
color: #B172CF;
}
.AnyTagClassName
{
color: #B172CF;
}
</style>
background-color css
<style>
a { background-color: #B172CF; }
a { background-color: rgb(177,114,207); }
div.DivClassName
{
background-color: #B172CF;
}
.BgClassName
{
background-color: #B172CF;
}
</style>
border-color css
<style>
span { border-color: #B172CF; }
span { border-color: rgb(177,114,207); }
td.TdClassName
{
border-color: #B172CF;
}
.TagClassName
{
border-color: #B172CF;
}
</style>