#B176D5

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

Shades of Amethyst #B176D5

Tints of Amethyst #B176D5

Color information

#B176D5 (or 0xB176D5) is unknown color: approx Amethyst. HEX triplet: B1, 76 and D5. RGB value is (177,118,213). Sum of RGB (Red+Green+Blue) = 177+118+213=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #B176D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176D5 is #4E892A. Grayscale: #929292. Windows color (decimal): -5146923 or 13989553. OLE color: 13989553.

HSL color Cylindrical-coordinate representation of color #B176D5: hue angle of 277.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B176D5 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177118213-
CMYK0.170.4500.16
HSL277.26º53.07%64.9%-
HSV(B)277.26º44.6%83.53%-
XYZ36.6227.1166.25-
YUV146.47165.55149.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 213 (83.59% from 255) = 41.93%
R=34.84%
G=23.23%
B=41.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771182130.170.4500.16277.2653.0764.9
HexB176D5112D0101153541
Octal261166325215502042565101
Binary10110001111011011010101100011011010100001000101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176D5; }

 p { color: rgb(177,118,213); }

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

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

 a { background-color: rgb(177,118,213); }

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

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

 span { border-color: rgb(177,118,213); }

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