#B386CB

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

Shades of East Side #B386CB

Tints of East Side #B386CB

Color information

#B386CB (or 0xB386CB) is unknown color: approx East Side. HEX triplet: B3, 86 and CB. RGB value is (179,134,203). Sum of RGB (Red+Green+Blue) = 179+134+203=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B386CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386CB is #4C7934. Grayscale: #9B9B9B. Windows color (decimal): -5011765 or 13338291. OLE color: 13338291.

HSL color Cylindrical-coordinate representation of color #B386CB: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B386CB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179134203-
CMYK0.120.3400.20
HSL279.13º39.88%66.08%-
HSV(B)279.13º33.99%79.61%-
XYZ37.8930.9560.48-
YUV155.32154.91144.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=34.69%
G=25.97%
B=39.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791342030.120.3400.20279.1339.8866.08
HexB386CBC220141172842
Octal263206313144202442750102
Binary10110011100001101100101111001000100101001000101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386CB; }

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

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

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

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

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

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

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

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