#B079D6

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

Shades of Amethyst #B079D6

Tints of Amethyst #B079D6

Color information

#B079D6 (or 0xB079D6) is unknown color: approx Amethyst. HEX triplet: B0, 79 and D6. RGB value is (176,121,214). Sum of RGB (Red+Green+Blue) = 176+121+214=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #B079D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079D6 is #4F8629. Grayscale: #939393. Windows color (decimal): -5211690 or 14055856. OLE color: 14055856.

HSL color Cylindrical-coordinate representation of color #B079D6: hue angle of 275.48º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B079D6 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176121214-
CMYK0.180.4300.16
HSL275.48º53.14%65.69%-
HSV(B)275.48º43.46%83.92%-
XYZ36.8827.7667.03-
YUV148.05165.22147.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 214 (83.98% from 255) = 41.88%
R=34.44%
G=23.68%
B=41.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761212140.180.4300.16275.4853.1465.69
HexB079D6122B0101133542
Octal260171326225302042365102
Binary10110000111100111010110100101010110100001000100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079D6; }

 p { color: rgb(176,121,214); }

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

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

 a { background-color: rgb(176,121,214); }

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

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

 span { border-color: rgb(176,121,214); }

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