Html Css Color HEX #B376DC Amethyst

📋 copy color: '#B376DC'

red 179 ◦ green 118 ◦ blue 220

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

Shades of Amethyst #B376DC

Tints of Amethyst #B376DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.82%

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

R = 34.62%
G = 22.82%
B = 42.55%

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

#B376DC (or 0xB376DC) is known color: Amethyst. HEX triplet: B3, 76 and DC. RGB value is (179,118,220). Sum of RGB (Red+Green+Blue) = 179+118+220=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B376DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376DC is #4C8923. Grayscale: #939393. Windows color (decimal): -5015844 or 14448307. OLE color: 14448307.

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

Color convert

RGB 179 118 220 -
CMYK 0.19 0.46 0 0.14
HSL 275.88º 0.59% 0.66% -
HSV(B) 275.88º 0.46% 0.86% -
XYZ 37.99 27.71 71.06 -
YUV 147.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 179 118 220 0.19 0.46 0 0.14 275.88 0.59 0.66
Hex B3 76 DC 13 2E 0 E 114 3B 42
Octal 263 166 334 23 56 0 16 424 73 102
Binary 10110011 1110110 11011100 10011 101110 0 1110 100010100 111011 1000010

Color Harmonies of #B376DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376DC

Black with #B376DC

Text Example


Text Example

White with #B376DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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