#B578E2

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

Shades of Amethyst #B578E2

Tints of Amethyst #B578E2

Color information

#B578E2 (or 0xB578E2) is unknown color: approx Amethyst. HEX triplet: B5, 78 and E2. RGB value is (181,120,226). Sum of RGB (Red+Green+Blue) = 181+120+226=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #B578E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578E2 is #4A871D. Grayscale: #959595. Windows color (decimal): -4884254 or 14842037. OLE color: 14842037.

HSL color Cylindrical-coordinate representation of color #B578E2: hue angle of 274.53º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B578E2 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181120226-
CMYK0.200.4700.11
HSL274.53º64.63%67.84%-
HSV(B)274.53º46.9%88.63%-
XYZ39.528.7575.42-
YUV150.32170.71149.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 226 (88.67% from 255) = 42.88%
R=34.35%
G=22.77%
B=42.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811202260.200.4700.11274.5364.6367.84
HexB578E2142F0B1134144
Octal2651703422457013423101104
Binary10110101111100011100010101001011110101110001001110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578E2; }

 p { color: rgb(181,120,226); }

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

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

 a { background-color: rgb(181,120,226); }

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

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

 span { border-color: rgb(181,120,226); }

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