#B26FE2

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

Shades of Amethyst #B26FE2

Tints of Amethyst #B26FE2

Color information

#B26FE2 (or 0xB26FE2) is unknown color: approx Amethyst. HEX triplet: B2, 6F and E2. RGB value is (178,111,226). Sum of RGB (Red+Green+Blue) = 178+111+226=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #B26FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FE2 is #4D901D. Grayscale: #8F8F8F. Windows color (decimal): -5083166 or 14839730. OLE color: 14839730.

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

Color convert

RGB178111226-
CMYK0.210.5100.11
HSL274.96º66.47%66.08%-
HSV(B)274.96º50.88%88.63%-
XYZ37.7726.3275.04-
YUV144.14174.2152.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 226 (88.67% from 255) = 43.88%
R=34.56%
G=21.55%
B=43.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781112260.210.5100.11274.9666.4766.08
HexB26FE215330B1134242
Octal2621573422563013423102102
Binary10110010110111111100010101011100110101110001001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FE2; }

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

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

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

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

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

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

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

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