#B171D0

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

Shades of Amethyst #B171D0

Tints of Amethyst #B171D0

Color information

#B171D0 (or 0xB171D0) is unknown color: approx Amethyst. HEX triplet: B1, 71 and D0. RGB value is (177,113,208). Sum of RGB (Red+Green+Blue) = 177+113+208=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #B171D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171D0 is #4E8E2F. Grayscale: #8E8E8E. Windows color (decimal): -5148208 or 13660593. OLE color: 13660593.

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

Color convert

RGB177113208-
CMYK0.150.4600.18
HSL280.42º50.26%62.94%-
HSV(B)280.42º45.67%81.57%-
XYZ35.4225.7162.77-
YUV142.97164.7152.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=35.54%
G=22.69%
B=41.77%

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
Decimal1771132080.150.4600.18280.4250.2662.94
HexB171D0F2E012118323f
Octal26116132017560224306277
Binary101100011110001110100001111101110010010100011000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171D0; }

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

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

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

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

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

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

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

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