Html Css Color HEX #B179DC Amethyst

📋 copy color: '#B179DC'

red 177 ◦ green 121 ◦ blue 220

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

Shades of Amethyst #B179DC

Tints of Amethyst #B179DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 34.17%
G = 23.36%
B = 42.47%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B179DC (or 0xB179DC) is known color: Amethyst. HEX triplet: B1, 79 and DC. RGB value is (177,121,220). Sum of RGB (Red+Green+Blue) = 177+121+220=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B179DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179DC is #4E8623. Grayscale: #949494. Windows color (decimal): -5146148 or 14449073. OLE color: 14449073.

HSL color Cylindrical-coordinate representation of color #B179DC: hue angle of 273.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B179DC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 121 220 -
CMYK 0.20 0.45 0 0.14
HSL 273.94º 0.59% 0.67% -
HSV(B) 273.94º 0.45% 0.86% -
XYZ 37.89 28.19 71.15 -
YUV 149.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 177 121 220 0.20 0.45 0 0.14 273.94 0.59 0.67
Hex B1 79 DC 14 2D 0 E 112 3B 43
Octal 261 171 334 24 55 0 16 422 73 103
Binary 10110001 1111001 11011100 10100 101101 0 1110 100010010 111011 1000011

Color Harmonies of #B179DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B179DC

Black with #B179DC

Text Example


Text Example

White with #B179DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B179DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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