Shades of Amethyst #B279DF
Tints of Amethyst #B279DF
RGB
CMYK
RGB Variations
Color information
#B279DF (or 0xB279DF) is known color: Amethyst. HEX triplet: B2, 79 and DF. RGB value is (178,121,223). Sum of RGB (Red+Green+Blue) = 178+121+223=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B279DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279DF is #4D8620. Grayscale: #959595. Windows color (decimal): -5080609 or 14645682. OLE color: 14645682.
HSL color Cylindrical-coordinate representation of color #B279DF: hue angle of 273.53º 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 #B279DF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 121 | 223 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.13 |
| HSL | 273.53º | 0.61% | 0.67% | - |
| HSV(B) | 273.53º | 0.46% | 0.87% | - |
| XYZ | 38.52 | 28.47 | 73.28 | - |
| YUV | 149.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 223 | 0.20 | 0.46 | 0 | 0.13 | 273.53 | 0.61 | 0.67 |
| Hex | B2 | 79 | DF | 14 | 2E | 0 | D | 112 | 3D | 43 |
| Octal | 262 | 171 | 337 | 24 | 56 | 0 | 15 | 422 | 75 | 103 |
| Binary | 10110010 | 1111001 | 11011111 | 10100 | 101110 | 0 | 1101 | 100010010 | 111101 | 1000011 |
Color Harmonies of #B279DF
Complementary color
Monochromatic Colors of #B279DF
Black with #B279DF
Text Example
Text Example
White with #B279DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279DF; }
p { color: rgb(178,121,223); }
H1.HeaderClassName
{
color: #B279DF;
}
.AnyTagClassName
{
color: #B279DF;
}
</style>
background-color css
<style>
a { background-color: #B279DF; }
a { background-color: rgb(178,121,223); }
div.DivClassName
{
background-color: #B279DF;
}
.BgClassName
{
background-color: #B279DF;
}
</style>
border-color css
<style>
span { border-color: #B279DF; }
span { border-color: rgb(178,121,223); }
td.TdClassName
{
border-color: #B279DF;
}
.TagClassName
{
border-color: #B279DF;
}
</style>