Html Css Color HEX #B16FD8 Amethyst

📋 copy color: '#B16FD8'

red 177 ◦ green 111 ◦ blue 216

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

Shades of Amethyst #B16FD8

Tints of Amethyst #B16FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 35.12%
G = 22.02%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B16FD8 (or 0xB16FD8) is known color: Amethyst. HEX triplet: B1, 6F and D8. RGB value is (177,111,216). Sum of RGB (Red+Green+Blue) = 177+111+216=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #B16FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FD8 is #4E9027. Grayscale: #8E8E8E. Windows color (decimal): -5148712 or 14184369. OLE color: 14184369.

HSL color Cylindrical-coordinate representation of color #B16FD8: hue angle of 277.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16FD8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 111 216 -
CMYK 0.18 0.49 0 0.15
HSL 277.71º 0.57% 0.64% -
HSV(B) 277.71º 0.49% 0.85% -
XYZ 36.21 25.67 68.01 -
YUV 142.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 177 111 216 0.18 0.49 0 0.15 277.71 0.57 0.64
Hex B1 6F D8 12 31 0 F 116 39 40
Octal 261 157 330 22 61 0 17 426 71 100
Binary 10110001 1101111 11011000 10010 110001 0 1111 100010110 111001 1000000

Color Harmonies of #B16FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FD8

Black with #B16FD8

Text Example


Text Example

White with #B16FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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