#B387CA

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

Shades of East Side #B387CA

Tints of East Side #B387CA

Color information

#B387CA (or 0xB387CA) is unknown color: approx East Side. HEX triplet: B3, 87 and CA. RGB value is (179,135,202). Sum of RGB (Red+Green+Blue) = 179+135+202=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #B387CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387CA is #4C7835. Grayscale: #9B9B9B. Windows color (decimal): -5011510 or 13273011. OLE color: 13273011.

HSL color Cylindrical-coordinate representation of color #B387CA: hue angle of 279.4º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B387CA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179135202-
CMYK0.110.3300.21
HSL279.4º38.73%66.08%-
HSV(B)279.4º33.17%79.22%-
XYZ37.9231.1859.9-
YUV155.79154.08144.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=34.69%
G=26.16%
B=39.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791352020.110.3300.21279.438.7366.08
HexB387CAB210151172742
Octal263207312134102542747102
Binary10110011100001111100101010111000010101011000101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387CA; }

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

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

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

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

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

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

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

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