Shades of Amethyst #B175D3
Tints of Amethyst #B175D3
RGB
CMYK
RGB Variations
Color information
#B175D3 (or 0xB175D3) is known color: Amethyst. HEX triplet: B1, 75 and D3. RGB value is (177,117,211). Sum of RGB (Red+Green+Blue) = 177+117+211=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #B175D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175D3 is #4E8A2C. Grayscale: #919191. Windows color (decimal): -5147181 or 13858225. OLE color: 13858225.
HSL color Cylindrical-coordinate representation of color #B175D3: hue angle of 278.3º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B175D3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 117 | 211 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.17 |
| HSL | 278.3º | 0.52% | 0.64% | - |
| HSV(B) | 278.3º | 0.45% | 0.83% | - |
| XYZ | 36.25 | 26.77 | 64.89 | - |
| YUV | 145.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 211 | 0.16 | 0.45 | 0 | 0.17 | 278.3 | 0.52 | 0.64 |
| Hex | B1 | 75 | D3 | 10 | 2D | 0 | 11 | 116 | 34 | 40 |
| Octal | 261 | 165 | 323 | 20 | 55 | 0 | 21 | 426 | 64 | 100 |
| Binary | 10110001 | 1110101 | 11010011 | 10000 | 101101 | 0 | 10001 | 100010110 | 110100 | 1000000 |
Color Harmonies of #B175D3
Complementary color
Monochromatic Colors of #B175D3
Black with #B175D3
Text Example
Text Example
White with #B175D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175D3; }
p { color: rgb(177,117,211); }
H1.HeaderClassName
{
color: #B175D3;
}
.AnyTagClassName
{
color: #B175D3;
}
</style>
background-color css
<style>
a { background-color: #B175D3; }
a { background-color: rgb(177,117,211); }
div.DivClassName
{
background-color: #B175D3;
}
.BgClassName
{
background-color: #B175D3;
}
</style>
border-color css
<style>
span { border-color: #B175D3; }
span { border-color: rgb(177,117,211); }
td.TdClassName
{
border-color: #B175D3;
}
.TagClassName
{
border-color: #B175D3;
}
</style>