#B175DA

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

Shades of Amethyst #B175DA

Tints of Amethyst #B175DA

Color information

#B175DA (or 0xB175DA) is unknown color: approx Amethyst. HEX triplet: B1, 75 and DA. RGB value is (177,117,218). Sum of RGB (Red+Green+Blue) = 177+117+218=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B175DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175DA is #4E8A25. Grayscale: #929292. Windows color (decimal): -5147174 or 14316977. OLE color: 14316977.

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

Color convert

RGB177117218-
CMYK0.190.4600.15
HSL275.64º57.71%65.69%-
HSV(B)275.64º46.33%85.49%-
XYZ37.1527.1369.61-
YUV146.45168.38149.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=34.57%
G=22.85%
B=42.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771172180.190.4600.15275.6457.7165.69
HexB175DA132E0F1143a42
Octal261165332235601742472102
Binary1011000111101011101101010011101110011111000101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175DA; }

 p { color: rgb(177,117,218); }

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

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

 a { background-color: rgb(177,117,218); }

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

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

 span { border-color: rgb(177,117,218); }

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