Shades of Amethyst #B276DF
Tints of Amethyst #B276DF
RGB
CMYK
RGB Variations
Color information
#B276DF (or 0xB276DF) is known color: Amethyst. HEX triplet: B2, 76 and DF. RGB value is (178,118,223). Sum of RGB (Red+Green+Blue) = 178+118+223=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #B276DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276DF is #4D8920. Grayscale: #939393. Windows color (decimal): -5081377 or 14644914. OLE color: 14644914.
HSL color Cylindrical-coordinate representation of color #B276DF: hue angle of 274.29º 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 #B276DF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 118 | 223 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.13 |
| HSL | 274.29º | 0.62% | 0.67% | - |
| HSV(B) | 274.29º | 0.47% | 0.87% | - |
| XYZ | 38.16 | 27.75 | 73.16 | - |
| YUV | 147.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 223 | 0.20 | 0.47 | 0 | 0.13 | 274.29 | 0.62 | 0.67 |
| Hex | B2 | 76 | DF | 14 | 2F | 0 | D | 112 | 3E | 43 |
| Octal | 262 | 166 | 337 | 24 | 57 | 0 | 15 | 422 | 76 | 103 |
| Binary | 10110010 | 1110110 | 11011111 | 10100 | 101111 | 0 | 1101 | 100010010 | 111110 | 1000011 |
Color Harmonies of #B276DF
Complementary color
Monochromatic Colors of #B276DF
Black with #B276DF
Text Example
Text Example
White with #B276DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276DF; }
p { color: rgb(178,118,223); }
H1.HeaderClassName
{
color: #B276DF;
}
.AnyTagClassName
{
color: #B276DF;
}
</style>
background-color css
<style>
a { background-color: #B276DF; }
a { background-color: rgb(178,118,223); }
div.DivClassName
{
background-color: #B276DF;
}
.BgClassName
{
background-color: #B276DF;
}
</style>
border-color css
<style>
span { border-color: #B276DF; }
span { border-color: rgb(178,118,223); }
td.TdClassName
{
border-color: #B276DF;
}
.TagClassName
{
border-color: #B276DF;
}
</style>