#B076DE

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

Shades of Amethyst #B076DE

Tints of Amethyst #B076DE

Color information

#B076DE (or 0xB076DE) is unknown color: approx Amethyst. HEX triplet: B0, 76 and DE. RGB value is (176,118,222). Sum of RGB (Red+Green+Blue) = 176+118+222=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #B076DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076DE is #4F8921. Grayscale: #929292. Windows color (decimal): -5212450 or 14579376. OLE color: 14579376.

HSL color Cylindrical-coordinate representation of color #B076DE: hue angle of 273.46º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B076DE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176118222-
CMYK0.210.4700.13
HSL273.46º61.18%66.67%-
HSV(B)273.46º46.85%87.06%-
XYZ37.5727.4672.43-
YUV147.2170.22148.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=34.11%
G=22.87%
B=43.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761182220.210.4700.13273.4661.1866.67
HexB076DE152F0D1113d43
Octal260166336255701542175103
Binary1011000011101101101111010101101111011011000100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076DE; }

 p { color: rgb(176,118,222); }

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

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

 a { background-color: rgb(176,118,222); }

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

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

 span { border-color: rgb(176,118,222); }

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