#B477DA

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

Shades of Amethyst #B477DA

Tints of Amethyst #B477DA

Color information

#B477DA (or 0xB477DA) is unknown color: approx Amethyst. HEX triplet: B4, 77 and DA. RGB value is (180,119,218). Sum of RGB (Red+Green+Blue) = 180+119+218=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B477DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477DA is #4B8825. Grayscale: #949494. Windows color (decimal): -4950054 or 14317492. OLE color: 14317492.

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

Color convert

RGB180119218-
CMYK0.170.4500.15
HSL276.97º57.23%66.08%-
HSV(B)276.97º45.41%85.49%-
XYZ38.0727.9669.72-
YUV148.52167.21150.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=34.82%
G=23.02%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801192180.170.4500.15276.9757.2366.08
HexB477DA112D0F1153942
Octal264167332215501742571102
Binary1011010011101111101101010001101101011111000101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477DA; }

 p { color: rgb(180,119,218); }

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

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

 a { background-color: rgb(180,119,218); }

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

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

 span { border-color: rgb(180,119,218); }

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