Html Css Color HEX #B176DA Amethyst

📋 copy color: '#B176DA'

red 177 ◦ green 118 ◦ blue 218

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

Shades of Amethyst #B176DA

Tints of Amethyst #B176DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 34.5%
G = 23%
B = 42.5%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B176DA (or 0xB176DA) is known color: Amethyst. HEX triplet: B1, 76 and DA. RGB value is (177,118,218). Sum of RGB (Red+Green+Blue) = 177+118+218=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B176DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176DA is #4E8925. Grayscale: #929292. Windows color (decimal): -5146918 or 14317233. OLE color: 14317233.

HSL color Cylindrical-coordinate representation of color #B176DA: hue angle of 275.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B176DA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 118 218 -
CMYK 0.19 0.46 0 0.15
HSL 275.4º 0.57% 0.66% -
HSV(B) 275.4º 0.46% 0.85% -
XYZ 37.26 27.37 69.65 -
YUV 147.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 177 118 218 0.19 0.46 0 0.15 275.4 0.57 0.66
Hex B1 76 DA 13 2E 0 F 113 39 42
Octal 261 166 332 23 56 0 17 423 71 102
Binary 10110001 1110110 11011010 10011 101110 0 1111 100010011 111001 1000010

Color Harmonies of #B176DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B176DA

Black with #B176DA

Text Example


Text Example

White with #B176DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B176DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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