Html Css Color HEX #B171DA Amethyst

📋 copy color: '#B171DA'

red 177 ◦ green 113 ◦ blue 218

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

Shades of Amethyst #B171DA

Tints of Amethyst #B171DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.24%

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

R = 34.84%
G = 22.24%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B171DA (or 0xB171DA) is known color: Amethyst. HEX triplet: B1, 71 and DA. RGB value is (177,113,218). Sum of RGB (Red+Green+Blue) = 177+113+218=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #B171DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171DA is #4E8E25. Grayscale: #8F8F8F. Windows color (decimal): -5148198 or 14315953. OLE color: 14315953.

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

Color convert

RGB 177 113 218 -
CMYK 0.19 0.48 0 0.15
HSL 276.57º 0.59% 0.65% -
HSV(B) 276.57º 0.48% 0.85% -
XYZ 36.69 26.22 69.46 -
YUV 144.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 177 113 218 0.19 0.48 0 0.15 276.57 0.59 0.65
Hex B1 71 DA 13 30 0 F 115 3B 41
Octal 261 161 332 23 60 0 17 425 73 101
Binary 10110001 1110001 11011010 10011 110000 0 1111 100010101 111011 1000001

Color Harmonies of #B171DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171DA

Black with #B171DA

Text Example


Text Example

White with #B171DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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