Html Css Color HEX #B16ED7 Amethyst

📋 copy color: '#B16ED7'

red 177 ◦ green 110 ◦ blue 215

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

Shades of Amethyst #B16ED7

Tints of Amethyst #B16ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 35.26%
G = 21.91%
B = 42.83%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B16ED7 (or 0xB16ED7) is known color: Amethyst. HEX triplet: B1, 6E and D7. RGB value is (177,110,215). Sum of RGB (Red+Green+Blue) = 177+110+215=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #B16ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED7 is #4E9128. Grayscale: #8D8D8D. Windows color (decimal): -5148969 or 14118577. OLE color: 14118577.

HSL color Cylindrical-coordinate representation of color #B16ED7: hue angle of 278.29º degrees, saturation: 0.57, 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 #B16ED7 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 110 215 -
CMYK 0.18 0.49 0 0.16
HSL 278.29º 0.57% 0.64% -
HSV(B) 278.29º 0.49% 0.84% -
XYZ 35.97 25.41 67.3 -
YUV 142 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 177 110 215 0.18 0.49 0 0.16 278.29 0.57 0.64
Hex B1 6E D7 12 31 0 10 116 39 40
Octal 261 156 327 22 61 0 20 426 71 100
Binary 10110001 1101110 11010111 10010 110001 0 10000 100010110 111001 1000000

Color Harmonies of #B16ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ED7

Black with #B16ED7

Text Example


Text Example

White with #B16ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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