Shades of Amethyst #B06EDD
Tints of Amethyst #B06EDD
RGB
CMYK
RGB Variations
Color information
#B06EDD (or 0xB06EDD) is known color: Amethyst. HEX triplet: B0, 6E and DD. RGB value is (176,110,221). Sum of RGB (Red+Green+Blue) = 176+110+221=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B06EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EDD is #4F9122. Grayscale: #8E8E8E. Windows color (decimal): -5214499 or 14511792. OLE color: 14511792.
HSL color Cylindrical-coordinate representation of color #B06EDD: hue angle of 275.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06EDD is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 110 | 221 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.13 |
| HSL | 275.68º | 0.62% | 0.65% | - |
| HSV(B) | 275.68º | 0.5% | 0.87% | - |
| XYZ | 36.53 | 25.6 | 71.42 | - |
| YUV | 142.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 221 | 0.20 | 0.50 | 0 | 0.13 | 275.68 | 0.62 | 0.65 |
| Hex | B0 | 6E | DD | 14 | 32 | 0 | D | 114 | 3E | 41 |
| Octal | 260 | 156 | 335 | 24 | 62 | 0 | 15 | 424 | 76 | 101 |
| Binary | 10110000 | 1101110 | 11011101 | 10100 | 110010 | 0 | 1101 | 100010100 | 111110 | 1000001 |
Color Harmonies of #B06EDD
Complementary color
Monochromatic Colors of #B06EDD
Black with #B06EDD
Text Example
Text Example
White with #B06EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EDD; }
p { color: rgb(176,110,221); }
H1.HeaderClassName
{
color: #B06EDD;
}
.AnyTagClassName
{
color: #B06EDD;
}
</style>
background-color css
<style>
a { background-color: #B06EDD; }
a { background-color: rgb(176,110,221); }
div.DivClassName
{
background-color: #B06EDD;
}
.BgClassName
{
background-color: #B06EDD;
}
</style>
border-color css
<style>
span { border-color: #B06EDD; }
span { border-color: rgb(176,110,221); }
td.TdClassName
{
border-color: #B06EDD;
}
.TagClassName
{
border-color: #B06EDD;
}
</style>