Shades of Amethyst #B06DD2
Tints of Amethyst #B06DD2
RGB
CMYK
RGB Variations
Color information
#B06DD2 (or 0xB06DD2) is known color: Amethyst. HEX triplet: B0, 6D and D2. RGB value is (176,109,210). Sum of RGB (Red+Green+Blue) = 176+109+210=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #B06DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DD2 is #4F922D. Grayscale: #8C8C8C. Windows color (decimal): -5214766 or 13790640. OLE color: 13790640.
HSL color Cylindrical-coordinate representation of color #B06DD2: hue angle of 279.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06DD2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 109 | 210 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.18 |
| HSL | 279.8º | 0.53% | 0.63% | - |
| HSV(B) | 279.8º | 0.48% | 0.82% | - |
| XYZ | 35.01 | 24.82 | 63.92 | - |
| YUV | 140.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 210 | 0.16 | 0.48 | 0 | 0.18 | 279.8 | 0.53 | 0.63 |
| Hex | B0 | 6D | D2 | 10 | 30 | 0 | 12 | 118 | 35 | 3F |
| Octal | 260 | 155 | 322 | 20 | 60 | 0 | 22 | 430 | 65 | 77 |
| Binary | 10110000 | 1101101 | 11010010 | 10000 | 110000 | 0 | 10010 | 100011000 | 110101 | 111111 |
Color Harmonies of #B06DD2
Complementary color
Monochromatic Colors of #B06DD2
Black with #B06DD2
Text Example
Text Example
White with #B06DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DD2; }
p { color: rgb(176,109,210); }
H1.HeaderClassName
{
color: #B06DD2;
}
.AnyTagClassName
{
color: #B06DD2;
}
</style>
background-color css
<style>
a { background-color: #B06DD2; }
a { background-color: rgb(176,109,210); }
div.DivClassName
{
background-color: #B06DD2;
}
.BgClassName
{
background-color: #B06DD2;
}
</style>
border-color css
<style>
span { border-color: #B06DD2; }
span { border-color: rgb(176,109,210); }
td.TdClassName
{
border-color: #B06DD2;
}
.TagClassName
{
border-color: #B06DD2;
}
</style>