#b378d8

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

Shades of Amethyst #B378D8

Tints of Amethyst #B378D8

Color information

#B378D8 (or 0xB378D8) is unknown color: approx Amethyst. HEX triplet: B3, 78 and D8. RGB value is (179,120,216). Sum of RGB (Red+Green+Blue) = 179+120+216=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #B378D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378D8 is #4C8727. Grayscale: #949494. Windows color (decimal): -5015336 or 14186675. OLE color: 14186675.

HSL color Cylindrical-coordinate representation of color #B378D8: hue angle of 276.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B378D8 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179120216-
CMYK0.170.4400.15
HSL276.88º55.17%65.88%-
HSV(B)276.88º44.44%84.71%-
XYZ37.727.9768.38-
YUV148.58166.05149.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=34.76%
G=23.30%
B=41.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791202160.170.4400.15276.8855.1765.88
HexB378D8112C0F1153742
Octal263170330215401742567102
Binary1011001111110001101100010001101100011111000101011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b378d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b378d8; }

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

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

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

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

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

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

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

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