Html Css Color HEX #B16DDF Amethyst

📋 copy color: '#B16DDF'

red 177 ◦ green 109 ◦ blue 223

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

Shades of Amethyst #B16DDF

Tints of Amethyst #B16DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 34.77%
G = 21.41%
B = 43.81%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16DDF (or 0xB16DDF) is known color: Amethyst. HEX triplet: B1, 6D and DF. RGB value is (177,109,223). Sum of RGB (Red+Green+Blue) = 177+109+223=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #B16DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DDF is #4E9220. Grayscale: #8D8D8D. Windows color (decimal): -5149217 or 14642609. OLE color: 14642609.

HSL color Cylindrical-coordinate representation of color #B16DDF: hue angle of 275.79º degrees, saturation: 0.64, 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 #B16DDF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 109 223 -
CMYK 0.21 0.51 0 0.13
HSL 275.79º 0.64% 0.65% -
HSV(B) 275.79º 0.51% 0.87% -
XYZ 36.92 25.61 72.81 -
YUV 142.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 177 109 223 0.21 0.51 0 0.13 275.79 0.64 0.65
Hex B1 6D DF 15 33 0 D 114 40 41
Octal 261 155 337 25 63 0 15 424 100 101
Binary 10110001 1101101 11011111 10101 110011 0 1101 100010100 1000000 1000001

Color Harmonies of #B16DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DDF

Black with #B16DDF

Text Example


Text Example

White with #B16DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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