Html Css Color HEX #B171CE Amethyst

📋 copy color: '#B171CE'

red 177 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #B171CE

Tints of Amethyst #B171CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 35.69%
G = 22.78%
B = 41.53%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B171CE (or 0xB171CE) is known color: Amethyst. HEX triplet: B1, 71 and CE. RGB value is (177,113,206). Sum of RGB (Red+Green+Blue) = 177+113+206=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #B171CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171CE is #4E8E31. Grayscale: #8E8E8E. Windows color (decimal): -5148210 or 13529521. OLE color: 13529521.

HSL color Cylindrical-coordinate representation of color #B171CE: hue angle of 281.29º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B171CE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 113 206 -
CMYK 0.14 0.45 0 0.19
HSL 281.29º 0.49% 0.63% -
HSV(B) 281.29º 0.45% 0.81% -
XYZ 35.18 25.61 61.48 -
YUV 142.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 177 113 206 0.14 0.45 0 0.19 281.29 0.49 0.63
Hex B1 71 CE E 2D 0 13 119 31 3F
Octal 261 161 316 16 55 0 23 431 61 77
Binary 10110001 1110001 11001110 1110 101101 0 10011 100011001 110001 111111

Color Harmonies of #B171CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171CE

Black with #B171CE

Text Example


Text Example

White with #B171CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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