#B576DE

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

Shades of Amethyst #B576DE

Tints of Amethyst #B576DE

Color information

#B576DE (or 0xB576DE) is unknown color: approx Amethyst. HEX triplet: B5, 76 and DE. RGB value is (181,118,222). Sum of RGB (Red+Green+Blue) = 181+118+222=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #B576DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576DE is #4A8921. Grayscale: #949494. Windows color (decimal): -4884770 or 14579381. OLE color: 14579381.

HSL color Cylindrical-coordinate representation of color #B576DE: hue angle of 276.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B576DE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181118222-
CMYK0.180.4700.13
HSL276.35º61.18%66.67%-
HSV(B)276.35º46.85%87.06%-
XYZ38.7228.0572.48-
YUV148.69169.37151.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=34.74%
G=22.65%
B=42.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811182220.180.4700.13276.3561.1866.67
HexB576DE122F0D1143d43
Octal265166336225701542475103
Binary1011010111101101101111010010101111011011000101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576DE; }

 p { color: rgb(181,118,222); }

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

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

 a { background-color: rgb(181,118,222); }

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

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

 span { border-color: rgb(181,118,222); }

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