#B577DD

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

Shades of Amethyst #B577DD

Tints of Amethyst #B577DD

Color information

#B577DD (or 0xB577DD) is unknown color: approx Amethyst. HEX triplet: B5, 77 and DD. RGB value is (181,119,221). Sum of RGB (Red+Green+Blue) = 181+119+221=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B577DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577DD is #4A8822. Grayscale: #949494. Windows color (decimal): -4884515 or 14514101. OLE color: 14514101.

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

Color convert

RGB181119221-
CMYK0.180.4600.13
HSL276.47º60%66.67%-
HSV(B)276.47º46.15%86.67%-
XYZ38.728.2471.82-
YUV149.17168.54150.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=34.74%
G=22.84%
B=42.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811192210.180.4600.13276.476066.67
HexB577DD122E0D1143c43
Octal265167335225601542474103
Binary1011010111101111101110110010101110011011000101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577DD; }

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

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

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

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

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

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

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

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