#B079DC

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

Shades of Amethyst #B079DC

Tints of Amethyst #B079DC

Color information

#B079DC (or 0xB079DC) is unknown color: approx Amethyst. HEX triplet: B0, 79 and DC. RGB value is (176,121,220). Sum of RGB (Red+Green+Blue) = 176+121+220=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B079DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079DC is #4F8623. Grayscale: #949494. Windows color (decimal): -5211684 or 14449072. OLE color: 14449072.

HSL color Cylindrical-coordinate representation of color #B079DC: hue angle of 273.33º degrees, saturation: 0.59, 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 #B079DC is Cyan = 0.2, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176121220-
CMYK0.20.4500.14
HSL273.33º58.58%66.86%-
HSV(B)273.33º45%86.27%-
XYZ37.6628.0771.14-
YUV148.73168.22147.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=34.04%
G=23.40%
B=42.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761212200.20.4500.14273.3358.5866.86
HexB079DC142D0E1113b43
Octal260171334245501642173103
Binary1011000011110011101110010100101101011101000100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079DC; }

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

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

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

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

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

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

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

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