Html Css Color HEX #B377DF Amethyst

📋 copy color: '#B377DF'

red 179 ◦ green 119 ◦ blue 223

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

Shades of Amethyst #B377DF

Tints of Amethyst #B377DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 34.36%
G = 22.84%
B = 42.8%

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

#B377DF (or 0xB377DF) is known color: Amethyst. HEX triplet: B3, 77 and DF. RGB value is (179,119,223). Sum of RGB (Red+Green+Blue) = 179+119+223=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B377DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DF is #4C8820. Grayscale: #949494. Windows color (decimal): -5015585 or 14645171. OLE color: 14645171.

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

Color convert

RGB 179 119 223 -
CMYK 0.20 0.47 0 0.13
HSL 274.62º 0.62% 0.67% -
HSV(B) 274.62º 0.47% 0.87% -
XYZ 38.51 28.11 73.21 -
YUV 148.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 179 119 223 0.20 0.47 0 0.13 274.62 0.62 0.67
Hex B3 77 DF 14 2F 0 D 113 3E 43
Octal 263 167 337 24 57 0 15 423 76 103
Binary 10110011 1110111 11011111 10100 101111 0 1101 100010011 111110 1000011

Color Harmonies of #B377DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377DF

Black with #B377DF

Text Example


Text Example

White with #B377DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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