Shades of Amethyst #B06CDE
Tints of Amethyst #B06CDE
RGB
CMYK
RGB Variations
Color information
#B06CDE (or 0xB06CDE) is known color: Amethyst. HEX triplet: B0, 6C and DE. RGB value is (176,108,222). Sum of RGB (Red+Green+Blue) = 176+108+222=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #B06CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CDE is #4F9321. Grayscale: #8C8C8C. Windows color (decimal): -5215010 or 14576816. OLE color: 14576816.
HSL color Cylindrical-coordinate representation of color #B06CDE: hue angle of 275.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06CDE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 108 | 222 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.13 |
| HSL | 275.79º | 0.63% | 0.65% | - |
| HSV(B) | 275.79º | 0.51% | 0.87% | - |
| XYZ | 36.45 | 25.23 | 72.06 | - |
| YUV | 141.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 222 | 0.21 | 0.51 | 0 | 0.13 | 275.79 | 0.63 | 0.65 |
| Hex | B0 | 6C | DE | 15 | 33 | 0 | D | 114 | 3F | 41 |
| Octal | 260 | 154 | 336 | 25 | 63 | 0 | 15 | 424 | 77 | 101 |
| Binary | 10110000 | 1101100 | 11011110 | 10101 | 110011 | 0 | 1101 | 100010100 | 111111 | 1000001 |
Color Harmonies of #B06CDE
Complementary color
Monochromatic Colors of #B06CDE
Black with #B06CDE
Text Example
Text Example
White with #B06CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CDE; }
p { color: rgb(176,108,222); }
H1.HeaderClassName
{
color: #B06CDE;
}
.AnyTagClassName
{
color: #B06CDE;
}
</style>
background-color css
<style>
a { background-color: #B06CDE; }
a { background-color: rgb(176,108,222); }
div.DivClassName
{
background-color: #B06CDE;
}
.BgClassName
{
background-color: #B06CDE;
}
</style>
border-color css
<style>
span { border-color: #B06CDE; }
span { border-color: rgb(176,108,222); }
td.TdClassName
{
border-color: #B06CDE;
}
.TagClassName
{
border-color: #B06CDE;
}
</style>