Html Css Color HEX #B16DDC Amethyst

📋 copy color: '#B16DDC'

red 177 ◦ green 109 ◦ blue 220

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

Shades of Amethyst #B16DDC

Tints of Amethyst #B16DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.54%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 34.98%
G = 21.54%
B = 43.48%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B16DDC (or 0xB16DDC) is known color: Amethyst. HEX triplet: B1, 6D and DC. RGB value is (177,109,220). Sum of RGB (Red+Green+Blue) = 177+109+220=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B16DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDC is #4E9223. Grayscale: #8D8D8D. Windows color (decimal): -5149220 or 14446001. OLE color: 14446001.

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

Color convert

RGB 177 109 220 -
CMYK 0.20 0.50 0 0.14
HSL 276.76º 0.61% 0.65% -
HSV(B) 276.76º 0.5% 0.86% -
XYZ 36.52 25.45 70.7 -
YUV 141.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 177 109 220 0.20 0.50 0 0.14 276.76 0.61 0.65
Hex B1 6D DC 14 32 0 E 115 3D 41
Octal 261 155 334 24 62 0 16 425 75 101
Binary 10110001 1101101 11011100 10100 110010 0 1110 100010101 111101 1000001

Color Harmonies of #B16DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DDC

Black with #B16DDC

Text Example


Text Example

White with #B16DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DDC; }

 p { color: rgb(177,109,220); }

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

background-color css

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

 a { background-color: rgb(177,109,220); }

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

border-color css

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

 span { border-color: rgb(177,109,220); }

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