Html Css Color HEX #B16FDF Amethyst

📋 copy color: '#B16FDF'

red 177 ◦ green 111 ◦ blue 223

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

Shades of Amethyst #B16FDF

Tints of Amethyst #B16FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.72%

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

R = 34.64%
G = 21.72%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16FDF (or 0xB16FDF) is known color: Amethyst. HEX triplet: B1, 6F and DF. RGB value is (177,111,223). Sum of RGB (Red+Green+Blue) = 177+111+223=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B16FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FDF is #4E9020. Grayscale: #8F8F8F. Windows color (decimal): -5148705 or 14643121. OLE color: 14643121.

HSL color Cylindrical-coordinate representation of color #B16FDF: hue angle of 275.36º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16FDF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 111 223 -
CMYK 0.21 0.50 0 0.13
HSL 275.36º 0.64% 0.65% -
HSV(B) 275.36º 0.5% 0.87% -
XYZ 37.14 26.04 72.88 -
YUV 143.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 177 111 223 0.21 0.50 0 0.13 275.36 0.64 0.65
Hex B1 6F DF 15 32 0 D 113 40 41
Octal 261 157 337 25 62 0 15 423 100 101
Binary 10110001 1101111 11011111 10101 110010 0 1101 100010011 1000000 1000001

Color Harmonies of #B16FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FDF

Black with #B16FDF

Text Example


Text Example

White with #B16FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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