#B16FD7

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

Shades of Amethyst #B16FD7

Tints of Amethyst #B16FD7

Color information

#B16FD7 (or 0xB16FD7) is unknown color: approx Amethyst. HEX triplet: B1, 6F and D7. RGB value is (177,111,215). Sum of RGB (Red+Green+Blue) = 177+111+215=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #B16FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FD7 is #4E9028. Grayscale: #8E8E8E. Windows color (decimal): -5148713 or 14118833. OLE color: 14118833.

HSL color Cylindrical-coordinate representation of color #B16FD7: hue angle of 278.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16FD7 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177111215-
CMYK0.180.4800.16
HSL278.08º56.52%63.92%-
HSV(B)278.08º48.37%84.31%-
XYZ36.0825.6267.33-
YUV142.59168.87152.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=35.19%
G=22.07%
B=42.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771112150.180.4800.16278.0856.5263.92
HexB16FD712300101163940
Octal261157327226002042671100
Binary10110001110111111010111100101100000100001000101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FD7; }

 p { color: rgb(177,111,215); }

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

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

 a { background-color: rgb(177,111,215); }

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

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

 span { border-color: rgb(177,111,215); }

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