#B26EE0

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

Shades of Amethyst #B26EE0

Tints of Amethyst #B26EE0

Color information

#B26EE0 (or 0xB26EE0) is unknown color: approx Amethyst. HEX triplet: B2, 6E and E0. RGB value is (178,110,224). Sum of RGB (Red+Green+Blue) = 178+110+224=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #B26EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EE0 is #4D911F. Grayscale: #8E8E8E. Windows color (decimal): -5083424 or 14708402. OLE color: 14708402.

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

Color convert

RGB178110224-
CMYK0.210.5100.12
HSL275.79º64.77%65.49%-
HSV(B)275.79º50.89%87.84%-
XYZ37.392673.57-
YUV143.33173.53152.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 110 (43.36% from 255) = 21.48%
BLUE value IS 224 (87.89% from 255) = 43.75%
R=34.77%
G=21.48%
B=43.75%

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
Decimal1781102240.210.5100.12275.7964.7765.49
HexB26EE015330C1144141
Octal2621563402563014424101101
Binary10110010110111011100000101011100110110010001010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EE0; }

 p { color: rgb(178,110,224); }

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

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

 a { background-color: rgb(178,110,224); }

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

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

 span { border-color: rgb(178,110,224); }

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