Html Css Color HEX #B179D7 Amethyst

📋 copy color: '#B179D7'

red 177 ◦ green 121 ◦ blue 215

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

Shades of Amethyst #B179D7

Tints of Amethyst #B179D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 34.5%
G = 23.59%
B = 41.91%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B179D7 (or 0xB179D7) is known color: Amethyst. HEX triplet: B1, 79 and D7. RGB value is (177,121,215). Sum of RGB (Red+Green+Blue) = 177+121+215=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #B179D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179D7 is #4E8628. Grayscale: #949494. Windows color (decimal): -5146153 or 14121393. OLE color: 14121393.

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

Color convert

RGB 177 121 215 -
CMYK 0.18 0.44 0 0.16
HSL 275.74º 0.54% 0.66% -
HSV(B) 275.74º 0.44% 0.84% -
XYZ 37.23 27.93 67.72 -
YUV 148.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 177 121 215 0.18 0.44 0 0.16 275.74 0.54 0.66
Hex B1 79 D7 12 2C 0 10 114 36 42
Octal 261 171 327 22 54 0 20 424 66 102
Binary 10110001 1111001 11010111 10010 101100 0 10000 100010100 110110 1000010

Color Harmonies of #B179D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B179D7

Black with #B179D7

Text Example


Text Example

White with #B179D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B179D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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