Shades of Amethyst #B26DE7
Tints of Amethyst #B26DE7
RGB
CMYK
RGB Variations
Color information
#B26DE7 (or 0xB26DE7) is known color: Amethyst. HEX triplet: B2, 6D and E7. RGB value is (178,109,231). Sum of RGB (Red+Green+Blue) = 178+109+231=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #B26DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26DE7 is #4D9218. Grayscale: #8F8F8F. Windows color (decimal): -5083673 or 15166898. OLE color: 15166898.
HSL color Cylindrical-coordinate representation of color #B26DE7: hue angle of 273.93º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B26DE7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 109 | 231 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.09 |
| HSL | 273.93º | 0.72% | 0.67% | - |
| HSV(B) | 273.93º | 0.53% | 0.91% | - |
| XYZ | 38.25 | 26.17 | 78.64 | - |
| YUV | 143.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 231 | 0.23 | 0.53 | 0 | 0.09 | 273.93 | 0.72 | 0.67 |
| Hex | B2 | 6D | E7 | 17 | 35 | 0 | 9 | 112 | 48 | 43 |
| Octal | 262 | 155 | 347 | 27 | 65 | 0 | 11 | 422 | 110 | 103 |
| Binary | 10110010 | 1101101 | 11100111 | 10111 | 110101 | 0 | 1001 | 100010010 | 1001000 | 1000011 |
Color Harmonies of #B26DE7
Complementary color
Monochromatic Colors of #B26DE7
Black with #B26DE7
Text Example
Text Example
White with #B26DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DE7; }
p { color: rgb(178,109,231); }
H1.HeaderClassName
{
color: #B26DE7;
}
.AnyTagClassName
{
color: #B26DE7;
}
</style>
background-color css
<style>
a { background-color: #B26DE7; }
a { background-color: rgb(178,109,231); }
div.DivClassName
{
background-color: #B26DE7;
}
.BgClassName
{
background-color: #B26DE7;
}
</style>
border-color css
<style>
span { border-color: #B26DE7; }
span { border-color: rgb(178,109,231); }
td.TdClassName
{
border-color: #B26DE7;
}
.TagClassName
{
border-color: #B26DE7;
}
</style>