#B379DF

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

Shades of Amethyst #B379DF

Tints of Amethyst #B379DF

Color information

#B379DF (or 0xB379DF) is unknown color: approx Amethyst. HEX triplet: B3, 79 and DF. RGB value is (179,121,223). Sum of RGB (Red+Green+Blue) = 179+121+223=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B379DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379DF is #4C8620. Grayscale: #959595. Windows color (decimal): -5015073 or 14645683. OLE color: 14645683.

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

Color convert

RGB179121223-
CMYK0.200.4600.13
HSL274.12º61.45%67.45%-
HSV(B)274.12º45.74%87.45%-
XYZ38.7528.5973.29-
YUV149.97169.22148.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=34.23%
G=23.14%
B=42.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791212230.200.4600.13274.1261.4567.45
HexB379DF142E0D1123d43
Octal263171337245601542275103
Binary1011001111110011101111110100101110011011000100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379DF; }

 p { color: rgb(179,121,223); }

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

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

 a { background-color: rgb(179,121,223); }

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

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

 span { border-color: rgb(179,121,223); }

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