#B172D9

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

Shades of Amethyst #B172D9

Tints of Amethyst #B172D9

Color information

#B172D9 (or 0xB172D9) is unknown color: approx Amethyst. HEX triplet: B1, 72 and D9. RGB value is (177,114,217). Sum of RGB (Red+Green+Blue) = 177+114+217=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #B172D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172D9 is #4E8D26. Grayscale: #909090. Windows color (decimal): -5147943 or 14250673. OLE color: 14250673.

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

Color convert

RGB177114217-
CMYK0.180.4700.15
HSL276.7º57.54%64.9%-
HSV(B)276.7º47.47%85.1%-
XYZ36.6726.3968.81-
YUV144.58168.87151.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 217 (85.16% from 255) = 42.72%
R=34.84%
G=22.44%
B=42.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771142170.180.4700.15276.757.5464.9
HexB172D9122F0F1153a41
Octal261162331225701742572101
Binary1011000111100101101100110010101111011111000101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172D9; }

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

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

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

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

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

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

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

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