Shades of Amethyst #B06ECF
Tints of Amethyst #B06ECF
RGB
CMYK
RGB Variations
Color information
#B06ECF (or 0xB06ECF) is known color: Amethyst. HEX triplet: B0, 6E and CF. RGB value is (176,110,207). Sum of RGB (Red+Green+Blue) = 176+110+207=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B06ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ECF is #4F9130. Grayscale: #8C8C8C. Windows color (decimal): -5214513 or 13594288. OLE color: 13594288.
HSL color Cylindrical-coordinate representation of color #B06ECF: hue angle of 280.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06ECF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 110 | 207 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.19 |
| HSL | 280.82º | 0.5% | 0.62% | - |
| HSV(B) | 280.82º | 0.47% | 0.81% | - |
| XYZ | 34.74 | 24.89 | 62 | - |
| YUV | 140.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 207 | 0.15 | 0.47 | 0 | 0.19 | 280.82 | 0.5 | 0.62 |
| Hex | B0 | 6E | CF | F | 2F | 0 | 13 | 119 | 32 | 3E |
| Octal | 260 | 156 | 317 | 17 | 57 | 0 | 23 | 431 | 62 | 76 |
| Binary | 10110000 | 1101110 | 11001111 | 1111 | 101111 | 0 | 10011 | 100011001 | 110010 | 111110 |
Color Harmonies of #B06ECF
Complementary color
Monochromatic Colors of #B06ECF
Black with #B06ECF
Text Example
Text Example
White with #B06ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06ECF; }
p { color: rgb(176,110,207); }
H1.HeaderClassName
{
color: #B06ECF;
}
.AnyTagClassName
{
color: #B06ECF;
}
</style>
background-color css
<style>
a { background-color: #B06ECF; }
a { background-color: rgb(176,110,207); }
div.DivClassName
{
background-color: #B06ECF;
}
.BgClassName
{
background-color: #B06ECF;
}
</style>
border-color css
<style>
span { border-color: #B06ECF; }
span { border-color: rgb(176,110,207); }
td.TdClassName
{
border-color: #B06ECF;
}
.TagClassName
{
border-color: #B06ECF;
}
</style>