Shades of Amethyst #B06DDA
Tints of Amethyst #B06DDA
RGB
CMYK
RGB Variations
Color information
#B06DDA (or 0xB06DDA) is known color: Amethyst. HEX triplet: B0, 6D and DA. RGB value is (176,109,218). Sum of RGB (Red+Green+Blue) = 176+109+218=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #B06DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DDA is #4F9225. Grayscale: #8D8D8D. Windows color (decimal): -5214758 or 14314928. OLE color: 14314928.
HSL color Cylindrical-coordinate representation of color #B06DDA: hue angle of 276.88º degrees, saturation: 0.6, 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 #B06DDA is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 109 | 218 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.15 |
| HSL | 276.88º | 0.6% | 0.64% | - |
| HSV(B) | 276.88º | 0.5% | 0.85% | - |
| XYZ | 36.03 | 25.23 | 69.3 | - |
| YUV | 141.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 218 | 0.19 | 0.5 | 0 | 0.15 | 276.88 | 0.6 | 0.64 |
| Hex | B0 | 6D | DA | 13 | 32 | 0 | F | 115 | 3C | 40 |
| Octal | 260 | 155 | 332 | 23 | 62 | 0 | 17 | 425 | 74 | 100 |
| Binary | 10110000 | 1101101 | 11011010 | 10011 | 110010 | 0 | 1111 | 100010101 | 111100 | 1000000 |
Color Harmonies of #B06DDA
Complementary color
Monochromatic Colors of #B06DDA
Black with #B06DDA
Text Example
Text Example
White with #B06DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DDA; }
p { color: rgb(176,109,218); }
H1.HeaderClassName
{
color: #B06DDA;
}
.AnyTagClassName
{
color: #B06DDA;
}
</style>
background-color css
<style>
a { background-color: #B06DDA; }
a { background-color: rgb(176,109,218); }
div.DivClassName
{
background-color: #B06DDA;
}
.BgClassName
{
background-color: #B06DDA;
}
</style>
border-color css
<style>
span { border-color: #B06DDA; }
span { border-color: rgb(176,109,218); }
td.TdClassName
{
border-color: #B06DDA;
}
.TagClassName
{
border-color: #B06DDA;
}
</style>