Shades of Amethyst #B379DF
Tints of Amethyst #B379DF
RGB
CMYK
RGB Variations
Color information
#B379DF (or 0xB379DF) is known color: Amethyst. HEX triplet: B3, 79 and DF. RGB value is (179,121,223). Sum of RGB (Red+Green+Blue) = 179+121+223=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B379DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379DF is #4C8620. Grayscale: #959595. Windows color (decimal): -5015073 or 14645683. OLE color: 14645683.
HSL color Cylindrical-coordinate representation of color #B379DF: hue angle of 274.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B379DF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 121 | 223 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.13 |
| HSL | 274.12º | 0.61% | 0.67% | - |
| HSV(B) | 274.12º | 0.46% | 0.87% | - |
| XYZ | 38.75 | 28.59 | 73.29 | - |
| YUV | 149.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 223 | 0.20 | 0.46 | 0 | 0.13 | 274.12 | 0.61 | 0.67 |
| Hex | B3 | 79 | DF | 14 | 2E | 0 | D | 112 | 3D | 43 |
| Octal | 263 | 171 | 337 | 24 | 56 | 0 | 15 | 422 | 75 | 103 |
| Binary | 10110011 | 1111001 | 11011111 | 10100 | 101110 | 0 | 1101 | 100010010 | 111101 | 1000011 |
Color Harmonies of #B379DF
Complementary color
Monochromatic Colors of #B379DF
Black with #B379DF
Text Example
Text Example
White with #B379DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379DF; }
p { color: rgb(179,121,223); }
H1.HeaderClassName
{
color: #B379DF;
}
.AnyTagClassName
{
color: #B379DF;
}
</style>
background-color css
<style>
a { background-color: #B379DF; }
a { background-color: rgb(179,121,223); }
div.DivClassName
{
background-color: #B379DF;
}
.BgClassName
{
background-color: #B379DF;
}
</style>
border-color css
<style>
span { border-color: #B379DF; }
span { border-color: rgb(179,121,223); }
td.TdClassName
{
border-color: #B379DF;
}
.TagClassName
{
border-color: #B379DF;
}
</style>