Shades of Amethyst #B678DD
Tints of Amethyst #B678DD
RGB
CMYK
RGB Variations
Color information
#B678DD (or 0xB678DD) is known color: Amethyst. HEX triplet: B6, 78 and DD. RGB value is (182,120,221). Sum of RGB (Red+Green+Blue) = 182+120+221=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #B678DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678DD is #498722. Grayscale: #959595. Windows color (decimal): -4818723 or 14514358. OLE color: 14514358.
HSL color Cylindrical-coordinate representation of color #B678DD: hue angle of 276.83º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B678DD is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 120 | 221 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.13 |
| HSL | 276.83º | 0.6% | 0.67% | - |
| HSV(B) | 276.83º | 0.46% | 0.87% | - |
| XYZ | 39.06 | 28.6 | 71.87 | - |
| YUV | 150.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 221 | 0.18 | 0.46 | 0 | 0.13 | 276.83 | 0.6 | 0.67 |
| Hex | B6 | 78 | DD | 12 | 2E | 0 | D | 115 | 3C | 43 |
| Octal | 266 | 170 | 335 | 22 | 56 | 0 | 15 | 425 | 74 | 103 |
| Binary | 10110110 | 1111000 | 11011101 | 10010 | 101110 | 0 | 1101 | 100010101 | 111100 | 1000011 |
Color Harmonies of #B678DD
Complementary color
Monochromatic Colors of #B678DD
Black with #B678DD
Text Example
Text Example
White with #B678DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678DD; }
p { color: rgb(182,120,221); }
H1.HeaderClassName
{
color: #B678DD;
}
.AnyTagClassName
{
color: #B678DD;
}
</style>
background-color css
<style>
a { background-color: #B678DD; }
a { background-color: rgb(182,120,221); }
div.DivClassName
{
background-color: #B678DD;
}
.BgClassName
{
background-color: #B678DD;
}
</style>
border-color css
<style>
span { border-color: #B678DD; }
span { border-color: rgb(182,120,221); }
td.TdClassName
{
border-color: #B678DD;
}
.TagClassName
{
border-color: #B678DD;
}
</style>