Html Css Color HEX #B171D7 Amethyst

📋 copy color: '#B171D7'

red 177 ◦ green 113 ◦ blue 215

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

Shades of Amethyst #B171D7

Tints of Amethyst #B171D7

RGB

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

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

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

R = 35.05%
G = 22.38%
B = 42.57%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B171D7 (or 0xB171D7) is known color: Amethyst. HEX triplet: B1, 71 and D7. RGB value is (177,113,215). Sum of RGB (Red+Green+Blue) = 177+113+215=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #B171D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171D7 is #4E8E28. Grayscale: #8F8F8F. Windows color (decimal): -5148201 or 14119345. OLE color: 14119345.

HSL color Cylindrical-coordinate representation of color #B171D7: hue angle of 277.65º degrees, saturation: 0.56, 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 #B171D7 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 113 215 -
CMYK 0.18 0.47 0 0.16
HSL 277.65º 0.56% 0.64% -
HSV(B) 277.65º 0.47% 0.84% -
XYZ 36.3 26.06 67.41 -
YUV 143.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 177 113 215 0.18 0.47 0 0.16 277.65 0.56 0.64
Hex B1 71 D7 12 2F 0 10 116 38 40
Octal 261 161 327 22 57 0 20 426 70 100
Binary 10110001 1110001 11010111 10010 101111 0 10000 100010110 111000 1000000

Color Harmonies of #B171D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171D7

Black with #B171D7

Text Example


Text Example

White with #B171D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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