#B472E2

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

Shades of Amethyst #B472E2

Tints of Amethyst #B472E2

Color information

#B472E2 (or 0xB472E2) is unknown color: approx Amethyst. HEX triplet: B4, 72 and E2. RGB value is (180,114,226). Sum of RGB (Red+Green+Blue) = 180+114+226=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #B472E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472E2 is #4B8D1D. Grayscale: #929292. Windows color (decimal): -4951326 or 14840500. OLE color: 14840500.

HSL color Cylindrical-coordinate representation of color #B472E2: hue angle of 275.36º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B472E2 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB180114226-
CMYK0.200.5000.11
HSL275.36º65.88%66.67%-
HSV(B)275.36º49.56%88.63%-
XYZ38.5727.2375.17-
YUV146.5172.87151.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=34.62%
G=21.92%
B=43.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1801142260.200.5000.11275.3665.8866.67
HexB472E214320B1134243
Octal2641623422462013423102103
Binary10110100111001011100010101001100100101110001001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472E2; }

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

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

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

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

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

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

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

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