Html Css Color HEX #B376D6 Amethyst

📋 copy color: '#B376D6'

red 179 ◦ green 118 ◦ blue 214

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

Shades of Amethyst #B376D6

Tints of Amethyst #B376D6

RGB

 RED value IS 179 (70.31% from 255) = 35.03%

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

 BLUE value IS 214 (83.98% from 255) = 41.88%

R = 35.03%
G = 23.09%
B = 41.88%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B376D6 (or 0xB376D6) is known color: Amethyst. HEX triplet: B3, 76 and D6. RGB value is (179,118,214). Sum of RGB (Red+Green+Blue) = 179+118+214=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #B376D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376D6 is #4C8929. Grayscale: #929292. Windows color (decimal): -5015850 or 14055091. OLE color: 14055091.

HSL color Cylindrical-coordinate representation of color #B376D6: hue angle of 278.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B376D6 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 118 214 -
CMYK 0.16 0.45 0 0.16
HSL 278.13º 0.54% 0.65% -
HSV(B) 278.13º 0.45% 0.84% -
XYZ 37.21 27.4 66.95 -
YUV 147.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 179 118 214 0.16 0.45 0 0.16 278.13 0.54 0.65
Hex B3 76 D6 10 2D 0 10 116 36 41
Octal 263 166 326 20 55 0 20 426 66 101
Binary 10110011 1110110 11010110 10000 101101 0 10000 100010110 110110 1000001

Color Harmonies of #B376D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376D6

Black with #B376D6

Text Example


Text Example

White with #B376D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376D6; }

 p { color: rgb(179,118,214); }

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

background-color css

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

 a { background-color: rgb(179,118,214); }

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

border-color css

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

 span { border-color: rgb(179,118,214); }

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