#B386BD

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

Shades of East Side #B386BD

Tints of East Side #B386BD

Color information

#B386BD (or 0xB386BD) is unknown color: approx East Side. HEX triplet: B3, 86 and BD. RGB value is (179,134,189). Sum of RGB (Red+Green+Blue) = 179+134+189=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #B386BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386BD is #4C7942. Grayscale: #999999. Windows color (decimal): -5011779 or 12420787. OLE color: 12420787.

HSL color Cylindrical-coordinate representation of color #B386BD: hue angle of 289.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B386BD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179134189-
CMYK0.050.2900.26
HSL289.09º29.41%63.33%-
HSV(B)289.09º29.1%74.12%-
XYZ36.330.3152.08-
YUV153.72147.91146.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=35.66%
G=26.69%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791341890.050.2900.26289.0929.4163.33
HexB386BD51D01A1211d3f
Octal2632062755350324413577
Binary1011001110000110101111011011110101101010010000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386BD; }

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

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

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

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

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

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

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

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