Shades of Amethyst #B06FE6
Tints of Amethyst #B06FE6
RGB
CMYK
RGB Variations
Color information
#B06FE6 (or 0xB06FE6) is known color: Amethyst. HEX triplet: B0, 6F and E6. RGB value is (176,111,230). Sum of RGB (Red+Green+Blue) = 176+111+230=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #B06FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FE6 is #4F9019. Grayscale: #8F8F8F. Windows color (decimal): -5214234 or 15101872. OLE color: 15101872.
HSL color Cylindrical-coordinate representation of color #B06FE6: hue angle of 272.77º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06FE6 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 111 | 230 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.10 |
| HSL | 272.77º | 0.7% | 0.67% | - |
| HSV(B) | 272.77º | 0.52% | 0.9% | - |
| XYZ | 37.87 | 26.31 | 77.95 | - |
| YUV | 144 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 230 | 0.23 | 0.52 | 0 | 0.10 | 272.77 | 0.7 | 0.67 |
| Hex | B0 | 6F | E6 | 17 | 34 | 0 | A | 111 | 46 | 43 |
| Octal | 260 | 157 | 346 | 27 | 64 | 0 | 12 | 421 | 106 | 103 |
| Binary | 10110000 | 1101111 | 11100110 | 10111 | 110100 | 0 | 1010 | 100010001 | 1000110 | 1000011 |
Color Harmonies of #B06FE6
Complementary color
Monochromatic Colors of #B06FE6
Black with #B06FE6
Text Example
Text Example
White with #B06FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FE6; }
p { color: rgb(176,111,230); }
H1.HeaderClassName
{
color: #B06FE6;
}
.AnyTagClassName
{
color: #B06FE6;
}
</style>
background-color css
<style>
a { background-color: #B06FE6; }
a { background-color: rgb(176,111,230); }
div.DivClassName
{
background-color: #B06FE6;
}
.BgClassName
{
background-color: #B06FE6;
}
</style>
border-color css
<style>
span { border-color: #B06FE6; }
span { border-color: rgb(176,111,230); }
td.TdClassName
{
border-color: #B06FE6;
}
.TagClassName
{
border-color: #B06FE6;
}
</style>