Html Css Color HEX #B16FD3 Amethyst

📋 copy color: '#B16FD3'

red 177 ◦ green 111 ◦ blue 211

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

Shades of Amethyst #B16FD3

Tints of Amethyst #B16FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.28%

R = 35.47%
G = 22.24%
B = 42.28%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B16FD3 (or 0xB16FD3) is known color: Amethyst. HEX triplet: B1, 6F and D3. RGB value is (177,111,211). Sum of RGB (Red+Green+Blue) = 177+111+211=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #B16FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FD3 is #4E902C. Grayscale: #8D8D8D. Windows color (decimal): -5148717 or 13856689. OLE color: 13856689.

HSL color Cylindrical-coordinate representation of color #B16FD3: hue angle of 279.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16FD3 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 111 211 -
CMYK 0.16 0.47 0 0.17
HSL 279.6º 0.53% 0.63% -
HSV(B) 279.6º 0.47% 0.83% -
XYZ 35.57 25.42 64.66 -
YUV 142.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 177 111 211 0.16 0.47 0 0.17 279.6 0.53 0.63
Hex B1 6F D3 10 2F 0 11 118 35 3F
Octal 261 157 323 20 57 0 21 430 65 77
Binary 10110001 1101111 11010011 10000 101111 0 10001 100011000 110101 111111

Color Harmonies of #B16FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FD3

Black with #B16FD3

Text Example


Text Example

White with #B16FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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