Shades of Amethyst #B576DC
Tints of Amethyst #B576DC
RGB
CMYK
RGB Variations
Color information
#B576DC (or 0xB576DC) is known color: Amethyst. HEX triplet: B5, 76 and DC. RGB value is (181,118,220). Sum of RGB (Red+Green+Blue) = 181+118+220=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B576DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576DC is #4A8923. Grayscale: #949494. Windows color (decimal): -4884772 or 14448309. OLE color: 14448309.
HSL color Cylindrical-coordinate representation of color #B576DC: hue angle of 277.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B576DC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 118 | 220 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.14 |
| HSL | 277.06º | 0.59% | 0.66% | - |
| HSV(B) | 277.06º | 0.46% | 0.86% | - |
| XYZ | 38.45 | 27.95 | 71.08 | - |
| YUV | 148.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 220 | 0.18 | 0.46 | 0 | 0.14 | 277.06 | 0.59 | 0.66 |
| Hex | B5 | 76 | DC | 12 | 2E | 0 | E | 115 | 3B | 42 |
| Octal | 265 | 166 | 334 | 22 | 56 | 0 | 16 | 425 | 73 | 102 |
| Binary | 10110101 | 1110110 | 11011100 | 10010 | 101110 | 0 | 1110 | 100010101 | 111011 | 1000010 |
Color Harmonies of #B576DC
Complementary color
Monochromatic Colors of #B576DC
Black with #B576DC
Text Example
Text Example
White with #B576DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B576DC; }
p { color: rgb(181,118,220); }
H1.HeaderClassName
{
color: #B576DC;
}
.AnyTagClassName
{
color: #B576DC;
}
</style>
background-color css
<style>
a { background-color: #B576DC; }
a { background-color: rgb(181,118,220); }
div.DivClassName
{
background-color: #B576DC;
}
.BgClassName
{
background-color: #B576DC;
}
</style>
border-color css
<style>
span { border-color: #B576DC; }
span { border-color: rgb(181,118,220); }
td.TdClassName
{
border-color: #B576DC;
}
.TagClassName
{
border-color: #B576DC;
}
</style>