Html Css Color HEX #B078DA Amethyst

📋 copy color: '#B078DA'

red 176 ◦ green 120 ◦ blue 218

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

Shades of Amethyst #B078DA

Tints of Amethyst #B078DA

RGB

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

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

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

R = 34.24%
G = 23.35%
B = 42.41%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B078DA (or 0xB078DA) is known color: Amethyst. HEX triplet: B0, 78 and DA. RGB value is (176,120,218). Sum of RGB (Red+Green+Blue) = 176+120+218=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #B078DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078DA is #4F8725. Grayscale: #939393. Windows color (decimal): -5211942 or 14317744. OLE color: 14317744.

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

Color convert

RGB 176 120 218 -
CMYK 0.19 0.45 0 0.15
HSL 274.29º 0.57% 0.66% -
HSV(B) 274.29º 0.45% 0.85% -
XYZ 37.28 27.73 69.72 -
YUV 147.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 176 120 218 0.19 0.45 0 0.15 274.29 0.57 0.66
Hex B0 78 DA 13 2D 0 F 112 39 42
Octal 260 170 332 23 55 0 17 422 71 102
Binary 10110000 1111000 11011010 10011 101101 0 1111 100010010 111001 1000010

Color Harmonies of #B078DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B078DA

Black with #B078DA

Text Example


Text Example

White with #B078DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B078DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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