Html Css Color HEX #B079DC Amethyst

📋 copy color: '#B079DC'

red 176 ◦ green 121 ◦ blue 220

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

Shades of Amethyst #B079DC

Tints of Amethyst #B079DC

RGB

 RED value IS 176 (69.14% from 255) = 34.04%

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

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

R = 34.04%
G = 23.4%
B = 42.55%

CMYK

 C value IS 0.2

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B079DC (or 0xB079DC) is known color: Amethyst. HEX triplet: B0, 79 and DC. RGB value is (176,121,220). Sum of RGB (Red+Green+Blue) = 176+121+220=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 121 (47.66% from 255 or 23.40% 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 #B079DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079DC is #4F8623. Grayscale: #949494. Windows color (decimal): -5211684 or 14449072. OLE color: 14449072.

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

Color convert

RGB 176 121 220 -
CMYK 0.2 0.45 0 0.14
HSL 273.33º 0.59% 0.67% -
HSV(B) 273.33º 0.45% 0.86% -
XYZ 37.66 28.07 71.14 -
YUV 148.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 176 121 220 0.2 0.45 0 0.14 273.33 0.59 0.67
Hex B0 79 DC 14 2D 0 E 111 3B 43
Octal 260 171 334 24 55 0 16 421 73 103
Binary 10110000 1111001 11011100 10100 101101 0 1110 100010001 111011 1000011

Color Harmonies of #B079DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079DC

Black with #B079DC

Text Example


Text Example

White with #B079DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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