Html Css Color HEX #B377DB Amethyst

📋 copy color: '#B377DB'

red 179 ◦ green 119 ◦ blue 219

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

Shades of Amethyst #B377DB

Tints of Amethyst #B377DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 34.62%
G = 23.02%
B = 42.36%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B377DB (or 0xB377DB) is known color: Amethyst. HEX triplet: B3, 77 and DB. RGB value is (179,119,219). Sum of RGB (Red+Green+Blue) = 179+119+219=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B377DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DB is #4C8824. Grayscale: #949494. Windows color (decimal): -5015589 or 14383027. OLE color: 14383027.

HSL color Cylindrical-coordinate representation of color #B377DB: hue angle of 276º degrees, saturation: 0.58, 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 #B377DB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 119 219 -
CMYK 0.18 0.46 0 0.14
HSL 276º 0.58% 0.66% -
HSV(B) 276º 0.46% 0.86% -
XYZ 37.97 27.89 70.4 -
YUV 148.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 179 119 219 0.18 0.46 0 0.14 276 0.58 0.66
Hex B3 77 DB 12 2E 0 E 114 3A 42
Octal 263 167 333 22 56 0 16 424 72 102
Binary 10110011 1110111 11011011 10010 101110 0 1110 100010100 111010 1000010

Color Harmonies of #B377DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377DB

Black with #B377DB

Text Example


Text Example

White with #B377DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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