Html Css Color HEX #B177DA Amethyst

📋 copy color: '#B177DA'

red 177 ◦ green 119 ◦ blue 218

#B177DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #B177DA

Tints of Amethyst #B177DA

RGB

 RED value IS 177 (69.53% from 255) = 34.44%

 GREEN value IS 119 (46.88% from 255) = 23.15%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 34.44%
G = 23.15%
B = 42.41%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B177DA (or 0xB177DA) is known color: Amethyst. HEX triplet: B1, 77 and DA. RGB value is (177,119,218). Sum of RGB (Red+Green+Blue) = 177+119+218=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #B177DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177DA is #4E8825. Grayscale: #939393. Windows color (decimal): -5146662 or 14317489. OLE color: 14317489.

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

Color convert

RGB 177 119 218 -
CMYK 0.19 0.45 0 0.15
HSL 275.15º 0.57% 0.66% -
HSV(B) 275.15º 0.45% 0.85% -
XYZ 37.38 27.6 69.69 -
YUV 147.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 177 119 218 0.19 0.45 0 0.15 275.15 0.57 0.66
Hex B1 77 DA 13 2D 0 F 113 39 42
Octal 261 167 332 23 55 0 17 423 71 102
Binary 10110001 1110111 11011010 10011 101101 0 1111 100010011 111001 1000010

Color Harmonies of #B177DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177DA

Black with #B177DA

Text Example


Text Example

White with #B177DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177DA; }

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

 H1.HeaderClassName
 {
   color: #B177DA;
 }
 .AnyTagClassName
 {
   color: #B177DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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