#B386BF

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

Shades of East Side #B386BF

Tints of East Side #B386BF

Color information

#B386BF (or 0xB386BF) is unknown color: approx East Side. HEX triplet: B3, 86 and BF. RGB value is (179,134,191). Sum of RGB (Red+Green+Blue) = 179+134+191=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #B386BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386BF is #4C7940. Grayscale: #999999. Windows color (decimal): -5011777 or 12551859. OLE color: 12551859.

HSL color Cylindrical-coordinate representation of color #B386BF: hue angle of 287.37º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B386BF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179134191-
CMYK0.060.3000.25
HSL287.37º30.81%63.73%-
HSV(B)287.37º29.84%74.9%-
XYZ36.5230.453.23-
YUV153.95148.91145.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 191 (75% from 255) = 37.90%
R=35.52%
G=26.59%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791341910.060.3000.25287.3730.8163.73
HexB386BF61E01911f1f40
Octal26320627763603143737100
Binary10110011100001101011111111011110011001100011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386BF; }

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

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

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

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

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

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

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

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