#B386BA

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

Shades of East Side #B386BA

Tints of East Side #B386BA

Color information

#B386BA (or 0xB386BA) is unknown color: approx East Side. HEX triplet: B3, 86 and BA. RGB value is (179,134,186). Sum of RGB (Red+Green+Blue) = 179+134+186=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B386BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386BA is #4C7945. Grayscale: #999999. Windows color (decimal): -5011782 or 12224179. OLE color: 12224179.

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

Color convert

RGB179134186-
CMYK0.040.2800.27
HSL291.92º27.37%62.75%-
HSV(B)291.92º27.96%72.94%-
XYZ35.9830.1850.38-
YUV153.38146.41146.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=35.87%
G=26.85%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791341860.040.2800.27291.9227.3762.75
HexB386BA41C01B1241b3f
Octal2632062724340334443377
Binary1011001110000110101110101001110001101110010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386BA; }

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

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

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

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

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

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

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

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