Shades of Amethyst #B06BDC
Tints of Amethyst #B06BDC
RGB
CMYK
RGB Variations
Color information
#B06BDC (or 0xB06BDC) is known color: Amethyst. HEX triplet: B0, 6B and DC. RGB value is (176,107,220). Sum of RGB (Red+Green+Blue) = 176+107+220=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #B06BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BDC is #4F9423. Grayscale: #8C8C8C. Windows color (decimal): -5215268 or 14445488. OLE color: 14445488.
HSL color Cylindrical-coordinate representation of color #B06BDC: hue angle of 276.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06BDC is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 107 | 220 | - |
| CMYK | 0.2 | 0.51 | 0 | 0.14 |
| HSL | 276.64º | 0.62% | 0.64% | - |
| HSV(B) | 276.64º | 0.51% | 0.86% | - |
| XYZ | 36.08 | 24.91 | 70.62 | - |
| YUV | 140.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 220 | 0.2 | 0.51 | 0 | 0.14 | 276.64 | 0.62 | 0.64 |
| Hex | B0 | 6B | DC | 14 | 33 | 0 | E | 115 | 3E | 40 |
| Octal | 260 | 153 | 334 | 24 | 63 | 0 | 16 | 425 | 76 | 100 |
| Binary | 10110000 | 1101011 | 11011100 | 10100 | 110011 | 0 | 1110 | 100010101 | 111110 | 1000000 |
Color Harmonies of #B06BDC
Complementary color
Monochromatic Colors of #B06BDC
Black with #B06BDC
Text Example
Text Example
White with #B06BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BDC; }
p { color: rgb(176,107,220); }
H1.HeaderClassName
{
color: #B06BDC;
}
.AnyTagClassName
{
color: #B06BDC;
}
</style>
background-color css
<style>
a { background-color: #B06BDC; }
a { background-color: rgb(176,107,220); }
div.DivClassName
{
background-color: #B06BDC;
}
.BgClassName
{
background-color: #B06BDC;
}
</style>
border-color css
<style>
span { border-color: #B06BDC; }
span { border-color: rgb(176,107,220); }
td.TdClassName
{
border-color: #B06BDC;
}
.TagClassName
{
border-color: #B06BDC;
}
</style>