#B387C3

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

Shades of East Side #B387C3

Tints of East Side #B387C3

Color information

#B387C3 (or 0xB387C3) is unknown color: approx East Side. HEX triplet: B3, 87 and C3. RGB value is (179,135,195). Sum of RGB (Red+Green+Blue) = 179+135+195=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #B387C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387C3 is #4C783C. Grayscale: #9A9A9A. Windows color (decimal): -5011517 or 12814259. OLE color: 12814259.

HSL color Cylindrical-coordinate representation of color #B387C3: hue angle of 284º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B387C3 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179135195-
CMYK0.080.3100.24
HSL284º33.33%64.71%-
HSV(B)284º30.77%76.47%-
XYZ37.130.8555.63-
YUV155150.58145.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=35.17%
G=26.52%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791351950.080.3100.2428433.3364.71
HexB387C381F01811c2141
Octal263207303103703043441101
Binary1011001110000111110000111000111110110001000111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387C3; }

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

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

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

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

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

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

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

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