Html Css Color HEX #B16DDA Amethyst

📋 copy color: '#B16DDA'

red 177 ◦ green 109 ◦ blue 218

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

Shades of Amethyst #B16DDA

Tints of Amethyst #B16DDA

RGB

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

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

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

R = 35.12%
G = 21.63%
B = 43.25%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B16DDA (or 0xB16DDA) is known color: Amethyst. HEX triplet: B1, 6D and DA. RGB value is (177,109,218). Sum of RGB (Red+Green+Blue) = 177+109+218=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B16DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDA is #4E9225. Grayscale: #8D8D8D. Windows color (decimal): -5149222 or 14314929. OLE color: 14314929.

HSL color Cylindrical-coordinate representation of color #B16DDA: hue angle of 277.43º degrees, saturation: 0.6, 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 #B16DDA is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 109 218 -
CMYK 0.19 0.5 0 0.15
HSL 277.43º 0.6% 0.64% -
HSV(B) 277.43º 0.5% 0.85% -
XYZ 36.25 25.35 69.31 -
YUV 141.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 177 109 218 0.19 0.5 0 0.15 277.43 0.6 0.64
Hex B1 6D DA 13 32 0 F 115 3C 40
Octal 261 155 332 23 62 0 17 425 74 100
Binary 10110001 1101101 11011010 10011 110010 0 1111 100010101 111100 1000000

Color Harmonies of #B16DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DDA

Black with #B16DDA

Text Example


Text Example

White with #B16DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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