#B16DE5

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

Shades of Amethyst #B16DE5

Tints of Amethyst #B16DE5

Color information

#B16DE5 (or 0xB16DE5) is unknown color: approx Amethyst. HEX triplet: B1, 6D and E5. RGB value is (177,109,229). Sum of RGB (Red+Green+Blue) = 177+109+229=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #B16DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DE5 is #4E921A. Grayscale: #8E8E8E. Windows color (decimal): -5149211 or 15035825. OLE color: 15035825.

HSL color Cylindrical-coordinate representation of color #B16DE5: hue angle of 274º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16DE5 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177109229-
CMYK0.230.5200.10
HSL274º69.77%66.27%-
HSV(B)274º52.4%89.8%-
XYZ37.7425.9477.15-
YUV143.01176.53152.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 229 (89.84% from 255) = 44.47%
R=34.37%
G=21.17%
B=44.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771092290.230.5200.1027469.7766.27
HexB16DE517340A1124642
Octal2611553452764012422106102
Binary10110001110110111100101101111101000101010001001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16DE5; }

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

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

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

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

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

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

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

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