Shades of Amethyst #B677E5
Tints of Amethyst #B677E5
RGB
CMYK
RGB Variations
Color information
#B677E5 (or 0xB677E5) is known color: Amethyst. HEX triplet: B6, 77 and E5. RGB value is (182,119,229). Sum of RGB (Red+Green+Blue) = 182+119+229=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #B677E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677E5 is #49881A. Grayscale: #969696. Windows color (decimal): -4818971 or 15038390. OLE color: 15038390.
HSL color Cylindrical-coordinate representation of color #B677E5: hue angle of 274.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B677E5 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 119 | 229 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.10 |
| HSL | 274.36º | 0.68% | 0.68% | - |
| HSV(B) | 274.36º | 0.48% | 0.9% | - |
| XYZ | 40.03 | 28.8 | 77.58 | - |
| YUV | 150.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 229 | 0.21 | 0.48 | 0 | 0.10 | 274.36 | 0.68 | 0.68 |
| Hex | B6 | 77 | E5 | 15 | 30 | 0 | A | 112 | 44 | 44 |
| Octal | 266 | 167 | 345 | 25 | 60 | 0 | 12 | 422 | 104 | 104 |
| Binary | 10110110 | 1110111 | 11100101 | 10101 | 110000 | 0 | 1010 | 100010010 | 1000100 | 1000100 |
Color Harmonies of #B677E5
Complementary color
Monochromatic Colors of #B677E5
Black with #B677E5
Text Example
Text Example
White with #B677E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677E5; }
p { color: rgb(182,119,229); }
H1.HeaderClassName
{
color: #B677E5;
}
.AnyTagClassName
{
color: #B677E5;
}
</style>
background-color css
<style>
a { background-color: #B677E5; }
a { background-color: rgb(182,119,229); }
div.DivClassName
{
background-color: #B677E5;
}
.BgClassName
{
background-color: #B677E5;
}
</style>
border-color css
<style>
span { border-color: #B677E5; }
span { border-color: rgb(182,119,229); }
td.TdClassName
{
border-color: #B677E5;
}
.TagClassName
{
border-color: #B677E5;
}
</style>