#B171D2

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

Shades of Amethyst #B171D2

Tints of Amethyst #B171D2

Color information

#B171D2 (or 0xB171D2) is unknown color: approx Amethyst. HEX triplet: B1, 71 and D2. RGB value is (177,113,210). Sum of RGB (Red+Green+Blue) = 177+113+210=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #B171D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171D2 is #4E8E2D. Grayscale: #8E8E8E. Windows color (decimal): -5148206 or 13791665. OLE color: 13791665.

HSL color Cylindrical-coordinate representation of color #B171D2: hue angle of 279.59º degrees, saturation: 0.52, 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 #B171D2 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177113210-
CMYK0.160.4600.18
HSL279.59º51.87%63.33%-
HSV(B)279.59º46.19%82.35%-
XYZ35.6725.8164.07-
YUV143.19165.7152.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 210 (82.42% from 255) = 42%
R=35.4%
G=22.6%
B=42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771132100.160.4600.18279.5951.8763.33
HexB171D2102E012118343f
Octal26116132220560224306477
Binary1011000111100011101001010000101110010010100011000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171D2; }

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

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

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

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

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

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

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

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