#B378DE

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

Shades of Amethyst #B378DE

Tints of Amethyst #B378DE

Color information

#B378DE (or 0xB378DE) is unknown color: approx Amethyst. HEX triplet: B3, 78 and DE. RGB value is (179,120,222). Sum of RGB (Red+Green+Blue) = 179+120+222=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #B378DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378DE is #4C8721. Grayscale: #949494. Windows color (decimal): -5015330 or 14579891. OLE color: 14579891.

HSL color Cylindrical-coordinate representation of color #B378DE: hue angle of 274.71º 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 #B378DE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179120222-
CMYK0.190.4600.13
HSL274.71º60.71%67.06%-
HSV(B)274.71º45.95%87.06%-
XYZ38.4928.2972.54-
YUV149.27169.05149.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=34.36%
G=23.03%
B=42.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791202220.190.4600.13274.7160.7167.06
HexB378DE132E0D1133d43
Octal263170336235601542375103
Binary1011001111110001101111010011101110011011000100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378DE; }

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

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

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

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

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

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

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

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