Html Css Color HEX #B16EE2 Amethyst

📋 copy color: '#B16EE2'

red 177 ◦ green 110 ◦ blue 226

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

Shades of Amethyst #B16EE2

Tints of Amethyst #B16EE2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

 BLUE value IS 226 (88.67% from 255) = 44.05%

R = 34.5%
G = 21.44%
B = 44.05%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B16EE2 (or 0xB16EE2) is known color: Amethyst. HEX triplet: B1, 6E and E2. RGB value is (177,110,226). Sum of RGB (Red+Green+Blue) = 177+110+226=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #B16EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EE2 is #4E911D. Grayscale: #8E8E8E. Windows color (decimal): -5148958 or 14839473. OLE color: 14839473.

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

Color convert

RGB 177 110 226 -
CMYK 0.22 0.51 0 0.11
HSL 274.66º 0.67% 0.66% -
HSV(B) 274.66º 0.51% 0.89% -
XYZ 37.43 25.99 75 -
YUV 143.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 177 110 226 0.22 0.51 0 0.11 274.66 0.67 0.66
Hex B1 6E E2 16 33 0 B 113 43 42
Octal 261 156 342 26 63 0 13 423 103 102
Binary 10110001 1101110 11100010 10110 110011 0 1011 100010011 1000011 1000010

Color Harmonies of #B16EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EE2

Black with #B16EE2

Text Example


Text Example

White with #B16EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EE2; }

 p { color: rgb(177,110,226); }

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

background-color css

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

 a { background-color: rgb(177,110,226); }

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

border-color css

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

 span { border-color: rgb(177,110,226); }

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