Shades of Amethyst #B373DA
Tints of Amethyst #B373DA
RGB
CMYK
RGB Variations
Color information
#B373DA (or 0xB373DA) is known color: Amethyst. HEX triplet: B3, 73 and DA. RGB value is (179,115,218). Sum of RGB (Red+Green+Blue) = 179+115+218=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B373DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373DA is #4C8C25. Grayscale: #919191. Windows color (decimal): -5016614 or 14316467. OLE color: 14316467.
HSL color Cylindrical-coordinate representation of color #B373DA: hue angle of 277.28º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B373DA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 115 | 218 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.15 |
| HSL | 277.28º | 0.58% | 0.65% | - |
| HSV(B) | 277.28º | 0.47% | 0.85% | - |
| XYZ | 37.38 | 26.91 | 69.55 | - |
| YUV | 145.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 218 | 0.18 | 0.47 | 0 | 0.15 | 277.28 | 0.58 | 0.65 |
| Hex | B3 | 73 | DA | 12 | 2F | 0 | F | 115 | 3A | 41 |
| Octal | 263 | 163 | 332 | 22 | 57 | 0 | 17 | 425 | 72 | 101 |
| Binary | 10110011 | 1110011 | 11011010 | 10010 | 101111 | 0 | 1111 | 100010101 | 111010 | 1000001 |
Color Harmonies of #B373DA
Complementary color
Monochromatic Colors of #B373DA
Black with #B373DA
Text Example
Text Example
White with #B373DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373DA; }
p { color: rgb(179,115,218); }
H1.HeaderClassName
{
color: #B373DA;
}
.AnyTagClassName
{
color: #B373DA;
}
</style>
background-color css
<style>
a { background-color: #B373DA; }
a { background-color: rgb(179,115,218); }
div.DivClassName
{
background-color: #B373DA;
}
.BgClassName
{
background-color: #B373DA;
}
</style>
border-color css
<style>
span { border-color: #B373DA; }
span { border-color: rgb(179,115,218); }
td.TdClassName
{
border-color: #B373DA;
}
.TagClassName
{
border-color: #B373DA;
}
</style>