#b477df

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

Shades of Amethyst #B477DF

Tints of Amethyst #B477DF

Color information

#B477DF (or 0xB477DF) is unknown color: approx Amethyst. HEX triplet: B4, 77 and DF. RGB value is (180,119,223). Sum of RGB (Red+Green+Blue) = 180+119+223=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B477DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477DF is #4B8820. Grayscale: #949494. Windows color (decimal): -4950049 or 14645172. OLE color: 14645172.

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

Color convert

RGB180119223-
CMYK0.190.4700.13
HSL275.19º61.9%67.06%-
HSV(B)275.19º46.64%87.45%-
XYZ38.7428.2273.22-
YUV149.1169.71150.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=34.48%
G=22.80%
B=42.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801192230.190.4700.13275.1961.967.06
HexB477DF132F0D1133e43
Octal264167337235701542376103
Binary1011010011101111101111110011101111011011000100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b477df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b477df; }

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

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

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

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

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

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

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

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