#B179DA

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

Shades of Amethyst #B179DA

Tints of Amethyst #B179DA

Color information

#B179DA (or 0xB179DA) is unknown color: approx Amethyst. HEX triplet: B1, 79 and DA. RGB value is (177,121,218). Sum of RGB (Red+Green+Blue) = 177+121+218=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B179DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179DA is #4E8625. Grayscale: #949494. Windows color (decimal): -5146150 or 14318001. OLE color: 14318001.

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

Color convert

RGB177121218-
CMYK0.190.4400.15
HSL274.64º56.73%66.47%-
HSV(B)274.64º44.5%85.49%-
XYZ37.6228.0869.77-
YUV148.8167.05148.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=34.30%
G=23.45%
B=42.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771212180.190.4400.15274.6456.7366.47
HexB179DA132C0F1133942
Octal261171332235401742371102
Binary1011000111110011101101010011101100011111000100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179DA; }

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

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

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

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

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

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

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

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