Html Css Color HEX #B173CE Amethyst

📋 copy color: '#B173CE'

red 177 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #B173CE

Tints of Amethyst #B173CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

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

R = 35.54%
G = 23.09%
B = 41.37%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B173CE (or 0xB173CE) is known color: Amethyst. HEX triplet: B1, 73 and CE. RGB value is (177,115,206). Sum of RGB (Red+Green+Blue) = 177+115+206=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #B173CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173CE is #4E8C31. Grayscale: #8F8F8F. Windows color (decimal): -5147698 or 13530033. OLE color: 13530033.

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

Color convert

RGB 177 115 206 -
CMYK 0.14 0.44 0 0.19
HSL 280.88º 0.48% 0.63% -
HSV(B) 280.88º 0.44% 0.81% -
XYZ 35.4 26.06 61.56 -
YUV 143.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 177 115 206 0.14 0.44 0 0.19 280.88 0.48 0.63
Hex B1 73 CE E 2C 0 13 119 30 3F
Octal 261 163 316 16 54 0 23 431 60 77
Binary 10110001 1110011 11001110 1110 101100 0 10011 100011001 110000 111111

Color Harmonies of #B173CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173CE

Black with #B173CE

Text Example


Text Example

White with #B173CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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