#B171DD

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

Shades of Amethyst #B171DD

Tints of Amethyst #B171DD

Color information

#B171DD (or 0xB171DD) is unknown color: approx Amethyst. HEX triplet: B1, 71 and DD. RGB value is (177,113,221). Sum of RGB (Red+Green+Blue) = 177+113+221=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B171DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171DD is #4E8E22. Grayscale: #909090. Windows color (decimal): -5148195 or 14512561. OLE color: 14512561.

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

Color convert

RGB177113221-
CMYK0.200.4900.13
HSL275.56º61.36%65.49%-
HSV(B)275.56º48.87%86.67%-
XYZ37.0926.3871.54-
YUV144.45171.2151.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=34.64%
G=22.11%
B=43.25%

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
Decimal1771132210.200.4900.13275.5661.3665.49
HexB171DD14310D1143d41
Octal261161335246101542475101
Binary1011000111100011101110110100110001011011000101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171DD; }

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

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

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

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

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

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

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

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