Shades of Amethyst #B279DA
Tints of Amethyst #B279DA
RGB
CMYK
RGB Variations
Color information
#B279DA (or 0xB279DA) is known color: Amethyst. HEX triplet: B2, 79 and DA. RGB value is (178,121,218). Sum of RGB (Red+Green+Blue) = 178+121+218=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B279DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279DA is #4D8625. Grayscale: #949494. Windows color (decimal): -5080614 or 14318002. OLE color: 14318002.
HSL color Cylindrical-coordinate representation of color #B279DA: hue angle of 275.26º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B279DA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 121 | 218 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.15 |
| HSL | 275.26º | 0.57% | 0.66% | - |
| HSV(B) | 275.26º | 0.44% | 0.85% | - |
| XYZ | 37.85 | 28.2 | 69.78 | - |
| YUV | 149.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 218 | 0.18 | 0.44 | 0 | 0.15 | 275.26 | 0.57 | 0.66 |
| Hex | B2 | 79 | DA | 12 | 2C | 0 | F | 113 | 39 | 42 |
| Octal | 262 | 171 | 332 | 22 | 54 | 0 | 17 | 423 | 71 | 102 |
| Binary | 10110010 | 1111001 | 11011010 | 10010 | 101100 | 0 | 1111 | 100010011 | 111001 | 1000010 |
Color Harmonies of #B279DA
Complementary color
Monochromatic Colors of #B279DA
Black with #B279DA
Text Example
Text Example
White with #B279DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279DA; }
p { color: rgb(178,121,218); }
H1.HeaderClassName
{
color: #B279DA;
}
.AnyTagClassName
{
color: #B279DA;
}
</style>
background-color css
<style>
a { background-color: #B279DA; }
a { background-color: rgb(178,121,218); }
div.DivClassName
{
background-color: #B279DA;
}
.BgClassName
{
background-color: #B279DA;
}
</style>
border-color css
<style>
span { border-color: #B279DA; }
span { border-color: rgb(178,121,218); }
td.TdClassName
{
border-color: #B279DA;
}
.TagClassName
{
border-color: #B279DA;
}
</style>