Html Css Color HEX #B16DDE Amethyst

📋 copy color: '#B16DDE'

red 177 ◦ green 109 ◦ blue 222

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

Shades of Amethyst #B16DDE

Tints of Amethyst #B16DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 34.84%
G = 21.46%
B = 43.7%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16DDE (or 0xB16DDE) is known color: Amethyst. HEX triplet: B1, 6D and DE. RGB value is (177,109,222). Sum of RGB (Red+Green+Blue) = 177+109+222=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #B16DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDE is #4E9221. Grayscale: #8D8D8D. Windows color (decimal): -5149218 or 14577073. OLE color: 14577073.

HSL color Cylindrical-coordinate representation of color #B16DDE: hue angle of 276.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16DDE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 109 222 -
CMYK 0.20 0.51 0 0.13
HSL 276.11º 0.63% 0.65% -
HSV(B) 276.11º 0.51% 0.87% -
XYZ 36.78 25.56 72.1 -
YUV 142.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 177 109 222 0.20 0.51 0 0.13 276.11 0.63 0.65
Hex B1 6D DE 14 33 0 D 114 3F 41
Octal 261 155 336 24 63 0 15 424 77 101
Binary 10110001 1101101 11011110 10100 110011 0 1101 100010100 111111 1000001

Color Harmonies of #B16DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DDE

Black with #B16DDE

Text Example


Text Example

White with #B16DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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