#B377DE

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

Shades of Amethyst #B377DE

Tints of Amethyst #B377DE

Color information

#B377DE (or 0xB377DE) is unknown color: approx Amethyst. HEX triplet: B3, 77 and DE. RGB value is (179,119,222). Sum of RGB (Red+Green+Blue) = 179+119+222=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #B377DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DE is #4C8821. Grayscale: #949494. Windows color (decimal): -5015586 or 14579635. OLE color: 14579635.

HSL color Cylindrical-coordinate representation of color #B377DE: hue angle of 274.95º 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 #B377DE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179119222-
CMYK0.190.4600.13
HSL274.95º60.95%66.86%-
HSV(B)274.95º46.4%87.06%-
XYZ38.3728.0572.5-
YUV148.68169.38149.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=34.42%
G=22.88%
B=42.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791192220.190.4600.13274.9560.9566.86
HexB377DE132E0D1133d43
Octal263167336235601542375103
Binary1011001111101111101111010011101110011011000100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377DE; }

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

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

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

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

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

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

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

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