Html Css Color HEX #B16FD7 Amethyst

📋 copy color: '#B16FD7'

red 177 ◦ green 111 ◦ blue 215

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

Shades of Amethyst #B16FD7

Tints of Amethyst #B16FD7

RGB

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

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

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

R = 35.19%
G = 22.07%
B = 42.74%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B16FD7 (or 0xB16FD7) is known color: Amethyst. HEX triplet: B1, 6F and D7. RGB value is (177,111,215). Sum of RGB (Red+Green+Blue) = 177+111+215=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #B16FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FD7 is #4E9028. Grayscale: #8E8E8E. Windows color (decimal): -5148713 or 14118833. OLE color: 14118833.

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

Color convert

RGB 177 111 215 -
CMYK 0.18 0.48 0 0.16
HSL 278.08º 0.57% 0.64% -
HSV(B) 278.08º 0.48% 0.84% -
XYZ 36.08 25.62 67.33 -
YUV 142.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 177 111 215 0.18 0.48 0 0.16 278.08 0.57 0.64
Hex B1 6F D7 12 30 0 10 116 39 40
Octal 261 157 327 22 60 0 20 426 71 100
Binary 10110001 1101111 11010111 10010 110000 0 10000 100010110 111001 1000000

Color Harmonies of #B16FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FD7

Black with #B16FD7

Text Example


Text Example

White with #B16FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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