Shades of Amethyst #B578E3
Tints of Amethyst #B578E3
RGB
CMYK
RGB Variations
Color information
#B578E3 (or 0xB578E3) is known color: Amethyst. HEX triplet: B5, 78 and E3. RGB value is (181,120,227). Sum of RGB (Red+Green+Blue) = 181+120+227=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #B578E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578E3 is #4A871C. Grayscale: #969696. Windows color (decimal): -4884253 or 14907573. OLE color: 14907573.
HSL color Cylindrical-coordinate representation of color #B578E3: hue angle of 274.21º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B578E3 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 120 | 227 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.11 |
| HSL | 274.21º | 0.66% | 0.68% | - |
| HSV(B) | 274.21º | 0.47% | 0.89% | - |
| XYZ | 39.64 | 28.8 | 76.14 | - |
| YUV | 150.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 227 | 0.20 | 0.47 | 0 | 0.11 | 274.21 | 0.66 | 0.68 |
| Hex | B5 | 78 | E3 | 14 | 2F | 0 | B | 112 | 42 | 44 |
| Octal | 265 | 170 | 343 | 24 | 57 | 0 | 13 | 422 | 102 | 104 |
| Binary | 10110101 | 1111000 | 11100011 | 10100 | 101111 | 0 | 1011 | 100010010 | 1000010 | 1000100 |
Color Harmonies of #B578E3
Complementary color
Monochromatic Colors of #B578E3
Black with #B578E3
Text Example
Text Example
White with #B578E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578E3; }
p { color: rgb(181,120,227); }
H1.HeaderClassName
{
color: #B578E3;
}
.AnyTagClassName
{
color: #B578E3;
}
</style>
background-color css
<style>
a { background-color: #B578E3; }
a { background-color: rgb(181,120,227); }
div.DivClassName
{
background-color: #B578E3;
}
.BgClassName
{
background-color: #B578E3;
}
</style>
border-color css
<style>
span { border-color: #B578E3; }
span { border-color: rgb(181,120,227); }
td.TdClassName
{
border-color: #B578E3;
}
.TagClassName
{
border-color: #B578E3;
}
</style>