#B26FE1

Color #B26FE1 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #B26FE1

Tints of Amethyst #B26FE1

Color information

#B26FE1 (or 0xB26FE1) is unknown color: approx Amethyst. HEX triplet: B2, 6F and E1. RGB value is (178,111,225). Sum of RGB (Red+Green+Blue) = 178+111+225=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #B26FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FE1 is #4D901E. Grayscale: #8F8F8F. Windows color (decimal): -5083167 or 14774194. OLE color: 14774194.

HSL color Cylindrical-coordinate representation of color #B26FE1: hue angle of 275.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26FE1 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178111225-
CMYK0.210.5100.12
HSL275.26º65.52%65.88%-
HSV(B)275.26º50.67%88.24%-
XYZ37.6426.2774.32-
YUV144.03173.7152.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 111 (43.75% from 255) = 21.60%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=34.63%
G=21.60%
B=43.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781112250.210.5100.12275.2665.5265.88
HexB26FE115330C1134242
Octal2621573412563014423102102
Binary10110010110111111100001101011100110110010001001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FE1; }

 p { color: rgb(178,111,225); }

 H1.HeaderClassName
 {
   color: #B26FE1;
 }
 .AnyTagClassName
 {
   color: #B26FE1;
 }
</style>
background-color css

<style>
 a { background-color: #B26FE1; }

 a { background-color: rgb(178,111,225); }

 div.DivClassName
 {
   background-color: #B26FE1;
 }
 .BgClassName
 {
   background-color: #B26FE1;
 }
</style>
border-color css

<style>
 span { border-color: #B26FE1; }

 span { border-color: rgb(178,111,225); }

 td.TdClassName
 {
   border-color: #B26FE1;
 }
 .TagClassName
 {
   border-color: #B26FE1;
 }
</style>