Shades of Amethyst #B175DC
Tints of Amethyst #B175DC
RGB
CMYK
RGB Variations
Color information
#B175DC (or 0xB175DC) is known color: Amethyst. HEX triplet: B1, 75 and DC. RGB value is (177,117,220). Sum of RGB (Red+Green+Blue) = 177+117+220=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #B175DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175DC is #4E8A23. Grayscale: #929292. Windows color (decimal): -5147172 or 14448049. OLE color: 14448049.
HSL color Cylindrical-coordinate representation of color #B175DC: hue angle of 274.95º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B175DC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 117 | 220 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.14 |
| HSL | 274.95º | 0.6% | 0.66% | - |
| HSV(B) | 274.95º | 0.47% | 0.86% | - |
| XYZ | 37.41 | 27.24 | 71 | - |
| YUV | 146.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 220 | 0.20 | 0.47 | 0 | 0.14 | 274.95 | 0.6 | 0.66 |
| Hex | B1 | 75 | DC | 14 | 2F | 0 | E | 113 | 3C | 42 |
| Octal | 261 | 165 | 334 | 24 | 57 | 0 | 16 | 423 | 74 | 102 |
| Binary | 10110001 | 1110101 | 11011100 | 10100 | 101111 | 0 | 1110 | 100010011 | 111100 | 1000010 |
Color Harmonies of #B175DC
Complementary color
Monochromatic Colors of #B175DC
Black with #B175DC
Text Example
Text Example
White with #B175DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175DC; }
p { color: rgb(177,117,220); }
H1.HeaderClassName
{
color: #B175DC;
}
.AnyTagClassName
{
color: #B175DC;
}
</style>
background-color css
<style>
a { background-color: #B175DC; }
a { background-color: rgb(177,117,220); }
div.DivClassName
{
background-color: #B175DC;
}
.BgClassName
{
background-color: #B175DC;
}
</style>
border-color css
<style>
span { border-color: #B175DC; }
span { border-color: rgb(177,117,220); }
td.TdClassName
{
border-color: #B175DC;
}
.TagClassName
{
border-color: #B175DC;
}
</style>