#B174DA

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

Shades of Amethyst #B174DA

Tints of Amethyst #B174DA

Color information

#B174DA (or 0xB174DA) is unknown color: approx Amethyst. HEX triplet: B1, 74 and DA. RGB value is (177,116,218). Sum of RGB (Red+Green+Blue) = 177+116+218=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B174DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174DA is #4E8B25. Grayscale: #919191. Windows color (decimal): -5147430 or 14316721. OLE color: 14316721.

HSL color Cylindrical-coordinate representation of color #B174DA: hue angle of 275.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B174DA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177116218-
CMYK0.190.4700.15
HSL275.88º57.95%65.49%-
HSV(B)275.88º46.79%85.49%-
XYZ37.0326.969.57-
YUV145.87168.71150.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=34.64%
G=22.70%
B=42.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771162180.190.4700.15275.8857.9565.49
HexB174DA132F0F1143a41
Octal261164332235701742472101
Binary1011000111101001101101010011101111011111000101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174DA; }

 p { color: rgb(177,116,218); }

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

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

 a { background-color: rgb(177,116,218); }

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

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

 span { border-color: rgb(177,116,218); }

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