#B479E1

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

Shades of Amethyst #B479E1

Tints of Amethyst #B479E1

Color information

#B479E1 (or 0xB479E1) is unknown color: approx Amethyst. HEX triplet: B4, 79 and E1. RGB value is (180,121,225). Sum of RGB (Red+Green+Blue) = 180+121+225=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #B479E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479E1 is #4B861E. Grayscale: #969696. Windows color (decimal): -4949535 or 14776756. OLE color: 14776756.

HSL color Cylindrical-coordinate representation of color #B479E1: hue angle of 274.04º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B479E1 is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180121225-
CMYK0.20.4600.12
HSL274.04º63.41%67.84%-
HSV(B)274.04º46.22%88.24%-
XYZ39.2528.8174.73-
YUV150.5170.05149.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 121 (47.66% from 255) = 23.00%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=34.22%
G=23.00%
B=42.78%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801212250.20.4600.12274.0463.4167.84
HexB479E1142E0C1123f44
Octal264171341245601442277104
Binary1011010011110011110000110100101110011001000100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479E1; }

 p { color: rgb(180,121,225); }

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

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

 a { background-color: rgb(180,121,225); }

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

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

 span { border-color: rgb(180,121,225); }

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