#B177E1

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

Shades of Amethyst #B177E1

Tints of Amethyst #B177E1

Color information

#B177E1 (or 0xB177E1) is unknown color: approx Amethyst. HEX triplet: B1, 77 and E1. RGB value is (177,119,225). Sum of RGB (Red+Green+Blue) = 177+119+225=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #B177E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177E1 is #4E881E. Grayscale: #949494. Windows color (decimal): -5146655 or 14776241. OLE color: 14776241.

HSL color Cylindrical-coordinate representation of color #B177E1: hue angle of 272.83º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B177E1 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177119225-
CMYK0.210.4700.12
HSL272.83º63.86%67.45%-
HSV(B)272.83º47.11%88.24%-
XYZ38.3227.9874.61-
YUV148.43171.22148.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=33.97%
G=22.84%
B=43.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771192250.210.4700.12272.8363.8667.45
HexB177E1152F0C1114043
Octal2611673412557014421100103
Binary10110001111011111100001101011011110110010001000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177E1; }

 p { color: rgb(177,119,225); }

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

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

 a { background-color: rgb(177,119,225); }

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

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

 span { border-color: rgb(177,119,225); }

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