#B078D7

Color #B078D7 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #B078D7

Tints of Amethyst #B078D7

Color information

#B078D7 (or 0xB078D7) is unknown color: approx Amethyst. HEX triplet: B0, 78 and D7. RGB value is (176,120,215). Sum of RGB (Red+Green+Blue) = 176+120+215=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #B078D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078D7 is #4F8728. Grayscale: #939393. Windows color (decimal): -5211945 or 14121136. OLE color: 14121136.

HSL color Cylindrical-coordinate representation of color #B078D7: hue angle of 275.37º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B078D7 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176120215-
CMYK0.180.4400.16
HSL275.37º54.29%65.69%-
HSV(B)275.37º44.19%84.31%-
XYZ36.8927.5767.67-
YUV147.57166.05148.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=34.44%
G=23.48%
B=42.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761202150.180.4400.16275.3754.2965.69
HexB078D7122C0101133642
Octal260170327225402042366102
Binary10110000111100011010111100101011000100001000100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078D7; }

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

 H1.HeaderClassName
 {
   color: #B078D7;
 }
 .AnyTagClassName
 {
   color: #B078D7;
 }
</style>
background-color css

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

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

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

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

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

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