#B077DB

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

Shades of Amethyst #B077DB

Tints of Amethyst #B077DB

Color information

#B077DB (or 0xB077DB) is unknown color: approx Amethyst. HEX triplet: B0, 77 and DB. RGB value is (176,119,219). Sum of RGB (Red+Green+Blue) = 176+119+219=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B077DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077DB is #4F8824. Grayscale: #939393. Windows color (decimal): -5212197 or 14383024. OLE color: 14383024.

HSL color Cylindrical-coordinate representation of color #B077DB: hue angle of 274.2º degrees, saturation: 0.58, 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 #B077DB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176119219-
CMYK0.200.4600.14
HSL274.2º58.14%66.27%-
HSV(B)274.2º45.66%85.88%-
XYZ37.2927.5470.37-
YUV147.44168.38148.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=34.24%
G=23.15%
B=42.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761192190.200.4600.14274.258.1466.27
HexB077DB142E0E1123a42
Octal260167333245601642272102
Binary1011000011101111101101110100101110011101000100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077DB; }

 p { color: rgb(176,119,219); }

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

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

 a { background-color: rgb(176,119,219); }

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

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

 span { border-color: rgb(176,119,219); }

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