#B174D3

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

Shades of Amethyst #B174D3

Tints of Amethyst #B174D3

Color information

#B174D3 (or 0xB174D3) is unknown color: approx Amethyst. HEX triplet: B1, 74 and D3. RGB value is (177,116,211). Sum of RGB (Red+Green+Blue) = 177+116+211=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #B174D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174D3 is #4E8B2C. Grayscale: #909090. Windows color (decimal): -5147437 or 13857969. OLE color: 13857969.

HSL color Cylindrical-coordinate representation of color #B174D3: hue angle of 278.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B174D3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB177116211-
CMYK0.160.4500.17
HSL278.53º51.91%64.12%-
HSV(B)278.53º45.02%82.75%-
XYZ36.1326.5464.85-
YUV145.07165.21150.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 211 (82.81% from 255) = 41.87%
R=35.12%
G=23.02%
B=41.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1771162110.160.4500.17278.5351.9164.12
HexB174D3102D0111173440
Octal261164323205502142764100
Binary10110001111010011010011100001011010100011000101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174D3; }

 p { color: rgb(177,116,211); }

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

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

 a { background-color: rgb(177,116,211); }

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

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

 span { border-color: rgb(177,116,211); }

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