#B576DD

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

Shades of Amethyst #B576DD

Tints of Amethyst #B576DD

Color information

#B576DD (or 0xB576DD) is unknown color: approx Amethyst. HEX triplet: B5, 76 and DD. RGB value is (181,118,221). Sum of RGB (Red+Green+Blue) = 181+118+221=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B576DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576DD is #4A8922. Grayscale: #949494. Windows color (decimal): -4884771 or 14513845. OLE color: 14513845.

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

Color convert

RGB181118221-
CMYK0.180.4700.13
HSL276.7º60.23%66.47%-
HSV(B)276.7º46.61%86.67%-
XYZ38.592871.78-
YUV148.58168.87151.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 118 (46.48% from 255) = 22.69%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=34.81%
G=22.69%
B=42.5%

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
Decimal1811182210.180.4700.13276.760.2366.47
HexB576DD122F0D1153c42
Octal265166335225701542574102
Binary1011010111101101101110110010101111011011000101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576DD; }

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

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

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

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

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

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

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

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