Shades of Amethyst #B06CE1
Tints of Amethyst #B06CE1
RGB
CMYK
RGB Variations
Color information
#B06CE1 (or 0xB06CE1) is known color: Amethyst. HEX triplet: B0, 6C and E1. RGB value is (176,108,225). Sum of RGB (Red+Green+Blue) = 176+108+225=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #B06CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CE1 is #4F931E. Grayscale: #8D8D8D. Windows color (decimal): -5215007 or 14773424. OLE color: 14773424.
HSL color Cylindrical-coordinate representation of color #B06CE1: hue angle of 274.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06CE1 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 108 | 225 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.12 |
| HSL | 274.87º | 0.66% | 0.65% | - |
| HSV(B) | 274.87º | 0.52% | 0.88% | - |
| XYZ | 36.86 | 25.39 | 74.19 | - |
| YUV | 141.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 225 | 0.22 | 0.52 | 0 | 0.12 | 274.87 | 0.66 | 0.65 |
| Hex | B0 | 6C | E1 | 16 | 34 | 0 | C | 113 | 42 | 41 |
| Octal | 260 | 154 | 341 | 26 | 64 | 0 | 14 | 423 | 102 | 101 |
| Binary | 10110000 | 1101100 | 11100001 | 10110 | 110100 | 0 | 1100 | 100010011 | 1000010 | 1000001 |
Color Harmonies of #B06CE1
Complementary color
Monochromatic Colors of #B06CE1
Black with #B06CE1
Text Example
Text Example
White with #B06CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CE1; }
p { color: rgb(176,108,225); }
H1.HeaderClassName
{
color: #B06CE1;
}
.AnyTagClassName
{
color: #B06CE1;
}
</style>
background-color css
<style>
a { background-color: #B06CE1; }
a { background-color: rgb(176,108,225); }
div.DivClassName
{
background-color: #B06CE1;
}
.BgClassName
{
background-color: #B06CE1;
}
</style>
border-color css
<style>
span { border-color: #B06CE1; }
span { border-color: rgb(176,108,225); }
td.TdClassName
{
border-color: #B06CE1;
}
.TagClassName
{
border-color: #B06CE1;
}
</style>