#B677BA

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

Shades of East Side #B677BA

Tints of East Side #B677BA

Color information

#B677BA (or 0xB677BA) is unknown color: approx East Side. HEX triplet: B6, 77 and BA. RGB value is (182,119,186). Sum of RGB (Red+Green+Blue) = 182+119+186=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B677BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677BA is #498845. Grayscale: #919191. Windows color (decimal): -4819014 or 12220342. OLE color: 12220342.

HSL color Cylindrical-coordinate representation of color #B677BA: hue angle of 296.42º 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 #B677BA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182119186-
CMYK0.020.3600.27
HSL296.42º32.68%59.8%-
HSV(B)296.42º36.02%72.94%-
XYZ34.7526.6849.77-
YUV145.48150.87154.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=37.37%
G=24.44%
B=38.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821191860.020.3600.27296.4232.6859.8
HexB677BA22401B128213c
Octal2661672722440334504174
Binary1011011011101111011101010100100011011100101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B677BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B677BA; }

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

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

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

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

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

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

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

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