Html Css Color HEX #B378DB Amethyst

📋 copy color: '#B378DB'

red 179 ◦ green 120 ◦ blue 219

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

Shades of Amethyst #B378DB

Tints of Amethyst #B378DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.17%

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

R = 34.56%
G = 23.17%
B = 42.28%

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

#B378DB (or 0xB378DB) is known color: Amethyst. HEX triplet: B3, 78 and DB. RGB value is (179,120,219). Sum of RGB (Red+Green+Blue) = 179+120+219=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B378DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378DB is #4C8724. Grayscale: #949494. Windows color (decimal): -5015333 or 14383283. OLE color: 14383283.

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

Color convert

RGB 179 120 219 -
CMYK 0.18 0.45 0 0.14
HSL 275.76º 0.58% 0.66% -
HSV(B) 275.76º 0.45% 0.86% -
XYZ 38.09 28.13 70.44 -
YUV 148.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 179 120 219 0.18 0.45 0 0.14 275.76 0.58 0.66
Hex B3 78 DB 12 2D 0 E 114 3A 42
Octal 263 170 333 22 55 0 16 424 72 102
Binary 10110011 1111000 11011011 10010 101101 0 1110 100010100 111010 1000010

Color Harmonies of #B378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378DB

Black with #B378DB

Text Example


Text Example

White with #B378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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