Html Css Color HEX #B171E3 Amethyst

📋 copy color: '#B171E3'

red 177 ◦ green 113 ◦ blue 227

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

Shades of Amethyst #B171E3

Tints of Amethyst #B171E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.91%

R = 34.24%
G = 21.86%
B = 43.91%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B171E3 (or 0xB171E3) is known color: Amethyst. HEX triplet: B1, 71 and E3. RGB value is (177,113,227). Sum of RGB (Red+Green+Blue) = 177+113+227=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #B171E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171E3 is #4E8E1C. Grayscale: #909090. Windows color (decimal): -5148189 or 14905777. OLE color: 14905777.

HSL color Cylindrical-coordinate representation of color #B171E3: hue angle of 273.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B171E3 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 113 227 -
CMYK 0.22 0.50 0 0.11
HSL 273.68º 0.67% 0.67% -
HSV(B) 273.68º 0.5% 0.89% -
XYZ 37.9 26.7 75.83 -
YUV 145.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 177 113 227 0.22 0.50 0 0.11 273.68 0.67 0.67
Hex B1 71 E3 16 32 0 B 112 43 43
Octal 261 161 343 26 62 0 13 422 103 103
Binary 10110001 1110001 11100011 10110 110010 0 1011 100010010 1000011 1000011

Color Harmonies of #B171E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171E3

Black with #B171E3

Text Example


Text Example

White with #B171E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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