Html Css Color HEX #B171D5 Amethyst

📋 copy color: '#B171D5'

red 177 ◦ green 113 ◦ blue 213

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

Shades of Amethyst #B171D5

Tints of Amethyst #B171D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 35.19%
G = 22.47%
B = 42.35%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B171D5 (or 0xB171D5) is known color: Amethyst. HEX triplet: B1, 71 and D5. RGB value is (177,113,213). Sum of RGB (Red+Green+Blue) = 177+113+213=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #B171D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171D5 is #4E8E2A. Grayscale: #8F8F8F. Windows color (decimal): -5148203 or 13988273. OLE color: 13988273.

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

Color convert

RGB 177 113 213 -
CMYK 0.17 0.47 0 0.16
HSL 278.4º 0.54% 0.64% -
HSV(B) 278.4º 0.47% 0.84% -
XYZ 36.05 25.96 66.06 -
YUV 143.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 177 113 213 0.17 0.47 0 0.16 278.4 0.54 0.64
Hex B1 71 D5 11 2F 0 10 116 36 40
Octal 261 161 325 21 57 0 20 426 66 100
Binary 10110001 1110001 11010101 10001 101111 0 10000 100010110 110110 1000000

Color Harmonies of #B171D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171D5

Black with #B171D5

Text Example


Text Example

White with #B171D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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