Shades of Amethyst #B372E6
Tints of Amethyst #B372E6
RGB
CMYK
RGB Variations
Color information
#B372E6 (or 0xB372E6) is known color: Amethyst. HEX triplet: B3, 72 and E6. RGB value is (179,114,230). Sum of RGB (Red+Green+Blue) = 179+114+230=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #B372E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372E6 is #4C8D19. Grayscale: #929292. Windows color (decimal): -5016858 or 15102643. OLE color: 15102643.
HSL color Cylindrical-coordinate representation of color #B372E6: hue angle of 273.62º degrees, saturation: 0.7, 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 #B372E6 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 114 | 230 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.10 |
| HSL | 273.62º | 0.7% | 0.67% | - |
| HSV(B) | 273.62º | 0.5% | 0.9% | - |
| XYZ | 38.89 | 27.33 | 78.09 | - |
| YUV | 146.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 230 | 0.22 | 0.50 | 0 | 0.10 | 273.62 | 0.7 | 0.67 |
| Hex | B3 | 72 | E6 | 16 | 32 | 0 | A | 112 | 46 | 43 |
| Octal | 263 | 162 | 346 | 26 | 62 | 0 | 12 | 422 | 106 | 103 |
| Binary | 10110011 | 1110010 | 11100110 | 10110 | 110010 | 0 | 1010 | 100010010 | 1000110 | 1000011 |
Color Harmonies of #B372E6
Complementary color
Monochromatic Colors of #B372E6
Black with #B372E6
Text Example
Text Example
White with #B372E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372E6; }
p { color: rgb(179,114,230); }
H1.HeaderClassName
{
color: #B372E6;
}
.AnyTagClassName
{
color: #B372E6;
}
</style>
background-color css
<style>
a { background-color: #B372E6; }
a { background-color: rgb(179,114,230); }
div.DivClassName
{
background-color: #B372E6;
}
.BgClassName
{
background-color: #B372E6;
}
</style>
border-color css
<style>
span { border-color: #B372E6; }
span { border-color: rgb(179,114,230); }
td.TdClassName
{
border-color: #B372E6;
}
.TagClassName
{
border-color: #B372E6;
}
</style>