#B076DC

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

Shades of Amethyst #B076DC

Tints of Amethyst #B076DC

Color information

#B076DC (or 0xB076DC) is unknown color: approx Amethyst. HEX triplet: B0, 76 and DC. RGB value is (176,118,220). Sum of RGB (Red+Green+Blue) = 176+118+220=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #B076DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076DC is #4F8923. Grayscale: #929292. Windows color (decimal): -5212452 or 14448304. OLE color: 14448304.

HSL color Cylindrical-coordinate representation of color #B076DC: hue angle of 274.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B076DC is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176118220-
CMYK0.20.4600.14
HSL274.12º59.3%66.27%-
HSV(B)274.12º46.36%86.27%-
XYZ37.327.3571.02-
YUV146.97169.22148.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 118 (46.48% from 255) = 22.96%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=34.24%
G=22.96%
B=42.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761182200.20.4600.14274.1259.366.27
HexB076DC142E0E1123b42
Octal260166334245601642273102
Binary1011000011101101101110010100101110011101000100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076DC; }

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

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

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

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

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

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

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

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