#B376E3

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

Shades of Amethyst #B376E3

Tints of Amethyst #B376E3

Color information

#B376E3 (or 0xB376E3) is unknown color: approx Amethyst. HEX triplet: B3, 76 and E3. RGB value is (179,118,227). Sum of RGB (Red+Green+Blue) = 179+118+227=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #B376E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376E3 is #4C891C. Grayscale: #949494. Windows color (decimal): -5015837 or 14907059. OLE color: 14907059.

HSL color Cylindrical-coordinate representation of color #B376E3: hue angle of 273.58º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B376E3 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179118227-
CMYK0.210.4800.11
HSL273.58º66.06%67.65%-
HSV(B)273.58º48.02%89.02%-
XYZ38.9328.0976.04-
YUV148.66172.21149.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 227 (89.06% from 255) = 43.32%
R=34.16%
G=22.52%
B=43.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791182270.210.4800.11273.5866.0667.65
HexB376E315300B1124244
Octal2631663432560013422102104
Binary10110011111011011100011101011100000101110001001010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376E3; }

 p { color: rgb(179,118,227); }

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

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

 a { background-color: rgb(179,118,227); }

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

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

 span { border-color: rgb(179,118,227); }

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