#B377DF

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

Shades of Amethyst #B377DF

Tints of Amethyst #B377DF

Color information

#B377DF (or 0xB377DF) is unknown color: approx Amethyst. HEX triplet: B3, 77 and DF. RGB value is (179,119,223). Sum of RGB (Red+Green+Blue) = 179+119+223=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B377DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DF is #4C8820. Grayscale: #949494. Windows color (decimal): -5015585 or 14645171. OLE color: 14645171.

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

Color convert

RGB179119223-
CMYK0.200.4700.13
HSL274.62º61.9%67.06%-
HSV(B)274.62º46.64%87.45%-
XYZ38.5128.1173.21-
YUV148.8169.88149.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=34.36%
G=22.84%
B=42.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791192230.200.4700.13274.6261.967.06
HexB377DF142F0D1133e43
Octal263167337245701542376103
Binary1011001111101111101111110100101111011011000100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377DF; }

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

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

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

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

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

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

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

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