Html Css Color HEX #B379DB Amethyst

📋 copy color: '#B379DB'

red 179 ◦ green 121 ◦ blue 219

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

Shades of Amethyst #B379DB

Tints of Amethyst #B379DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.31%

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

R = 34.49%
G = 23.31%
B = 42.2%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B379DB (or 0xB379DB) is known color: Amethyst. HEX triplet: B3, 79 and DB. RGB value is (179,121,219). Sum of RGB (Red+Green+Blue) = 179+121+219=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B379DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379DB is #4C8624. Grayscale: #959595. Windows color (decimal): -5015077 or 14383539. OLE color: 14383539.

HSL color Cylindrical-coordinate representation of color #B379DB: hue angle of 275.51º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B379DB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 121 219 -
CMYK 0.18 0.45 0 0.14
HSL 275.51º 0.58% 0.67% -
HSV(B) 275.51º 0.45% 0.86% -
XYZ 38.21 28.37 70.48 -
YUV 149.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 179 121 219 0.18 0.45 0 0.14 275.51 0.58 0.67
Hex B3 79 DB 12 2D 0 E 114 3A 43
Octal 263 171 333 22 55 0 16 424 72 103
Binary 10110011 1111001 11011011 10010 101101 0 1110 100010100 111010 1000011

Color Harmonies of #B379DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379DB

Black with #B379DB

Text Example


Text Example

White with #B379DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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