Html Css Color HEX #B377DA Amethyst

📋 copy color: '#B377DA'

red 179 ◦ green 119 ◦ blue 218

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

Shades of Amethyst #B377DA

Tints of Amethyst #B377DA

RGB

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

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

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

R = 34.69%
G = 23.06%
B = 42.25%

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

#B377DA (or 0xB377DA) is known color: Amethyst. HEX triplet: B3, 77 and DA. RGB value is (179,119,218). Sum of RGB (Red+Green+Blue) = 179+119+218=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B377DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DA is #4C8825. Grayscale: #939393. Windows color (decimal): -5015590 or 14317491. OLE color: 14317491.

HSL color Cylindrical-coordinate representation of color #B377DA: hue angle of 276.36º degrees, saturation: 0.57, 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 #B377DA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 119 218 -
CMYK 0.18 0.45 0 0.15
HSL 276.36º 0.57% 0.66% -
HSV(B) 276.36º 0.45% 0.85% -
XYZ 37.84 27.84 69.71 -
YUV 148.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 179 119 218 0.18 0.45 0 0.15 276.36 0.57 0.66
Hex B3 77 DA 12 2D 0 F 114 39 42
Octal 263 167 332 22 55 0 17 424 71 102
Binary 10110011 1110111 11011010 10010 101101 0 1111 100010100 111001 1000010

Color Harmonies of #B377DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377DA

Black with #B377DA

Text Example


Text Example

White with #B377DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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