#B379DA

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

Shades of Amethyst #B379DA

Tints of Amethyst #B379DA

Color information

#B379DA (or 0xB379DA) is unknown color: approx Amethyst. HEX triplet: B3, 79 and DA. RGB value is (179,121,218). Sum of RGB (Red+Green+Blue) = 179+121+218=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #B379DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379DA is #4C8625. Grayscale: #959595. Windows color (decimal): -5015078 or 14318003. OLE color: 14318003.

HSL color Cylindrical-coordinate representation of color #B379DA: hue angle of 275.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B379DA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179121218-
CMYK0.180.4400.15
HSL275.88º56.73%66.47%-
HSV(B)275.88º44.5%85.49%-
XYZ38.0828.3269.79-
YUV149.4166.72149.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 121 (47.66% from 255) = 23.36%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=34.56%
G=23.36%
B=42.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791212180.180.4400.15275.8856.7366.47
HexB379DA122C0F1143942
Octal263171332225401742471102
Binary1011001111110011101101010010101100011111000101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379DA; }

 p { color: rgb(179,121,218); }

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

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

 a { background-color: rgb(179,121,218); }

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

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

 span { border-color: rgb(179,121,218); }

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