Html Css Color HEX #B079DA Amethyst

📋 copy color: '#B079DA'

red 176 ◦ green 121 ◦ blue 218

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

Shades of Amethyst #B079DA

Tints of Amethyst #B079DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 34.17%
G = 23.5%
B = 42.33%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B079DA (or 0xB079DA) is known color: Amethyst. HEX triplet: B0, 79 and DA. RGB value is (176,121,218). Sum of RGB (Red+Green+Blue) = 176+121+218=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #B079DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079DA is #4F8625. Grayscale: #949494. Windows color (decimal): -5211686 or 14318000. OLE color: 14318000.

HSL color Cylindrical-coordinate representation of color #B079DA: hue angle of 274.02º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B079DA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 121 218 -
CMYK 0.19 0.44 0 0.15
HSL 274.02º 0.57% 0.66% -
HSV(B) 274.02º 0.44% 0.85% -
XYZ 37.4 27.97 69.76 -
YUV 148.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 176 121 218 0.19 0.44 0 0.15 274.02 0.57 0.66
Hex B0 79 DA 13 2C 0 F 112 39 42
Octal 260 171 332 23 54 0 17 422 71 102
Binary 10110000 1111001 11011010 10011 101100 0 1111 100010010 111001 1000010

Color Harmonies of #B079DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079DA

Black with #B079DA

Text Example


Text Example

White with #B079DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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