Html Css Color HEX #B16CE1 Amethyst

📋 copy color: '#B16CE1'

red 177 ◦ green 108 ◦ blue 225

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

Shades of Amethyst #B16CE1

Tints of Amethyst #B16CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.18%

 BLUE value IS 225 (88.28% from 255) = 44.12%

R = 34.71%
G = 21.18%
B = 44.12%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B16CE1 (or 0xB16CE1) is known color: Amethyst. HEX triplet: B1, 6C and E1. RGB value is (177,108,225). Sum of RGB (Red+Green+Blue) = 177+108+225=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #B16CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CE1 is #4E931E. Grayscale: #8D8D8D. Windows color (decimal): -5149471 or 14773425. OLE color: 14773425.

HSL color Cylindrical-coordinate representation of color #B16CE1: hue angle of 275.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16CE1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 108 225 -
CMYK 0.21 0.52 0 0.12
HSL 275.38º 0.66% 0.65% -
HSV(B) 275.38º 0.52% 0.88% -
XYZ 37.08 25.51 74.2 -
YUV 141.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 177 108 225 0.21 0.52 0 0.12 275.38 0.66 0.65
Hex B1 6C E1 15 34 0 C 113 42 41
Octal 261 154 341 25 64 0 14 423 102 101
Binary 10110001 1101100 11100001 10101 110100 0 1100 100010011 1000010 1000001

Color Harmonies of #B16CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CE1

Black with #B16CE1

Text Example


Text Example

White with #B16CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CE1; }

 p { color: rgb(177,108,225); }

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

background-color css

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

 a { background-color: rgb(177,108,225); }

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

border-color css

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

 span { border-color: rgb(177,108,225); }

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