Shades of Amethyst #B37ADD
Tints of Amethyst #B37ADD
RGB
CMYK
RGB Variations
Color information
#B37ADD (or 0xB37ADD) is known color: Amethyst. HEX triplet: B3, 7A and DD. RGB value is (179,122,221). Sum of RGB (Red+Green+Blue) = 179+122+221=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B37ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ADD is #4C8522. Grayscale: #959595. Windows color (decimal): -5014819 or 14514867. OLE color: 14514867.
HSL color Cylindrical-coordinate representation of color #B37ADD: hue angle of 274.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B37ADD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 122 | 221 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.13 |
| HSL | 274.55º | 0.59% | 0.67% | - |
| HSV(B) | 274.55º | 0.45% | 0.87% | - |
| XYZ | 38.6 | 28.72 | 71.92 | - |
| YUV | 150.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 221 | 0.19 | 0.45 | 0 | 0.13 | 274.55 | 0.59 | 0.67 |
| Hex | B3 | 7A | DD | 13 | 2D | 0 | D | 113 | 3B | 43 |
| Octal | 263 | 172 | 335 | 23 | 55 | 0 | 15 | 423 | 73 | 103 |
| Binary | 10110011 | 1111010 | 11011101 | 10011 | 101101 | 0 | 1101 | 100010011 | 111011 | 1000011 |
Color Harmonies of #B37ADD
Complementary color
Monochromatic Colors of #B37ADD
Black with #B37ADD
Text Example
Text Example
White with #B37ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37ADD; }
p { color: rgb(179,122,221); }
H1.HeaderClassName
{
color: #B37ADD;
}
.AnyTagClassName
{
color: #B37ADD;
}
</style>
background-color css
<style>
a { background-color: #B37ADD; }
a { background-color: rgb(179,122,221); }
div.DivClassName
{
background-color: #B37ADD;
}
.BgClassName
{
background-color: #B37ADD;
}
</style>
border-color css
<style>
span { border-color: #B37ADD; }
span { border-color: rgb(179,122,221); }
td.TdClassName
{
border-color: #B37ADD;
}
.TagClassName
{
border-color: #B37ADD;
}
</style>