#B16BE8

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

Shades of Amethyst #B16BE8

Tints of Amethyst #B16BE8

Color information

#B16BE8 (or 0xB16BE8) is unknown color: approx Amethyst. HEX triplet: B1, 6B and E8. RGB value is (177,107,232). Sum of RGB (Red+Green+Blue) = 177+107+232=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #B16BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BE8 is #4E9417. Grayscale: #8D8D8D. Windows color (decimal): -5149720 or 15231921. OLE color: 15231921.

HSL color Cylindrical-coordinate representation of color #B16BE8: hue angle of 273.6º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16BE8 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177107232-
CMYK0.240.5400.09
HSL273.6º73.1%66.47%-
HSV(B)273.6º53.88%90.98%-
XYZ37.9525.6979.3-
YUV142.18178.69152.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 107 (42.19% from 255) = 20.74%
BLUE value IS 232 (91.02% from 255) = 44.96%
R=34.30%
G=20.74%
B=44.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771072320.240.5400.09273.673.166.47
HexB16BE81836091124942
Octal2611533503066011422111102
Binary10110001110101111101000110001101100100110001001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16BE8; }

 p { color: rgb(177,107,232); }

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

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

 a { background-color: rgb(177,107,232); }

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

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

 span { border-color: rgb(177,107,232); }

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