#B26DE7

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

Shades of Amethyst #B26DE7

Tints of Amethyst #B26DE7

Color information

#B26DE7 (or 0xB26DE7) is unknown color: approx 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

RGB178109231-
CMYK0.230.5300.09
HSL273.93º71.76%66.67%-
HSV(B)273.93º52.81%90.59%-
XYZ38.2526.1778.64-
YUV143.54177.36152.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 231 (90.62% from 255) = 44.59%
R=34.36%
G=21.04%
B=44.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781092310.230.5300.09273.9371.7666.67
HexB26DE71735091124843
Octal2621553472765011422110103
Binary10110010110110111100111101111101010100110001001010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>