Shades of Amethyst #B26FDF
Tints of Amethyst #B26FDF
RGB
CMYK
RGB Variations
Color information
#B26FDF (or 0xB26FDF) is known color: Amethyst. HEX triplet: B2, 6F and DF. RGB value is (178,111,223). Sum of RGB (Red+Green+Blue) = 178+111+223=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #B26FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FDF is #4D9020. Grayscale: #8F8F8F. Windows color (decimal): -5083169 or 14643122. OLE color: 14643122.
HSL color Cylindrical-coordinate representation of color #B26FDF: hue angle of 275.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26FDF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 111 | 223 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.13 |
| HSL | 275.89º | 0.64% | 0.65% | - |
| HSV(B) | 275.89º | 0.5% | 0.87% | - |
| XYZ | 37.36 | 26.16 | 72.89 | - |
| YUV | 143.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 223 | 0.20 | 0.50 | 0 | 0.13 | 275.89 | 0.64 | 0.65 |
| Hex | B2 | 6F | DF | 14 | 32 | 0 | D | 114 | 40 | 41 |
| Octal | 262 | 157 | 337 | 24 | 62 | 0 | 15 | 424 | 100 | 101 |
| Binary | 10110010 | 1101111 | 11011111 | 10100 | 110010 | 0 | 1101 | 100010100 | 1000000 | 1000001 |
Color Harmonies of #B26FDF
Complementary color
Monochromatic Colors of #B26FDF
Black with #B26FDF
Text Example
Text Example
White with #B26FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FDF; }
p { color: rgb(178,111,223); }
H1.HeaderClassName
{
color: #B26FDF;
}
.AnyTagClassName
{
color: #B26FDF;
}
</style>
background-color css
<style>
a { background-color: #B26FDF; }
a { background-color: rgb(178,111,223); }
div.DivClassName
{
background-color: #B26FDF;
}
.BgClassName
{
background-color: #B26FDF;
}
</style>
border-color css
<style>
span { border-color: #B26FDF; }
span { border-color: rgb(178,111,223); }
td.TdClassName
{
border-color: #B26FDF;
}
.TagClassName
{
border-color: #B26FDF;
}
</style>