#B171D1

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

Shades of Amethyst #B171D1

Tints of Amethyst #B171D1

Color information

#B171D1 (or 0xB171D1) is unknown color: approx Amethyst. HEX triplet: B1, 71 and D1. RGB value is (177,113,209). Sum of RGB (Red+Green+Blue) = 177+113+209=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #B171D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171D1 is #4E8E2E. Grayscale: #8E8E8E. Windows color (decimal): -5148207 or 13726129. OLE color: 13726129.

HSL color Cylindrical-coordinate representation of color #B171D1: hue angle of 280º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B171D1 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177113209-
CMYK0.150.4600.18
HSL280º51.06%63.14%-
HSV(B)280º45.93%81.96%-
XYZ35.5525.7663.42-
YUV143.08165.2152.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=35.47%
G=22.65%
B=41.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771132090.150.4600.1828051.0663.14
HexB171D1F2E012118333f
Octal26116132117560224306377
Binary101100011110001110100011111101110010010100011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171D1; }

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

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

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

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

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

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

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

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