#B179DD

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

Shades of Amethyst #B179DD

Tints of Amethyst #B179DD

Color information

#B179DD (or 0xB179DD) is unknown color: approx Amethyst. HEX triplet: B1, 79 and DD. RGB value is (177,121,221). Sum of RGB (Red+Green+Blue) = 177+121+221=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #B179DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179DD is #4E8622. Grayscale: #949494. Windows color (decimal): -5146147 or 14514609. OLE color: 14514609.

HSL color Cylindrical-coordinate representation of color #B179DD: hue angle of 273.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B179DD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177121221-
CMYK0.200.4500.13
HSL273.6º59.52%67.06%-
HSV(B)273.6º45.25%86.67%-
XYZ38.0228.2471.85-
YUV149.14168.55147.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=34.10%
G=23.31%
B=42.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771212210.200.4500.13273.659.5267.06
HexB179DD142D0D1123c43
Octal261171335245501542274103
Binary1011000111110011101110110100101101011011000100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179DD; }

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

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

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

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

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

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

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

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