#B177DB

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

Shades of Amethyst #B177DB

Tints of Amethyst #B177DB

Color information

#B177DB (or 0xB177DB) is unknown color: approx Amethyst. HEX triplet: B1, 77 and DB. RGB value is (177,119,219). Sum of RGB (Red+Green+Blue) = 177+119+219=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B177DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177DB is #4E8824. Grayscale: #939393. Windows color (decimal): -5146661 or 14383025. OLE color: 14383025.

HSL color Cylindrical-coordinate representation of color #B177DB: hue angle of 274.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B177DB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177119219-
CMYK0.190.4600.14
HSL274.8º58.14%66.27%-
HSV(B)274.8º45.66%85.88%-
XYZ37.5127.6670.38-
YUV147.74168.22148.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=34.37%
G=23.11%
B=42.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771192190.190.4600.14274.858.1466.27
HexB177DB132E0E1133a42
Octal261167333235601642372102
Binary1011000111101111101101110011101110011101000100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177DB; }

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

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

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

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

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

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

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

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