Shades of Amethyst #B370E2
Tints of Amethyst #B370E2
RGB
CMYK
RGB Variations
Color information
#B370E2 (or 0xB370E2) is known color: Amethyst. HEX triplet: B3, 70 and E2. RGB value is (179,112,226). Sum of RGB (Red+Green+Blue) = 179+112+226=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #B370E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370E2 is #4C8F1D. Grayscale: #909090. Windows color (decimal): -5017374 or 14839987. OLE color: 14839987.
HSL color Cylindrical-coordinate representation of color #B370E2: hue angle of 275.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B370E2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 112 | 226 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.11 |
| HSL | 275.26º | 0.66% | 0.66% | - |
| HSV(B) | 275.26º | 0.5% | 0.89% | - |
| XYZ | 38.11 | 26.66 | 75.09 | - |
| YUV | 145.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 226 | 0.21 | 0.50 | 0 | 0.11 | 275.26 | 0.66 | 0.66 |
| Hex | B3 | 70 | E2 | 15 | 32 | 0 | B | 113 | 42 | 42 |
| Octal | 263 | 160 | 342 | 25 | 62 | 0 | 13 | 423 | 102 | 102 |
| Binary | 10110011 | 1110000 | 11100010 | 10101 | 110010 | 0 | 1011 | 100010011 | 1000010 | 1000010 |
Color Harmonies of #B370E2
Complementary color
Monochromatic Colors of #B370E2
Black with #B370E2
Text Example
Text Example
White with #B370E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370E2; }
p { color: rgb(179,112,226); }
H1.HeaderClassName
{
color: #B370E2;
}
.AnyTagClassName
{
color: #B370E2;
}
</style>
background-color css
<style>
a { background-color: #B370E2; }
a { background-color: rgb(179,112,226); }
div.DivClassName
{
background-color: #B370E2;
}
.BgClassName
{
background-color: #B370E2;
}
</style>
border-color css
<style>
span { border-color: #B370E2; }
span { border-color: rgb(179,112,226); }
td.TdClassName
{
border-color: #B370E2;
}
.TagClassName
{
border-color: #B370E2;
}
</style>