Shades of Amethyst #B372D9
Tints of Amethyst #B372D9
RGB
CMYK
RGB Variations
Color information
#B372D9 (or 0xB372D9) is known color: Amethyst. HEX triplet: B3, 72 and D9. RGB value is (179,114,217). Sum of RGB (Red+Green+Blue) = 179+114+217=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 114 (44.92% from 255 or 22.35% 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 #B372D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D9 is #4C8D26. Grayscale: #909090. Windows color (decimal): -5016871 or 14250675. OLE color: 14250675.
HSL color Cylindrical-coordinate representation of color #B372D9: hue angle of 277.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B372D9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 114 | 217 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.15 |
| HSL | 277.86º | 0.58% | 0.65% | - |
| HSV(B) | 277.86º | 0.47% | 0.85% | - |
| XYZ | 37.13 | 26.63 | 68.83 | - |
| YUV | 145.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 217 | 0.18 | 0.47 | 0 | 0.15 | 277.86 | 0.58 | 0.65 |
| Hex | B3 | 72 | D9 | 12 | 2F | 0 | F | 116 | 3A | 41 |
| Octal | 263 | 162 | 331 | 22 | 57 | 0 | 17 | 426 | 72 | 101 |
| Binary | 10110011 | 1110010 | 11011001 | 10010 | 101111 | 0 | 1111 | 100010110 | 111010 | 1000001 |
Color Harmonies of #B372D9
Complementary color
Monochromatic Colors of #B372D9
Black with #B372D9
Text Example
Text Example
White with #B372D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372D9; }
p { color: rgb(179,114,217); }
H1.HeaderClassName
{
color: #B372D9;
}
.AnyTagClassName
{
color: #B372D9;
}
</style>
background-color css
<style>
a { background-color: #B372D9; }
a { background-color: rgb(179,114,217); }
div.DivClassName
{
background-color: #B372D9;
}
.BgClassName
{
background-color: #B372D9;
}
</style>
border-color css
<style>
span { border-color: #B372D9; }
span { border-color: rgb(179,114,217); }
td.TdClassName
{
border-color: #B372D9;
}
.TagClassName
{
border-color: #B372D9;
}
</style>