#B16DE1

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

Shades of Amethyst #B16DE1

Tints of Amethyst #B16DE1

Color information

#B16DE1 (or 0xB16DE1) is unknown color: approx Amethyst. HEX triplet: B1, 6D and E1. RGB value is (177,109,225). Sum of RGB (Red+Green+Blue) = 177+109+225=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #B16DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DE1 is #4E921E. Grayscale: #8E8E8E. Windows color (decimal): -5149215 or 14773681. OLE color: 14773681.

HSL color Cylindrical-coordinate representation of color #B16DE1: hue angle of 275.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16DE1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177109225-
CMYK0.210.5200.12
HSL275.17º65.91%65.49%-
HSV(B)275.17º51.56%88.24%-
XYZ37.1925.7274.24-
YUV142.56174.53152.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=34.64%
G=21.33%
B=44.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771092250.210.5200.12275.1765.9165.49
HexB16DE115340C1134241
Octal2611553412564014423102101
Binary10110001110110111100001101011101000110010001001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DE1; }

 p { color: rgb(177,109,225); }

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

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

 a { background-color: rgb(177,109,225); }

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

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

 span { border-color: rgb(177,109,225); }

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