Html Css Color HEX #B279DC Amethyst

📋 copy color: '#B279DC'

red 178 ◦ green 121 ◦ blue 220

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

Shades of Amethyst #B279DC

Tints of Amethyst #B279DC

RGB

 RED value IS 178 (69.92% from 255) = 34.3%

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

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

R = 34.3%
G = 23.31%
B = 42.39%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B279DC (or 0xB279DC) is known color: Amethyst. HEX triplet: B2, 79 and DC. RGB value is (178,121,220). Sum of RGB (Red+Green+Blue) = 178+121+220=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B279DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279DC is #4D8623. Grayscale: #949494. Windows color (decimal): -5080612 or 14449074. OLE color: 14449074.

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

Color convert

RGB 178 121 220 -
CMYK 0.19 0.45 0 0.14
HSL 274.55º 0.59% 0.67% -
HSV(B) 274.55º 0.45% 0.86% -
XYZ 38.12 28.31 71.17 -
YUV 149.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 178 121 220 0.19 0.45 0 0.14 274.55 0.59 0.67
Hex B2 79 DC 13 2D 0 E 113 3B 43
Octal 262 171 334 23 55 0 16 423 73 103
Binary 10110010 1111001 11011100 10011 101101 0 1110 100010011 111011 1000011

Color Harmonies of #B279DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279DC

Black with #B279DC

Text Example


Text Example

White with #B279DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279DC; }

 p { color: rgb(178,121,220); }

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

background-color css

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

 a { background-color: rgb(178,121,220); }

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

border-color css

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

 span { border-color: rgb(178,121,220); }

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