#B171D7

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

Shades of Amethyst #B171D7

Tints of Amethyst #B171D7

Color information

#B171D7 (or 0xB171D7) is unknown color: approx Amethyst. HEX triplet: B1, 71 and D7. RGB value is (177,113,215). Sum of RGB (Red+Green+Blue) = 177+113+215=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #B171D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171D7 is #4E8E28. Grayscale: #8F8F8F. Windows color (decimal): -5148201 or 14119345. OLE color: 14119345.

HSL color Cylindrical-coordinate representation of color #B171D7: hue angle of 277.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B171D7 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177113215-
CMYK0.180.4700.16
HSL277.65º56.04%64.31%-
HSV(B)277.65º47.44%84.31%-
XYZ36.326.0667.41-
YUV143.76168.2151.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 215 (84.38% from 255) = 42.57%
R=35.05%
G=22.38%
B=42.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771132150.180.4700.16277.6556.0464.31
HexB171D7122F0101163840
Octal261161327225702042670100
Binary10110001111000111010111100101011110100001000101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171D7; }

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

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

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

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

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

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

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

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