Html Css Color HEX #B16DE0 Amethyst

📋 copy color: '#B16DE0'

red 177 ◦ green 109 ◦ blue 224

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

Shades of Amethyst #B16DE0

Tints of Amethyst #B16DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 34.71%
G = 21.37%
B = 43.92%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B16DE0 (or 0xB16DE0) is known color: Amethyst. HEX triplet: B1, 6D and E0. RGB value is (177,109,224). Sum of RGB (Red+Green+Blue) = 177+109+224=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #B16DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DE0 is #4E921F. Grayscale: #8E8E8E. Windows color (decimal): -5149216 or 14708145. OLE color: 14708145.

HSL color Cylindrical-coordinate representation of color #B16DE0: hue angle of 275.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16DE0 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 109 224 -
CMYK 0.21 0.51 0 0.12
HSL 275.48º 0.65% 0.65% -
HSV(B) 275.48º 0.51% 0.88% -
XYZ 37.05 25.67 73.52 -
YUV 142.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 177 109 224 0.21 0.51 0 0.12 275.48 0.65 0.65
Hex B1 6D E0 15 33 0 C 113 41 41
Octal 261 155 340 25 63 0 14 423 101 101
Binary 10110001 1101101 11100000 10101 110011 0 1100 100010011 1000001 1000001

Color Harmonies of #B16DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DE0

Black with #B16DE0

Text Example


Text Example

White with #B16DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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