Shades of Amethyst #B379DC
Tints of Amethyst #B379DC
RGB
CMYK
RGB Variations
Color information
#B379DC (or 0xB379DC) is known color: Amethyst. HEX triplet: B3, 79 and DC. RGB value is (179,121,220). Sum of RGB (Red+Green+Blue) = 179+121+220=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B379DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379DC is #4C8623. Grayscale: #959595. Windows color (decimal): -5015076 or 14449075. OLE color: 14449075.
HSL color Cylindrical-coordinate representation of color #B379DC: hue angle of 275.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B379DC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 121 | 220 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.14 |
| HSL | 275.15º | 0.59% | 0.67% | - |
| HSV(B) | 275.15º | 0.45% | 0.86% | - |
| XYZ | 38.35 | 28.43 | 71.18 | - |
| YUV | 149.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 220 | 0.19 | 0.45 | 0 | 0.14 | 275.15 | 0.59 | 0.67 |
| Hex | B3 | 79 | DC | 13 | 2D | 0 | E | 113 | 3B | 43 |
| Octal | 263 | 171 | 334 | 23 | 55 | 0 | 16 | 423 | 73 | 103 |
| Binary | 10110011 | 1111001 | 11011100 | 10011 | 101101 | 0 | 1110 | 100010011 | 111011 | 1000011 |
Color Harmonies of #B379DC
Complementary color
Monochromatic Colors of #B379DC
Black with #B379DC
Text Example
Text Example
White with #B379DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379DC; }
p { color: rgb(179,121,220); }
H1.HeaderClassName
{
color: #B379DC;
}
.AnyTagClassName
{
color: #B379DC;
}
</style>
background-color css
<style>
a { background-color: #B379DC; }
a { background-color: rgb(179,121,220); }
div.DivClassName
{
background-color: #B379DC;
}
.BgClassName
{
background-color: #B379DC;
}
</style>
border-color css
<style>
span { border-color: #B379DC; }
span { border-color: rgb(179,121,220); }
td.TdClassName
{
border-color: #B379DC;
}
.TagClassName
{
border-color: #B379DC;
}
</style>