Html Css Color HEX #B16EDA Amethyst

📋 copy color: '#B16EDA'

red 177 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #B16EDA

Tints of Amethyst #B16EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 35.05%
G = 21.78%
B = 43.17%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B16EDA (or 0xB16EDA) is known color: Amethyst. HEX triplet: B1, 6E and DA. RGB value is (177,110,218). Sum of RGB (Red+Green+Blue) = 177+110+218=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B16EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EDA is #4E9125. Grayscale: #8D8D8D. Windows color (decimal): -5148966 or 14315185. OLE color: 14315185.

HSL color Cylindrical-coordinate representation of color #B16EDA: hue angle of 277.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16EDA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 110 218 -
CMYK 0.19 0.50 0 0.15
HSL 277.22º 0.59% 0.64% -
HSV(B) 277.22º 0.5% 0.85% -
XYZ 36.36 25.56 69.35 -
YUV 142.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 177 110 218 0.19 0.50 0 0.15 277.22 0.59 0.64
Hex B1 6E DA 13 32 0 F 115 3B 40
Octal 261 156 332 23 62 0 17 425 73 100
Binary 10110001 1101110 11011010 10011 110010 0 1111 100010101 111011 1000000

Color Harmonies of #B16EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EDA

Black with #B16EDA

Text Example


Text Example

White with #B16EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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