Shades of Amethyst #B06EE3
Tints of Amethyst #B06EE3
RGB
CMYK
RGB Variations
Color information
#B06EE3 (or 0xB06EE3) is known color: Amethyst. HEX triplet: B0, 6E and E3. RGB value is (176,110,227). Sum of RGB (Red+Green+Blue) = 176+110+227=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #B06EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EE3 is #4F911C. Grayscale: #8E8E8E. Windows color (decimal): -5214493 or 14905008. OLE color: 14905008.
HSL color Cylindrical-coordinate representation of color #B06EE3: hue angle of 273.85º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06EE3 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 110 | 227 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.11 |
| HSL | 273.85º | 0.68% | 0.66% | - |
| HSV(B) | 273.85º | 0.52% | 0.89% | - |
| XYZ | 37.35 | 25.93 | 75.71 | - |
| YUV | 143.07 | 175.37 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 227 | 0.22 | 0.52 | 0 | 0.11 | 273.85 | 0.68 | 0.66 |
| Hex | B0 | 6E | E3 | 16 | 34 | 0 | B | 112 | 44 | 42 |
| Octal | 260 | 156 | 343 | 26 | 64 | 0 | 13 | 422 | 104 | 102 |
| Binary | 10110000 | 1101110 | 11100011 | 10110 | 110100 | 0 | 1011 | 100010010 | 1000100 | 1000010 |
Color Harmonies of #B06EE3
Complementary color
Monochromatic Colors of #B06EE3
Black with #B06EE3
Text Example
Text Example
White with #B06EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EE3; }
p { color: rgb(176,110,227); }
H1.HeaderClassName
{
color: #B06EE3;
}
.AnyTagClassName
{
color: #B06EE3;
}
</style>
background-color css
<style>
a { background-color: #B06EE3; }
a { background-color: rgb(176,110,227); }
div.DivClassName
{
background-color: #B06EE3;
}
.BgClassName
{
background-color: #B06EE3;
}
</style>
border-color css
<style>
span { border-color: #B06EE3; }
span { border-color: rgb(176,110,227); }
td.TdClassName
{
border-color: #B06EE3;
}
.TagClassName
{
border-color: #B06EE3;
}
</style>