Html Css Color HEX #B377DC Amethyst

📋 copy color: '#B377DC'

red 179 ◦ green 119 ◦ blue 220

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

Shades of Amethyst #B377DC

Tints of Amethyst #B377DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 34.56%
G = 22.97%
B = 42.47%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B377DC (or 0xB377DC) is known color: Amethyst. HEX triplet: B3, 77 and DC. RGB value is (179,119,220). Sum of RGB (Red+Green+Blue) = 179+119+220=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B377DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DC is #4C8823. Grayscale: #949494. Windows color (decimal): -5015588 or 14448563. OLE color: 14448563.

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

Color convert

RGB 179 119 220 -
CMYK 0.19 0.46 0 0.14
HSL 275.64º 0.59% 0.66% -
HSV(B) 275.64º 0.46% 0.86% -
XYZ 38.11 27.94 71.1 -
YUV 148.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 179 119 220 0.19 0.46 0 0.14 275.64 0.59 0.66
Hex B3 77 DC 13 2E 0 E 114 3B 42
Octal 263 167 334 23 56 0 16 424 73 102
Binary 10110011 1110111 11011100 10011 101110 0 1110 100010100 111011 1000010

Color Harmonies of #B377DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377DC

Black with #B377DC

Text Example


Text Example

White with #B377DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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