Shades of Amethyst #B576DF
Tints of Amethyst #B576DF
RGB
CMYK
RGB Variations
Color information
#B576DF (or 0xB576DF) is known color: Amethyst. HEX triplet: B5, 76 and DF. RGB value is (181,118,223). Sum of RGB (Red+Green+Blue) = 181+118+223=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B576DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576DF is #4A8920. Grayscale: #949494. Windows color (decimal): -4884769 or 14644917. OLE color: 14644917.
HSL color Cylindrical-coordinate representation of color #B576DF: hue angle of 276º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B576DF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 118 | 223 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.13 |
| HSL | 276º | 0.62% | 0.67% | - |
| HSV(B) | 276º | 0.47% | 0.87% | - |
| XYZ | 38.85 | 28.11 | 73.19 | - |
| YUV | 148.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 223 | 0.19 | 0.47 | 0 | 0.13 | 276 | 0.62 | 0.67 |
| Hex | B5 | 76 | DF | 13 | 2F | 0 | D | 114 | 3E | 43 |
| Octal | 265 | 166 | 337 | 23 | 57 | 0 | 15 | 424 | 76 | 103 |
| Binary | 10110101 | 1110110 | 11011111 | 10011 | 101111 | 0 | 1101 | 100010100 | 111110 | 1000011 |
Color Harmonies of #B576DF
Complementary color
Monochromatic Colors of #B576DF
Black with #B576DF
Text Example
Text Example
White with #B576DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B576DF; }
p { color: rgb(181,118,223); }
H1.HeaderClassName
{
color: #B576DF;
}
.AnyTagClassName
{
color: #B576DF;
}
</style>
background-color css
<style>
a { background-color: #B576DF; }
a { background-color: rgb(181,118,223); }
div.DivClassName
{
background-color: #B576DF;
}
.BgClassName
{
background-color: #B576DF;
}
</style>
border-color css
<style>
span { border-color: #B576DF; }
span { border-color: rgb(181,118,223); }
td.TdClassName
{
border-color: #B576DF;
}
.TagClassName
{
border-color: #B576DF;
}
</style>