Html Css Color HEX #B16ED8 Amethyst

📋 copy color: '#B16ED8'

red 177 ◦ green 110 ◦ blue 216

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

Shades of Amethyst #B16ED8

Tints of Amethyst #B16ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 35.19%
G = 21.87%
B = 42.94%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B16ED8 (or 0xB16ED8) is known color: Amethyst. HEX triplet: B1, 6E and D8. RGB value is (177,110,216). Sum of RGB (Red+Green+Blue) = 177+110+216=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #B16ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED8 is #4E9127. Grayscale: #8D8D8D. Windows color (decimal): -5148968 or 14184113. OLE color: 14184113.

HSL color Cylindrical-coordinate representation of color #B16ED8: hue angle of 277.92º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16ED8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 110 216 -
CMYK 0.18 0.49 0 0.15
HSL 277.92º 0.58% 0.64% -
HSV(B) 277.92º 0.49% 0.85% -
XYZ 36.1 25.46 67.98 -
YUV 142.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 177 110 216 0.18 0.49 0 0.15 277.92 0.58 0.64
Hex B1 6E D8 12 31 0 F 116 3A 40
Octal 261 156 330 22 61 0 17 426 72 100
Binary 10110001 1101110 11011000 10010 110001 0 1111 100010110 111010 1000000

Color Harmonies of #B16ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ED8

Black with #B16ED8

Text Example


Text Example

White with #B16ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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