Html Css Color HEX #B16ED6 Amethyst

📋 copy color: '#B16ED6'

red 177 ◦ green 110 ◦ blue 214

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

Shades of Amethyst #B16ED6

Tints of Amethyst #B16ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 35.33%
G = 21.96%
B = 42.71%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B16ED6 (or 0xB16ED6) is known color: Amethyst. HEX triplet: B1, 6E and D6. RGB value is (177,110,214). Sum of RGB (Red+Green+Blue) = 177+110+214=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #B16ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED6 is #4E9129. Grayscale: #8D8D8D. Windows color (decimal): -5148970 or 14053041. OLE color: 14053041.

HSL color Cylindrical-coordinate representation of color #B16ED6: hue angle of 278.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16ED6 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 110 214 -
CMYK 0.17 0.49 0 0.16
HSL 278.65º 0.56% 0.64% -
HSV(B) 278.65º 0.49% 0.84% -
XYZ 35.84 25.35 66.62 -
YUV 141.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 177 110 214 0.17 0.49 0 0.16 278.65 0.56 0.64
Hex B1 6E D6 11 31 0 10 117 38 40
Octal 261 156 326 21 61 0 20 427 70 100
Binary 10110001 1101110 11010110 10001 110001 0 10000 100010111 111000 1000000

Color Harmonies of #B16ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ED6

Black with #B16ED6

Text Example


Text Example

White with #B16ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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