#B472E6

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

Shades of Amethyst #B472E6

Tints of Amethyst #B472E6

Color information

#B472E6 (or 0xB472E6) is unknown color: approx Amethyst. HEX triplet: B4, 72 and E6. RGB value is (180,114,230). Sum of RGB (Red+Green+Blue) = 180+114+230=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #B472E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472E6 is #4B8D19. Grayscale: #929292. Windows color (decimal): -4951322 or 15102644. OLE color: 15102644.

HSL color Cylindrical-coordinate representation of color #B472E6: hue angle of 274.14º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B472E6 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180114230-
CMYK0.220.5000.10
HSL274.14º69.88%67.45%-
HSV(B)274.14º50.43%90.2%-
XYZ39.1227.4578.1-
YUV146.96174.87151.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 230 (90.23% from 255) = 43.89%
R=34.35%
G=21.76%
B=43.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801142300.220.5000.10274.1469.8867.45
HexB472E616320A1124643
Octal2641623462662012422106103
Binary10110100111001011100110101101100100101010001001010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472E6; }

 p { color: rgb(180,114,230); }

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

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

 a { background-color: rgb(180,114,230); }

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

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

 span { border-color: rgb(180,114,230); }

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