#B385B9

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

Shades of East Side #B385B9

Tints of East Side #B385B9

Color information

#B385B9 (or 0xB385B9) is unknown color: approx East Side. HEX triplet: B3, 85 and B9. RGB value is (179,133,185). Sum of RGB (Red+Green+Blue) = 179+133+185=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #B385B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385B9 is #4C7A46. Grayscale: #989898. Windows color (decimal): -5012039 or 12158387. OLE color: 12158387.

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

Color convert

RGB179133185-
CMYK0.030.2800.27
HSL293.08º27.08%62.35%-
HSV(B)293.08º28.11%72.55%-
XYZ35.7329.8649.78-
YUV152.68146.24146.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=36.02%
G=26.76%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791331850.030.2800.27293.0827.0862.35
HexB385B931C01B1251b3e
Octal2632052713340334453376
Binary101100111000010110111001111110001101110010010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385B9; }

 p { color: rgb(179,133,185); }

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

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

 a { background-color: rgb(179,133,185); }

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

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

 span { border-color: rgb(179,133,185); }

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