#B171DE

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

Shades of Amethyst #B171DE

Tints of Amethyst #B171DE

Color information

#B171DE (or 0xB171DE) is unknown color: approx Amethyst. HEX triplet: B1, 71 and DE. RGB value is (177,113,222). Sum of RGB (Red+Green+Blue) = 177+113+222=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #B171DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171DE is #4E8E21. Grayscale: #909090. Windows color (decimal): -5148194 or 14578097. OLE color: 14578097.

HSL color Cylindrical-coordinate representation of color #B171DE: hue angle of 275.23º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B171DE is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177113222-
CMYK0.200.4900.13
HSL275.23º62.29%65.69%-
HSV(B)275.23º49.1%87.06%-
XYZ37.2226.4372.25-
YUV144.56171.7151.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=34.57%
G=22.07%
B=43.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771132220.200.4900.13275.2362.2965.69
HexB171DE14310D1133e42
Octal261161336246101542376102
Binary1011000111100011101111010100110001011011000100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171DE; }

 p { color: rgb(177,113,222); }

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

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

 a { background-color: rgb(177,113,222); }

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

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

 span { border-color: rgb(177,113,222); }

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