Html Css Color HEX #B377D9 Amethyst

📋 copy color: '#B377D9'

red 179 ◦ green 119 ◦ blue 217

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

Shades of Amethyst #B377D9

Tints of Amethyst #B377D9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.11%

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 34.76%
G = 23.11%
B = 42.14%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B377D9 (or 0xB377D9) is known color: Amethyst. HEX triplet: B3, 77 and D9. RGB value is (179,119,217). Sum of RGB (Red+Green+Blue) = 179+119+217=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #B377D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377D9 is #4C8826. Grayscale: #939393. Windows color (decimal): -5015591 or 14251955. OLE color: 14251955.

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

Color convert

RGB 179 119 217 -
CMYK 0.18 0.45 0 0.15
HSL 276.73º 0.56% 0.66% -
HSV(B) 276.73º 0.45% 0.85% -
XYZ 37.71 27.79 69.02 -
YUV 148.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 179 119 217 0.18 0.45 0 0.15 276.73 0.56 0.66
Hex B3 77 D9 12 2D 0 F 115 38 42
Octal 263 167 331 22 55 0 17 425 70 102
Binary 10110011 1110111 11011001 10010 101101 0 1111 100010101 111000 1000010

Color Harmonies of #B377D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377D9

Black with #B377D9

Text Example


Text Example

White with #B377D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377D9; }

 p { color: rgb(179,119,217); }

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

background-color css

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

 a { background-color: rgb(179,119,217); }

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

border-color css

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

 span { border-color: rgb(179,119,217); }

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