Html Css Color HEX #B16EDE Amethyst

📋 copy color: '#B16EDE'

red 177 ◦ green 110 ◦ blue 222

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

Shades of Amethyst #B16EDE

Tints of Amethyst #B16EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 34.77%
G = 21.61%
B = 43.61%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16EDE (or 0xB16EDE) is known color: Amethyst. HEX triplet: B1, 6E and DE. RGB value is (177,110,222). Sum of RGB (Red+Green+Blue) = 177+110+222=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #B16EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EDE is #4E9121. Grayscale: #8E8E8E. Windows color (decimal): -5148962 or 14577329. OLE color: 14577329.

HSL color Cylindrical-coordinate representation of color #B16EDE: hue angle of 275.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16EDE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 110 222 -
CMYK 0.20 0.50 0 0.13
HSL 275.89º 0.63% 0.65% -
HSV(B) 275.89º 0.5% 0.87% -
XYZ 36.89 25.77 72.14 -
YUV 142.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 177 110 222 0.20 0.50 0 0.13 275.89 0.63 0.65
Hex B1 6E DE 14 32 0 D 114 3F 41
Octal 261 156 336 24 62 0 15 424 77 101
Binary 10110001 1101110 11011110 10100 110010 0 1101 100010100 111111 1000001

Color Harmonies of #B16EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EDE

Black with #B16EDE

Text Example


Text Example

White with #B16EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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