#B387BA

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

Shades of East Side #B387BA

Tints of East Side #B387BA

Color information

#B387BA (or 0xB387BA) is unknown color: approx East Side. HEX triplet: B3, 87 and BA. RGB value is (179,135,186). Sum of RGB (Red+Green+Blue) = 179+135+186=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B387BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387BA is #4C7845. Grayscale: #999999. Windows color (decimal): -5011526 or 12224435. OLE color: 12224435.

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

Color convert

RGB179135186-
CMYK0.040.2700.27
HSL291.76º26.98%62.94%-
HSV(B)291.76º27.42%72.94%-
XYZ36.1230.4650.43-
YUV153.97146.08145.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 135 (53.12% from 255) = 27%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=35.8%
G=27%
B=37.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791351860.040.2700.27291.7626.9862.94
HexB387BA41B01B1241b3f
Octal2632072724330334443377
Binary1011001110000111101110101001101101101110010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387BA; }

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

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

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

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

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

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

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

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