Shades of Amethyst #B376D5
Tints of Amethyst #B376D5
RGB
CMYK
RGB Variations
Color information
#B376D5 (or 0xB376D5) is known color: Amethyst. HEX triplet: B3, 76 and D5. RGB value is (179,118,213). Sum of RGB (Red+Green+Blue) = 179+118+213=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #B376D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376D5 is #4C892A. Grayscale: #929292. Windows color (decimal): -5015851 or 13989555. OLE color: 13989555.
HSL color Cylindrical-coordinate representation of color #B376D5: hue angle of 278.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B376D5 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 118 | 213 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.16 |
| HSL | 278.53º | 0.53% | 0.65% | - |
| HSV(B) | 278.53º | 0.45% | 0.84% | - |
| XYZ | 37.08 | 27.34 | 66.27 | - |
| YUV | 147.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 213 | 0.16 | 0.45 | 0 | 0.16 | 278.53 | 0.53 | 0.65 |
| Hex | B3 | 76 | D5 | 10 | 2D | 0 | 10 | 117 | 35 | 41 |
| Octal | 263 | 166 | 325 | 20 | 55 | 0 | 20 | 427 | 65 | 101 |
| Binary | 10110011 | 1110110 | 11010101 | 10000 | 101101 | 0 | 10000 | 100010111 | 110101 | 1000001 |
Color Harmonies of #B376D5
Complementary color
Monochromatic Colors of #B376D5
Black with #B376D5
Text Example
Text Example
White with #B376D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376D5; }
p { color: rgb(179,118,213); }
H1.HeaderClassName
{
color: #B376D5;
}
.AnyTagClassName
{
color: #B376D5;
}
</style>
background-color css
<style>
a { background-color: #B376D5; }
a { background-color: rgb(179,118,213); }
div.DivClassName
{
background-color: #B376D5;
}
.BgClassName
{
background-color: #B376D5;
}
</style>
border-color css
<style>
span { border-color: #B376D5; }
span { border-color: rgb(179,118,213); }
td.TdClassName
{
border-color: #B376D5;
}
.TagClassName
{
border-color: #B376D5;
}
</style>