#B172CE

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

Shades of Amethyst #B172CE

Tints of Amethyst #B172CE

Color information

#B172CE (or 0xB172CE) is unknown color: approx Amethyst. HEX triplet: B1, 72 and CE. RGB value is (177,114,206). Sum of RGB (Red+Green+Blue) = 177+114+206=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B172CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172CE is #4E8D31. Grayscale: #8F8F8F. Windows color (decimal): -5147954 or 13529777. OLE color: 13529777.

HSL color Cylindrical-coordinate representation of color #B172CE: hue angle of 281.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B172CE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177114206-
CMYK0.140.4500.19
HSL281.09º48.42%62.75%-
HSV(B)281.09º44.66%80.78%-
XYZ35.2925.8461.52-
YUV143.32163.37152.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=35.61%
G=22.94%
B=41.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771142060.140.4500.19281.0948.4262.75
HexB172CEE2D013119303f
Octal26116231616550234316077
Binary101100011110010110011101110101101010011100011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172CE; }

 p { color: rgb(177,114,206); }

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

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

 a { background-color: rgb(177,114,206); }

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

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

 span { border-color: rgb(177,114,206); }

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