Shades of Amethyst #B075D9
Tints of Amethyst #B075D9
RGB
CMYK
RGB Variations
Color information
#B075D9 (or 0xB075D9) is known color: Amethyst. HEX triplet: B0, 75 and D9. RGB value is (176,117,217). Sum of RGB (Red+Green+Blue) = 176+117+217=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #B075D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075D9 is #4F8A26. Grayscale: #919191. Windows color (decimal): -5212711 or 14251440. OLE color: 14251440.
HSL color Cylindrical-coordinate representation of color #B075D9: hue angle of 275.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B075D9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 117 | 217 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.15 |
| HSL | 275.4º | 0.57% | 0.65% | - |
| HSV(B) | 275.4º | 0.46% | 0.85% | - |
| XYZ | 36.79 | 26.96 | 68.91 | - |
| YUV | 146.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 217 | 0.19 | 0.46 | 0 | 0.15 | 275.4 | 0.57 | 0.65 |
| Hex | B0 | 75 | D9 | 13 | 2E | 0 | F | 113 | 39 | 41 |
| Octal | 260 | 165 | 331 | 23 | 56 | 0 | 17 | 423 | 71 | 101 |
| Binary | 10110000 | 1110101 | 11011001 | 10011 | 101110 | 0 | 1111 | 100010011 | 111001 | 1000001 |
Color Harmonies of #B075D9
Complementary color
Monochromatic Colors of #B075D9
Black with #B075D9
Text Example
Text Example
White with #B075D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075D9; }
p { color: rgb(176,117,217); }
H1.HeaderClassName
{
color: #B075D9;
}
.AnyTagClassName
{
color: #B075D9;
}
</style>
background-color css
<style>
a { background-color: #B075D9; }
a { background-color: rgb(176,117,217); }
div.DivClassName
{
background-color: #B075D9;
}
.BgClassName
{
background-color: #B075D9;
}
</style>
border-color css
<style>
span { border-color: #B075D9; }
span { border-color: rgb(176,117,217); }
td.TdClassName
{
border-color: #B075D9;
}
.TagClassName
{
border-color: #B075D9;
}
</style>