#B277E1

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

Shades of Amethyst #B277E1

Tints of Amethyst #B277E1

Color information

#B277E1 (or 0xB277E1) is unknown color: approx Amethyst. HEX triplet: B2, 77 and E1. RGB value is (178,119,225). Sum of RGB (Red+Green+Blue) = 178+119+225=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #B277E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277E1 is #4D881E. Grayscale: #949494. Windows color (decimal): -5081119 or 14776242. OLE color: 14776242.

HSL color Cylindrical-coordinate representation of color #B277E1: hue angle of 273.4º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B277E1 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178119225-
CMYK0.210.4700.12
HSL273.4º63.86%67.45%-
HSV(B)273.4º47.11%88.24%-
XYZ38.5528.0974.63-
YUV148.72171.05148.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 225 (88.28% from 255) = 43.10%
R=34.10%
G=22.80%
B=43.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781192250.210.4700.12273.463.8667.45
HexB277E1152F0C1114043
Octal2621673412557014421100103
Binary10110010111011111100001101011011110110010001000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B277E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B277E1; }

 p { color: rgb(178,119,225); }

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

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

 a { background-color: rgb(178,119,225); }

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

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

 span { border-color: rgb(178,119,225); }

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