Shades of Amethyst #B477E1
Tints of Amethyst #B477E1
RGB
CMYK
RGB Variations
Color information
#B477E1 (or 0xB477E1) is known color: Amethyst. HEX triplet: B4, 77 and E1. RGB value is (180,119,225). Sum of RGB (Red+Green+Blue) = 180+119+225=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #B477E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477E1 is #4B881E. Grayscale: #949494. Windows color (decimal): -4950047 or 14776244. OLE color: 14776244.
HSL color Cylindrical-coordinate representation of color #B477E1: hue angle of 274.53º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B477E1 is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 119 | 225 | - |
| CMYK | 0.2 | 0.47 | 0 | 0.12 |
| HSL | 274.53º | 0.64% | 0.67% | - |
| HSV(B) | 274.53º | 0.47% | 0.88% | - |
| XYZ | 39.01 | 28.33 | 74.65 | - |
| YUV | 149.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 225 | 0.2 | 0.47 | 0 | 0.12 | 274.53 | 0.64 | 0.67 |
| Hex | B4 | 77 | E1 | 14 | 2F | 0 | C | 113 | 40 | 43 |
| Octal | 264 | 167 | 341 | 24 | 57 | 0 | 14 | 423 | 100 | 103 |
| Binary | 10110100 | 1110111 | 11100001 | 10100 | 101111 | 0 | 1100 | 100010011 | 1000000 | 1000011 |
Color Harmonies of #B477E1
Complementary color
Monochromatic Colors of #B477E1
Black with #B477E1
Text Example
Text Example
White with #B477E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477E1; }
p { color: rgb(180,119,225); }
H1.HeaderClassName
{
color: #B477E1;
}
.AnyTagClassName
{
color: #B477E1;
}
</style>
background-color css
<style>
a { background-color: #B477E1; }
a { background-color: rgb(180,119,225); }
div.DivClassName
{
background-color: #B477E1;
}
.BgClassName
{
background-color: #B477E1;
}
</style>
border-color css
<style>
span { border-color: #B477E1; }
span { border-color: rgb(180,119,225); }
td.TdClassName
{
border-color: #B477E1;
}
.TagClassName
{
border-color: #B477E1;
}
</style>