Html Css Color HEX #B176DD Amethyst

📋 copy color: '#B176DD'

red 177 ◦ green 118 ◦ blue 221

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

Shades of Amethyst #B176DD

Tints of Amethyst #B176DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.87%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 34.3%
G = 22.87%
B = 42.83%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B176DD (or 0xB176DD) is known color: Amethyst. HEX triplet: B1, 76 and DD. RGB value is (177,118,221). Sum of RGB (Red+Green+Blue) = 177+118+221=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #B176DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176DD is #4E8922. Grayscale: #939393. Windows color (decimal): -5146915 or 14513841. OLE color: 14513841.

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

Color convert

RGB 177 118 221 -
CMYK 0.20 0.47 0 0.13
HSL 274.37º 0.6% 0.66% -
HSV(B) 274.37º 0.47% 0.87% -
XYZ 37.66 27.52 71.73 -
YUV 147.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 177 118 221 0.20 0.47 0 0.13 274.37 0.6 0.66
Hex B1 76 DD 14 2F 0 D 112 3C 42
Octal 261 166 335 24 57 0 15 422 74 102
Binary 10110001 1110110 11011101 10100 101111 0 1101 100010010 111100 1000010

Color Harmonies of #B176DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B176DD

Black with #B176DD

Text Example


Text Example

White with #B176DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B176DD; }

 p { color: rgb(177,118,221); }

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

background-color css

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

 a { background-color: rgb(177,118,221); }

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

border-color css

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

 span { border-color: rgb(177,118,221); }

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