#B378E2

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

Shades of Amethyst #B378E2

Tints of Amethyst #B378E2

Color information

#B378E2 (or 0xB378E2) is unknown color: approx Amethyst. HEX triplet: B3, 78 and E2. RGB value is (179,120,226). Sum of RGB (Red+Green+Blue) = 179+120+226=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #B378E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378E2 is #4C871D. Grayscale: #959595. Windows color (decimal): -5015326 or 14842035. OLE color: 14842035.

HSL color Cylindrical-coordinate representation of color #B378E2: hue angle of 273.4º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B378E2 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179120226-
CMYK0.210.4700.11
HSL273.4º64.63%67.84%-
HSV(B)273.4º46.9%88.63%-
XYZ39.0328.5175.4-
YUV149.72171.05148.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=34.10%
G=22.86%
B=43.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791202260.210.4700.11273.464.6367.84
HexB378E2152F0B1114144
Octal2631703422557013421101104
Binary10110011111100011100010101011011110101110001000110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378E2; }

 p { color: rgb(179,120,226); }

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

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

 a { background-color: rgb(179,120,226); }

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

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

 span { border-color: rgb(179,120,226); }

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