#B077DE

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

Shades of Amethyst #B077DE

Tints of Amethyst #B077DE

Color information

#B077DE (or 0xB077DE) is unknown color: approx Amethyst. HEX triplet: B0, 77 and DE. RGB value is (176,119,222). Sum of RGB (Red+Green+Blue) = 176+119+222=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #B077DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077DE is #4F8821. Grayscale: #939393. Windows color (decimal): -5212194 or 14579632. OLE color: 14579632.

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

Color convert

RGB176119222-
CMYK0.210.4600.13
HSL273.2º60.95%66.86%-
HSV(B)273.2º46.4%87.06%-
XYZ37.6927.772.47-
YUV147.78169.88148.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=34.04%
G=23.02%
B=42.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761192220.210.4600.13273.260.9566.86
HexB077DE152E0D1113d43
Octal260167336255601542175103
Binary1011000011101111101111010101101110011011000100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077DE; }

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

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

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

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

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

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

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

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