Shades of Amethyst #B06DDC
Tints of Amethyst #B06DDC
RGB
CMYK
RGB Variations
Color information
#B06DDC (or 0xB06DDC) is known color: Amethyst. HEX triplet: B0, 6D and DC. RGB value is (176,109,220). Sum of RGB (Red+Green+Blue) = 176+109+220=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #B06DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DDC is #4F9223. Grayscale: #8D8D8D. Windows color (decimal): -5214756 or 14446000. OLE color: 14446000.
HSL color Cylindrical-coordinate representation of color #B06DDC: hue angle of 276.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06DDC is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 109 | 220 | - |
| CMYK | 0.2 | 0.50 | 0 | 0.14 |
| HSL | 276.22º | 0.61% | 0.65% | - |
| HSV(B) | 276.22º | 0.5% | 0.86% | - |
| XYZ | 36.29 | 25.33 | 70.69 | - |
| YUV | 141.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 220 | 0.2 | 0.50 | 0 | 0.14 | 276.22 | 0.61 | 0.65 |
| Hex | B0 | 6D | DC | 14 | 32 | 0 | E | 114 | 3D | 41 |
| Octal | 260 | 155 | 334 | 24 | 62 | 0 | 16 | 424 | 75 | 101 |
| Binary | 10110000 | 1101101 | 11011100 | 10100 | 110010 | 0 | 1110 | 100010100 | 111101 | 1000001 |
Color Harmonies of #B06DDC
Complementary color
Monochromatic Colors of #B06DDC
Black with #B06DDC
Text Example
Text Example
White with #B06DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DDC; }
p { color: rgb(176,109,220); }
H1.HeaderClassName
{
color: #B06DDC;
}
.AnyTagClassName
{
color: #B06DDC;
}
</style>
background-color css
<style>
a { background-color: #B06DDC; }
a { background-color: rgb(176,109,220); }
div.DivClassName
{
background-color: #B06DDC;
}
.BgClassName
{
background-color: #B06DDC;
}
</style>
border-color css
<style>
span { border-color: #B06DDC; }
span { border-color: rgb(176,109,220); }
td.TdClassName
{
border-color: #B06DDC;
}
.TagClassName
{
border-color: #B06DDC;
}
</style>