Shades of Amethyst #B373E1
Tints of Amethyst #B373E1
RGB
CMYK
RGB Variations
Color information
#B373E1 (or 0xB373E1) is known color: Amethyst. HEX triplet: B3, 73 and E1. RGB value is (179,115,225). Sum of RGB (Red+Green+Blue) = 179+115+225=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #B373E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373E1 is #4C8C1E. Grayscale: #929292. Windows color (decimal): -5016607 or 14775219. OLE color: 14775219.
HSL color Cylindrical-coordinate representation of color #B373E1: hue angle of 274.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B373E1 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 115 | 225 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.12 |
| HSL | 274.91º | 0.65% | 0.67% | - |
| HSV(B) | 274.91º | 0.49% | 0.88% | - |
| XYZ | 38.31 | 27.28 | 74.48 | - |
| YUV | 146.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 225 | 0.20 | 0.49 | 0 | 0.12 | 274.91 | 0.65 | 0.67 |
| Hex | B3 | 73 | E1 | 14 | 31 | 0 | C | 113 | 41 | 43 |
| Octal | 263 | 163 | 341 | 24 | 61 | 0 | 14 | 423 | 101 | 103 |
| Binary | 10110011 | 1110011 | 11100001 | 10100 | 110001 | 0 | 1100 | 100010011 | 1000001 | 1000011 |
Color Harmonies of #B373E1
Complementary color
Monochromatic Colors of #B373E1
Black with #B373E1
Text Example
Text Example
White with #B373E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373E1; }
p { color: rgb(179,115,225); }
H1.HeaderClassName
{
color: #B373E1;
}
.AnyTagClassName
{
color: #B373E1;
}
</style>
background-color css
<style>
a { background-color: #B373E1; }
a { background-color: rgb(179,115,225); }
div.DivClassName
{
background-color: #B373E1;
}
.BgClassName
{
background-color: #B373E1;
}
</style>
border-color css
<style>
span { border-color: #B373E1; }
span { border-color: rgb(179,115,225); }
td.TdClassName
{
border-color: #B373E1;
}
.TagClassName
{
border-color: #B373E1;
}
</style>