#B173D7

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

Shades of Amethyst #B173D7

Tints of Amethyst #B173D7

Color information

#B173D7 (or 0xB173D7) is unknown color: approx Amethyst. HEX triplet: B1, 73 and D7. RGB value is (177,115,215). Sum of RGB (Red+Green+Blue) = 177+115+215=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #B173D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173D7 is #4E8C28. Grayscale: #909090. Windows color (decimal): -5147689 or 14119857. OLE color: 14119857.

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

Color convert

RGB177115215-
CMYK0.180.4700.16
HSL277.2º55.56%64.71%-
HSV(B)277.2º46.51%84.31%-
XYZ36.5326.5167.48-
YUV144.94167.54150.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=34.91%
G=22.68%
B=42.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771152150.180.4700.16277.255.5664.71
HexB173D7122F0101153841
Octal261163327225702042570101
Binary10110001111001111010111100101011110100001000101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B173D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B173D7; }

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

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

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

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

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

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

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

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