Shades of Amethyst #B373E5
Tints of Amethyst #B373E5
RGB
CMYK
RGB Variations
Color information
#B373E5 (or 0xB373E5) is known color: Amethyst. HEX triplet: B3, 73 and E5. RGB value is (179,115,229). Sum of RGB (Red+Green+Blue) = 179+115+229=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #B373E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373E5 is #4C8C1A. Grayscale: #929292. Windows color (decimal): -5016603 or 15037363. OLE color: 15037363.
HSL color Cylindrical-coordinate representation of color #B373E5: hue angle of 273.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B373E5 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 115 | 229 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.10 |
| HSL | 273.68º | 0.69% | 0.67% | - |
| HSV(B) | 273.68º | 0.5% | 0.9% | - |
| XYZ | 38.86 | 27.5 | 77.39 | - |
| YUV | 147.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 229 | 0.22 | 0.50 | 0 | 0.10 | 273.68 | 0.69 | 0.67 |
| Hex | B3 | 73 | E5 | 16 | 32 | 0 | A | 112 | 45 | 43 |
| Octal | 263 | 163 | 345 | 26 | 62 | 0 | 12 | 422 | 105 | 103 |
| Binary | 10110011 | 1110011 | 11100101 | 10110 | 110010 | 0 | 1010 | 100010010 | 1000101 | 1000011 |
Color Harmonies of #B373E5
Complementary color
Monochromatic Colors of #B373E5
Black with #B373E5
Text Example
Text Example
White with #B373E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373E5; }
p { color: rgb(179,115,229); }
H1.HeaderClassName
{
color: #B373E5;
}
.AnyTagClassName
{
color: #B373E5;
}
</style>
background-color css
<style>
a { background-color: #B373E5; }
a { background-color: rgb(179,115,229); }
div.DivClassName
{
background-color: #B373E5;
}
.BgClassName
{
background-color: #B373E5;
}
</style>
border-color css
<style>
span { border-color: #B373E5; }
span { border-color: rgb(179,115,229); }
td.TdClassName
{
border-color: #B373E5;
}
.TagClassName
{
border-color: #B373E5;
}
</style>