#B377BA

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

Shades of East Side #B377BA

Tints of East Side #B377BA

Color information

#B377BA (or 0xB377BA) is unknown color: approx East Side. HEX triplet: B3, 77 and BA. RGB value is (179,119,186). Sum of RGB (Red+Green+Blue) = 179+119+186=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #B377BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377BA is #4C8845. Grayscale: #909090. Windows color (decimal): -5015622 or 12220339. OLE color: 12220339.

HSL color Cylindrical-coordinate representation of color #B377BA: hue angle of 293.73º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B377BA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179119186-
CMYK0.040.3600.27
HSL293.73º32.68%59.8%-
HSV(B)293.73º36.02%72.94%-
XYZ34.0526.3249.74-
YUV144.58151.38152.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=36.98%
G=24.59%
B=38.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791191860.040.3600.27293.7332.6859.8
HexB377BA42401B126213c
Octal2631672724440334464174
Binary10110011111011110111010100100100011011100100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377BA; }

 p { color: rgb(179,119,186); }

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

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

 a { background-color: rgb(179,119,186); }

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

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

 span { border-color: rgb(179,119,186); }

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