#B179DB

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

Shades of Amethyst #B179DB

Tints of Amethyst #B179DB

Color information

#B179DB (or 0xB179DB) is unknown color: approx Amethyst. HEX triplet: B1, 79 and DB. RGB value is (177,121,219). Sum of RGB (Red+Green+Blue) = 177+121+219=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B179DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179DB is #4E8624. Grayscale: #949494. Windows color (decimal): -5146149 or 14383537. OLE color: 14383537.

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

Color convert

RGB177121219-
CMYK0.190.4500.14
HSL274.29º57.65%66.67%-
HSV(B)274.29º44.75%85.88%-
XYZ37.7628.1470.46-
YUV148.92167.55148.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=34.24%
G=23.40%
B=42.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771212190.190.4500.14274.2957.6566.67
HexB179DB132D0E1123a43
Octal261171333235501642272103
Binary1011000111110011101101110011101101011101000100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179DB; }

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

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

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

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

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

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

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

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