Html Css Color HEX #B16FD6 Amethyst

📋 copy color: '#B16FD6'

red 177 ◦ green 111 ◦ blue 214

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

Shades of Amethyst #B16FD6

Tints of Amethyst #B16FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

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

R = 35.26%
G = 22.11%
B = 42.63%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B16FD6 (or 0xB16FD6) is known color: Amethyst. HEX triplet: B1, 6F and D6. RGB value is (177,111,214). Sum of RGB (Red+Green+Blue) = 177+111+214=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #B16FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FD6 is #4E9029. Grayscale: #8E8E8E. Windows color (decimal): -5148714 or 14053297. OLE color: 14053297.

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

Color convert

RGB 177 111 214 -
CMYK 0.17 0.48 0 0.16
HSL 278.45º 0.56% 0.64% -
HSV(B) 278.45º 0.48% 0.84% -
XYZ 35.95 25.57 66.66 -
YUV 142.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 177 111 214 0.17 0.48 0 0.16 278.45 0.56 0.64
Hex B1 6F D6 11 30 0 10 116 38 40
Octal 261 157 326 21 60 0 20 426 70 100
Binary 10110001 1101111 11010110 10001 110000 0 10000 100010110 111000 1000000

Color Harmonies of #B16FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FD6

Black with #B16FD6

Text Example


Text Example

White with #B16FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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