#B377DD

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

Shades of Amethyst #B377DD

Tints of Amethyst #B377DD

Color information

#B377DD (or 0xB377DD) is unknown color: approx Amethyst. HEX triplet: B3, 77 and DD. RGB value is (179,119,221). Sum of RGB (Red+Green+Blue) = 179+119+221=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #B377DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DD is #4C8822. Grayscale: #949494. Windows color (decimal): -5015587 or 14514099. OLE color: 14514099.

HSL color Cylindrical-coordinate representation of color #B377DD: hue angle of 275.29º 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 #B377DD is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179119221-
CMYK0.190.4600.13
HSL275.29º60%66.67%-
HSV(B)275.29º46.15%86.67%-
XYZ38.242871.8-
YUV148.57168.88149.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 119 (46.88% from 255) = 22.93%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=34.49%
G=22.93%
B=42.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791192210.190.4600.13275.296066.67
HexB377DD132E0D1133c43
Octal263167335235601542374103
Binary1011001111101111101110110011101110011011000100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377DD; }

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

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

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

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

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

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

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

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