#B474DE

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

Shades of Amethyst #B474DE

Tints of Amethyst #B474DE

Color information

#B474DE (or 0xB474DE) is unknown color: approx Amethyst. HEX triplet: B4, 74 and DE. RGB value is (180,116,222). Sum of RGB (Red+Green+Blue) = 180+116+222=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B474DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474DE is #4B8B21. Grayscale: #929292. Windows color (decimal): -4950818 or 14578868. OLE color: 14578868.

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

Color convert

RGB180116222-
CMYK0.190.4800.13
HSL276.23º61.63%66.27%-
HSV(B)276.23º47.75%87.06%-
XYZ38.2527.4772.39-
YUV147.22170.2151.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=34.75%
G=22.39%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801162220.190.4800.13276.2361.6366.27
HexB474DE13300D1143e42
Octal264164336236001542476102
Binary1011010011101001101111010011110000011011000101001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474DE; }

 p { color: rgb(180,116,222); }

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

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

 a { background-color: rgb(180,116,222); }

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

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

 span { border-color: rgb(180,116,222); }

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