#B577D9

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

Shades of Amethyst #B577D9

Tints of Amethyst #B577D9

Color information

#B577D9 (or 0xB577D9) is unknown color: approx Amethyst. HEX triplet: B5, 77 and D9. RGB value is (181,119,217). Sum of RGB (Red+Green+Blue) = 181+119+217=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #B577D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577D9 is #4A8826. Grayscale: #949494. Windows color (decimal): -4884519 or 14251957. OLE color: 14251957.

HSL color Cylindrical-coordinate representation of color #B577D9: hue angle of 277.96º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B577D9 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181119217-
CMYK0.170.4500.15
HSL277.96º56.32%65.88%-
HSV(B)277.96º45.16%85.1%-
XYZ38.1828.0369.04-
YUV148.71166.54151.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=35.01%
G=23.02%
B=41.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811192170.170.4500.15277.9656.3265.88
HexB577D9112D0F1163842
Octal265167331215501742670102
Binary1011010111101111101100110001101101011111000101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577D9; }

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

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

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

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

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

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

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

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