#B386C7

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

Shades of East Side #B386C7

Tints of East Side #B386C7

Color information

#B386C7 (or 0xB386C7) is unknown color: approx East Side. HEX triplet: B3, 86 and C7. RGB value is (179,134,199). Sum of RGB (Red+Green+Blue) = 179+134+199=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #B386C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386C7 is #4C7938. Grayscale: #9A9A9A. Windows color (decimal): -5011769 or 13076147. OLE color: 13076147.

HSL color Cylindrical-coordinate representation of color #B386C7: hue angle of 281.54º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B386C7 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179134199-
CMYK0.100.3300.22
HSL281.54º36.72%65.29%-
HSV(B)281.54º32.66%78.04%-
XYZ37.4230.7658-
YUV154.86152.91145.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=34.96%
G=26.17%
B=38.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791341990.100.3300.22281.5436.7265.29
HexB386C7A2101611a2541
Octal263206307124102643245101
Binary10110011100001101100011110101000010101101000110101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386C7; }

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

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

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

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

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

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

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

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