Shades of Amethyst #B174D5
Tints of Amethyst #B174D5
RGB
CMYK
RGB Variations
Color information
#B174D5 (or 0xB174D5) is known color: Amethyst. HEX triplet: B1, 74 and D5. RGB value is (177,116,213). Sum of RGB (Red+Green+Blue) = 177+116+213=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #B174D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174D5 is #4E8B2A. Grayscale: #909090. Windows color (decimal): -5147435 or 13989041. OLE color: 13989041.
HSL color Cylindrical-coordinate representation of color #B174D5: hue angle of 277.73º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B174D5 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 116 | 213 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.16 |
| HSL | 277.73º | 0.54% | 0.65% | - |
| HSV(B) | 277.73º | 0.46% | 0.84% | - |
| XYZ | 36.39 | 26.64 | 66.18 | - |
| YUV | 145.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 213 | 0.17 | 0.46 | 0 | 0.16 | 277.73 | 0.54 | 0.65 |
| Hex | B1 | 74 | D5 | 11 | 2E | 0 | 10 | 116 | 36 | 41 |
| Octal | 261 | 164 | 325 | 21 | 56 | 0 | 20 | 426 | 66 | 101 |
| Binary | 10110001 | 1110100 | 11010101 | 10001 | 101110 | 0 | 10000 | 100010110 | 110110 | 1000001 |
Color Harmonies of #B174D5
Complementary color
Monochromatic Colors of #B174D5
Black with #B174D5
Text Example
Text Example
White with #B174D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B174D5; }
p { color: rgb(177,116,213); }
H1.HeaderClassName
{
color: #B174D5;
}
.AnyTagClassName
{
color: #B174D5;
}
</style>
background-color css
<style>
a { background-color: #B174D5; }
a { background-color: rgb(177,116,213); }
div.DivClassName
{
background-color: #B174D5;
}
.BgClassName
{
background-color: #B174D5;
}
</style>
border-color css
<style>
span { border-color: #B174D5; }
span { border-color: rgb(177,116,213); }
td.TdClassName
{
border-color: #B174D5;
}
.TagClassName
{
border-color: #B174D5;
}
</style>