Shades of Amethyst #B06EDA
Tints of Amethyst #B06EDA
RGB
CMYK
RGB Variations
Color information
#B06EDA (or 0xB06EDA) is known color: Amethyst. HEX triplet: B0, 6E and DA. RGB value is (176,110,218). Sum of RGB (Red+Green+Blue) = 176+110+218=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B06EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EDA is #4F9125. Grayscale: #8D8D8D. Windows color (decimal): -5214502 or 14315184. OLE color: 14315184.
HSL color Cylindrical-coordinate representation of color #B06EDA: hue angle of 276.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06EDA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 110 | 218 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.15 |
| HSL | 276.67º | 0.59% | 0.64% | - |
| HSV(B) | 276.67º | 0.5% | 0.85% | - |
| XYZ | 36.14 | 25.44 | 69.34 | - |
| YUV | 142.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 218 | 0.19 | 0.50 | 0 | 0.15 | 276.67 | 0.59 | 0.64 |
| Hex | B0 | 6E | DA | 13 | 32 | 0 | F | 115 | 3B | 40 |
| Octal | 260 | 156 | 332 | 23 | 62 | 0 | 17 | 425 | 73 | 100 |
| Binary | 10110000 | 1101110 | 11011010 | 10011 | 110010 | 0 | 1111 | 100010101 | 111011 | 1000000 |
Color Harmonies of #B06EDA
Complementary color
Monochromatic Colors of #B06EDA
Black with #B06EDA
Text Example
Text Example
White with #B06EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EDA; }
p { color: rgb(176,110,218); }
H1.HeaderClassName
{
color: #B06EDA;
}
.AnyTagClassName
{
color: #B06EDA;
}
</style>
background-color css
<style>
a { background-color: #B06EDA; }
a { background-color: rgb(176,110,218); }
div.DivClassName
{
background-color: #B06EDA;
}
.BgClassName
{
background-color: #B06EDA;
}
</style>
border-color css
<style>
span { border-color: #B06EDA; }
span { border-color: rgb(176,110,218); }
td.TdClassName
{
border-color: #B06EDA;
}
.TagClassName
{
border-color: #B06EDA;
}
</style>