#B385BA

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

Shades of East Side #B385BA

Tints of East Side #B385BA

Color information

#B385BA (or 0xB385BA) is unknown color: approx East Side. HEX triplet: B3, 85 and BA. RGB value is (179,133,186). Sum of RGB (Red+Green+Blue) = 179+133+186=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B385BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385BA is #4C7A45. Grayscale: #989898. Windows color (decimal): -5012038 or 12223923. OLE color: 12223923.

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

Color convert

RGB179133186-
CMYK0.040.2800.27
HSL292.08º27.75%62.55%-
HSV(B)292.08º28.49%72.94%-
XYZ35.8429.950.34-
YUV152.8146.74146.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=35.94%
G=26.71%
B=37.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791331860.040.2800.27292.0827.7562.55
HexB385BA41C01B1241c3f
Octal2632052724340334443477
Binary1011001110000101101110101001110001101110010010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385BA; }

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

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

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

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

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

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

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

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