Shades of Amethyst #B06FDC
Tints of Amethyst #B06FDC
RGB
CMYK
RGB Variations
Color information
#B06FDC (or 0xB06FDC) is known color: Amethyst. HEX triplet: B0, 6F and DC. RGB value is (176,111,220). Sum of RGB (Red+Green+Blue) = 176+111+220=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #B06FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FDC is #4F9023. Grayscale: #8E8E8E. Windows color (decimal): -5214244 or 14446512. OLE color: 14446512.
HSL color Cylindrical-coordinate representation of color #B06FDC: hue angle of 275.78º 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 #B06FDC is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 111 | 220 | - |
| CMYK | 0.2 | 0.50 | 0 | 0.14 |
| HSL | 275.78º | 0.61% | 0.65% | - |
| HSV(B) | 275.78º | 0.5% | 0.86% | - |
| XYZ | 36.51 | 25.77 | 70.76 | - |
| YUV | 142.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 220 | 0.2 | 0.50 | 0 | 0.14 | 275.78 | 0.61 | 0.65 |
| Hex | B0 | 6F | DC | 14 | 32 | 0 | E | 114 | 3D | 41 |
| Octal | 260 | 157 | 334 | 24 | 62 | 0 | 16 | 424 | 75 | 101 |
| Binary | 10110000 | 1101111 | 11011100 | 10100 | 110010 | 0 | 1110 | 100010100 | 111101 | 1000001 |
Color Harmonies of #B06FDC
Complementary color
Monochromatic Colors of #B06FDC
Black with #B06FDC
Text Example
Text Example
White with #B06FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FDC; }
p { color: rgb(176,111,220); }
H1.HeaderClassName
{
color: #B06FDC;
}
.AnyTagClassName
{
color: #B06FDC;
}
</style>
background-color css
<style>
a { background-color: #B06FDC; }
a { background-color: rgb(176,111,220); }
div.DivClassName
{
background-color: #B06FDC;
}
.BgClassName
{
background-color: #B06FDC;
}
</style>
border-color css
<style>
span { border-color: #B06FDC; }
span { border-color: rgb(176,111,220); }
td.TdClassName
{
border-color: #B06FDC;
}
.TagClassName
{
border-color: #B06FDC;
}
</style>