Shades of Amethyst #B076D1
Tints of Amethyst #B076D1
RGB
CMYK
RGB Variations
Color information
#B076D1 (or 0xB076D1) is known color: Amethyst. HEX triplet: B0, 76 and D1. RGB value is (176,118,209). Sum of RGB (Red+Green+Blue) = 176+118+209=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #B076D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076D1 is #4F892E. Grayscale: #919191. Windows color (decimal): -5212463 or 13727408. OLE color: 13727408.
HSL color Cylindrical-coordinate representation of color #B076D1: hue angle of 278.24º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B076D1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 118 | 209 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.18 |
| HSL | 278.24º | 0.5% | 0.64% | - |
| HSV(B) | 278.24º | 0.44% | 0.82% | - |
| XYZ | 35.89 | 26.79 | 63.6 | - |
| YUV | 145.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 209 | 0.16 | 0.44 | 0 | 0.18 | 278.24 | 0.5 | 0.64 |
| Hex | B0 | 76 | D1 | 10 | 2C | 0 | 12 | 116 | 32 | 40 |
| Octal | 260 | 166 | 321 | 20 | 54 | 0 | 22 | 426 | 62 | 100 |
| Binary | 10110000 | 1110110 | 11010001 | 10000 | 101100 | 0 | 10010 | 100010110 | 110010 | 1000000 |
Color Harmonies of #B076D1
Complementary color
Monochromatic Colors of #B076D1
Black with #B076D1
Text Example
Text Example
White with #B076D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B076D1; }
p { color: rgb(176,118,209); }
H1.HeaderClassName
{
color: #B076D1;
}
.AnyTagClassName
{
color: #B076D1;
}
</style>
background-color css
<style>
a { background-color: #B076D1; }
a { background-color: rgb(176,118,209); }
div.DivClassName
{
background-color: #B076D1;
}
.BgClassName
{
background-color: #B076D1;
}
</style>
border-color css
<style>
span { border-color: #B076D1; }
span { border-color: rgb(176,118,209); }
td.TdClassName
{
border-color: #B076D1;
}
.TagClassName
{
border-color: #B076D1;
}
</style>