Shades of Amethyst #B06ED0
Tints of Amethyst #B06ED0
RGB
CMYK
RGB Variations
Color information
#B06ED0 (or 0xB06ED0) is known color: Amethyst. HEX triplet: B0, 6E and D0. RGB value is (176,110,208). Sum of RGB (Red+Green+Blue) = 176+110+208=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #B06ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ED0 is #4F912F. Grayscale: #8C8C8C. Windows color (decimal): -5214512 or 13659824. OLE color: 13659824.
HSL color Cylindrical-coordinate representation of color #B06ED0: hue angle of 280.41º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06ED0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 110 | 208 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.18 |
| HSL | 280.41º | 0.51% | 0.62% | - |
| HSV(B) | 280.41º | 0.47% | 0.82% | - |
| XYZ | 34.87 | 24.94 | 62.65 | - |
| YUV | 140.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 208 | 0.15 | 0.47 | 0 | 0.18 | 280.41 | 0.51 | 0.62 |
| Hex | B0 | 6E | D0 | F | 2F | 0 | 12 | 118 | 33 | 3E |
| Octal | 260 | 156 | 320 | 17 | 57 | 0 | 22 | 430 | 63 | 76 |
| Binary | 10110000 | 1101110 | 11010000 | 1111 | 101111 | 0 | 10010 | 100011000 | 110011 | 111110 |
Color Harmonies of #B06ED0
Complementary color
Monochromatic Colors of #B06ED0
Black with #B06ED0
Text Example
Text Example
White with #B06ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06ED0; }
p { color: rgb(176,110,208); }
H1.HeaderClassName
{
color: #B06ED0;
}
.AnyTagClassName
{
color: #B06ED0;
}
</style>
background-color css
<style>
a { background-color: #B06ED0; }
a { background-color: rgb(176,110,208); }
div.DivClassName
{
background-color: #B06ED0;
}
.BgClassName
{
background-color: #B06ED0;
}
</style>
border-color css
<style>
span { border-color: #B06ED0; }
span { border-color: rgb(176,110,208); }
td.TdClassName
{
border-color: #B06ED0;
}
.TagClassName
{
border-color: #B06ED0;
}
</style>