Shades of Amethyst #B06FE0
Tints of Amethyst #B06FE0
RGB
CMYK
RGB Variations
Color information
#B06FE0 (or 0xB06FE0) is known color: Amethyst. HEX triplet: B0, 6F and E0. RGB value is (176,111,224). Sum of RGB (Red+Green+Blue) = 176+111+224=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #B06FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FE0 is #4F901F. Grayscale: #8E8E8E. Windows color (decimal): -5214240 or 14708656. OLE color: 14708656.
HSL color Cylindrical-coordinate representation of color #B06FE0: hue angle of 274.51º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06FE0 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 111 | 224 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.12 |
| HSL | 274.51º | 0.65% | 0.66% | - |
| HSV(B) | 274.51º | 0.5% | 0.88% | - |
| XYZ | 37.04 | 25.98 | 73.58 | - |
| YUV | 143.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 224 | 0.21 | 0.50 | 0 | 0.12 | 274.51 | 0.65 | 0.66 |
| Hex | B0 | 6F | E0 | 15 | 32 | 0 | C | 113 | 41 | 42 |
| Octal | 260 | 157 | 340 | 25 | 62 | 0 | 14 | 423 | 101 | 102 |
| Binary | 10110000 | 1101111 | 11100000 | 10101 | 110010 | 0 | 1100 | 100010011 | 1000001 | 1000010 |
Color Harmonies of #B06FE0
Complementary color
Monochromatic Colors of #B06FE0
Black with #B06FE0
Text Example
Text Example
White with #B06FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FE0; }
p { color: rgb(176,111,224); }
H1.HeaderClassName
{
color: #B06FE0;
}
.AnyTagClassName
{
color: #B06FE0;
}
</style>
background-color css
<style>
a { background-color: #B06FE0; }
a { background-color: rgb(176,111,224); }
div.DivClassName
{
background-color: #B06FE0;
}
.BgClassName
{
background-color: #B06FE0;
}
</style>
border-color css
<style>
span { border-color: #B06FE0; }
span { border-color: rgb(176,111,224); }
td.TdClassName
{
border-color: #B06FE0;
}
.TagClassName
{
border-color: #B06FE0;
}
</style>